InMemoryTimeOrderedKeyValueBuffer<K, V> build()
InMemoryTimeOrderedKeyValueBuffer
InMemoryTimeOrderedKeyValueBuffer
is a concrete TimeOrderedKeyValueBuffer that is created exclusively when KTableImpl
is requested to suppress.
Creating InMemoryTimeOrderedKeyValueBuffer Instance
InMemoryTimeOrderedKeyValueBuffer
takes the following to be created:
InMemoryTimeOrderedKeyValueBuffer
initializes the internal properties.
build
Method
Note
|
build is part of the StoreBuilder Contract to create (build) a state store.
|
build
simply creates a new InMemoryTimeOrderedKeyValueBuffer.