Package org.apache.flink.cep.nfa
Class SharedBuffer<V>
- java.lang.Object
-
- org.apache.flink.cep.nfa.SharedBuffer<V>
-
@Deprecated public class SharedBuffer<V> extends Object
Deprecated.everything in this class is deprecated. Those are only migration procedures from older versions.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSharedBuffer.SharedBufferSerializer<K,V>Deprecated.ATypeSerializerfor theSharedBuffer.static classSharedBuffer.SharedBufferSerializerSnapshot<K,V>Deprecated.ATypeSerializerSnapshotfor theSharedBuffer.SharedBufferSerializerSnapshot.
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Map<EventId,Lockable<V>>getEventsBuffer()Deprecated.NodeIdgetNodeId(String prevState, long timestamp, int counter, V event)Deprecated.Map<NodeId,Lockable<SharedBufferNode>>getPages()Deprecated.EventIdgetStartEventId(int run)Deprecated.
-