@Deprecated public class SharedBuffer<V> extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SharedBuffer.SharedBufferSerializer<K,V>
已过时。
A
TypeSerializer for the SharedBuffer. |
static class |
SharedBuffer.SharedBufferSerializerConfigSnapshot<K,V>
已过时。
This snapshot class is no longer in use, and only maintained for backwards
compatibility purposes. It is fully replaced by
SharedBuffer.SharedBufferSerializerSnapshot. |
static class |
SharedBuffer.SharedBufferSerializerSnapshot<K,V>
已过时。
A
TypeSerializerSnapshot for the SharedBuffer.SharedBufferSerializerSnapshot. |
| 构造器和说明 |
|---|
SharedBuffer(Map<EventId,Lockable<V>> eventsBuffer,
Map<NodeId,Lockable<SharedBufferNode>> pages,
Map<org.apache.flink.api.java.tuple.Tuple2<String,org.apache.flink.cep.nfa.SharedBuffer.ValueTimeWrapper<V>>,NodeId> mappingContext,
Map<Integer,EventId> starters)
已过时。
|
public Map<NodeId,Lockable<SharedBufferNode>> getPages()
public EventId getStartEventId(int run)
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.