public class StateStoreNode extends StreamsGraphNode
Modifier and Type | Field and Description |
---|---|
protected StoreBuilder |
storeBuilder |
Constructor and Description |
---|
StateStoreNode(StoreBuilder storeBuilder) |
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
protected final StoreBuilder storeBuilder
public StateStoreNode(StoreBuilder storeBuilder)
public void writeToTopology(InternalTopologyBuilder topologyBuilder)
writeToTopology
in class StreamsGraphNode
public java.lang.String toString()
toString
in class StreamsGraphNode