StateStoreNode¶
StateStoreNode
is a GraphNode.
Creating Instance¶
StateStoreNode
takes the following to be created:
StateStoreNode
is created when:
InternalStreamsBuilder
is requested to add a StoreBuilder
writeToTopology¶
void writeToTopology(
InternalTopologyBuilder topologyBuilder,
Properties props)
writeToTopology
merely requests the given InternalTopologyBuilder to add the storeBuilder.
writeToTopology
is part of the GraphNode abstraction.