Package org.apache.kafka.streams.state
Class BuiltInDslStoreSuppliers.InMemoryDslStoreSuppliers
java.lang.Object
org.apache.kafka.streams.state.BuiltInDslStoreSuppliers.InMemoryDslStoreSuppliers
- All Implemented Interfaces:
Configurable
,DslStoreSuppliers
- Enclosing class:
- BuiltInDslStoreSuppliers
public static class BuiltInDslStoreSuppliers.InMemoryDslStoreSuppliers
extends Object
implements DslStoreSuppliers
A
DslStoreSuppliers
that supplies all stores backed by an in-memory map-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionkeyValueStore
(DslKeyValueParams params) sessionStore
(DslSessionParams params) windowStore
(DslWindowParams params) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.kafka.streams.state.DslStoreSuppliers
configure
-
Constructor Details
-
InMemoryDslStoreSuppliers
public InMemoryDslStoreSuppliers()
-
-
Method Details
-
keyValueStore
- Specified by:
keyValueStore
in interfaceDslStoreSuppliers
-
windowStore
- Specified by:
windowStore
in interfaceDslStoreSuppliers
-
sessionStore
- Specified by:
sessionStore
in interfaceDslStoreSuppliers
-