public class TableProcessorNode<K,V,S extends StateStore> extends StreamsGraphNode
Constructor and Description |
---|
TableProcessorNode(java.lang.String nodeName,
ProcessorParameters<K,V> processorParameters,
MaterializedInternal<K,V,S> materializedInternal,
java.lang.String[] storeNames) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
void |
writeToTopology(InternalTopologyBuilder topologyBuilder) |
addChild, allParentsWrittenToTopology, buildPriority, children, clearChildren, hasWrittenToTopology, isKeyChangingOperation, isMergeNode, isValueChangingOperation, keyChangingOperation, nodeName, parentNodes, removeChild, repartitionRequired, setBuildPriority, setHasWrittenToTopology, setMergeNode, setValueChangingOperation
public TableProcessorNode(java.lang.String nodeName, ProcessorParameters<K,V> processorParameters, MaterializedInternal<K,V,S> materializedInternal, java.lang.String[] storeNames)
public java.lang.String toString()
toString
in class StreamsGraphNode
public void writeToTopology(InternalTopologyBuilder topologyBuilder)
writeToTopology
in class StreamsGraphNode