public class StatefulProcessorNode<K,V> extends ProcessorGraphNode<K,V>
Constructor and Description |
---|
StatefulProcessorNode(java.lang.String nodeName,
ProcessorParameters<K,V> processorParameters,
StoreBuilder<? extends StateStore> materializedKTableStoreBuilder,
boolean repartitionRequired)
Create a node representing a stateful processor,
where the store needs to be built and registered as part of building this node.
|
StatefulProcessorNode(java.lang.String nodeName,
ProcessorParameters<K,V> processorParameters,
java.lang.String[] storeNames,
boolean repartitionRequired)
Create a node representing a stateful processor, where the named store has already been registered.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
void |
writeToTopology(InternalTopologyBuilder topologyBuilder) |
processorParameters
addChild, allParentsWrittenToTopology, buildPriority, children, clearChildren, hasWrittenToTopology, isKeyChangingOperation, isMergeNode, isValueChangingOperation, keyChangingOperation, nodeName, parentNodes, removeChild, repartitionRequired, setBuildPriority, setHasWrittenToTopology, setMergeNode, setValueChangingOperation
public StatefulProcessorNode(java.lang.String nodeName, ProcessorParameters<K,V> processorParameters, java.lang.String[] storeNames, boolean repartitionRequired)
public StatefulProcessorNode(java.lang.String nodeName, ProcessorParameters<K,V> processorParameters, StoreBuilder<? extends StateStore> materializedKTableStoreBuilder, boolean repartitionRequired)
public java.lang.String toString()
toString
in class ProcessorGraphNode<K,V>
public void writeToTopology(InternalTopologyBuilder topologyBuilder)
writeToTopology
in class ProcessorGraphNode<K,V>