public static class BuiltInDslStoreSuppliers.RocksDBDslStoreSuppliers extends Object implements DslStoreSuppliers
DslStoreSuppliers
that supplies all stores backed by RocksDBConstructor and Description |
---|
RocksDBDslStoreSuppliers() |
Modifier and Type | Method and Description |
---|---|
KeyValueBytesStoreSupplier |
keyValueStore(DslKeyValueParams params) |
SessionBytesStoreSupplier |
sessionStore(DslSessionParams params) |
WindowBytesStoreSupplier |
windowStore(DslWindowParams params) |
equals, 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