public static class BuiltInDslStoreSuppliers.InMemoryDslStoreSuppliers extends Object implements DslStoreSuppliers
DslStoreSuppliers
that supplies all stores backed by an in-memory mapConstructor and Description |
---|
InMemoryDslStoreSuppliers() |
Modifier and Type | Method and Description |
---|---|
KeyValueBytesStoreSupplier |
keyValueStore(DslKeyValueParams params) |
SessionBytesStoreSupplier |
sessionStore(DslSessionParams params) |
WindowBytesStoreSupplier |
windowStore(DslWindowParams params) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
configure
public KeyValueBytesStoreSupplier keyValueStore(DslKeyValueParams params)
keyValueStore
in interface DslStoreSuppliers
public WindowBytesStoreSupplier windowStore(DslWindowParams params)
windowStore
in interface DslStoreSuppliers
public SessionBytesStoreSupplier sessionStore(DslSessionParams params)
sessionStore
in interface DslStoreSuppliers