Class BuiltInDslStoreSuppliers.InMemoryDslStoreSuppliers
java.lang.Object
org.apache.kafka.streams.state.BuiltInDslStoreSuppliers.InMemoryDslStoreSuppliers
- All Implemented Interfaces:
org.apache.kafka.common.Configurable,DslStoreSuppliers
- Enclosing class:
BuiltInDslStoreSuppliers
public static class BuiltInDslStoreSuppliers.InMemoryDslStoreSuppliersextends Object implements DslStoreSuppliers
A
DslStoreSuppliers that supplies all stores backed by an in-memory mapConstructor Summary
ConstructorsMethod 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, waitMethods inherited from interface org.apache.kafka.streams.state.DslStoreSuppliers
configure
Constructor Details
InMemoryDslStoreSuppliers
public InMemoryDslStoreSuppliers()
Method Details
keyValueStore
- Specified by:
keyValueStorein interfaceDslStoreSuppliers
windowStore
- Specified by:
windowStorein interfaceDslStoreSuppliers
sessionStore
- Specified by:
sessionStorein interfaceDslStoreSuppliers