@Deprecated public class SharedBuffer<V> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SharedBuffer.SharedBufferSerializer<K,V>
Deprecated.
A
TypeSerializer for the SharedBuffer. |
static class |
SharedBuffer.SharedBufferSerializerConfigSnapshot<K,V>
Deprecated.
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>
Deprecated.
A
TypeSerializerSnapshot for the SharedBuffer.SharedBufferSerializerSnapshot. |
| Constructor and Description |
|---|
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)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Map<EventId,Lockable<V>> |
getEventsBuffer()
Deprecated.
|
NodeId |
getNodeId(String prevState,
long timestamp,
int counter,
V event)
Deprecated.
|
Map<NodeId,Lockable<SharedBufferNode>> |
getPages()
Deprecated.
|
EventId |
getStartEventId(int run)
Deprecated.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.