@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.
The
TypeSerializerConfigSnapshot serializer configuration to be stored with the managed state. |
Constructor and Description |
---|
SharedBuffer(Map<EventId,Lockable<V>> eventsBuffer,
Map<NodeId,Lockable<SharedBufferNode>> pages,
Map<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–2020 The Apache Software Foundation. All rights reserved.