Class OrderedProcessingHandler.OrderedProcessingGlobalSequenceHandler<EventT,KeyT,StateT extends MutableState<EventT,?>,ResultT>

java.lang.Object
org.apache.beam.sdk.extensions.ordered.OrderedProcessingHandler<EventT,KeyT,StateT,ResultT>
org.apache.beam.sdk.extensions.ordered.OrderedProcessingHandler.OrderedProcessingGlobalSequenceHandler<EventT,KeyT,StateT,ResultT>
Type Parameters:
EventT - type of events to be processed
KeyT - type of keys which will be used to group the events
StateT - type of internal State which will be used for processing
ResultT - type of the result of the processing which will be output
All Implemented Interfaces:
Serializable
Enclosing class:
OrderedProcessingHandler<EventT,KeyT,StateT extends MutableState<EventT,?>,ResultT>

public abstract static class OrderedProcessingHandler.OrderedProcessingGlobalSequenceHandler<EventT,KeyT,StateT extends MutableState<EventT,?>,ResultT> extends OrderedProcessingHandler<EventT,KeyT,StateT,ResultT>
Parent class for Ordered Processing configuration handlers to handle processing of the events where global sequence is used.
See Also:
  • Constructor Details

  • Method Details