public class BuiltInDslStoreSuppliers extends Object
DslStoreSuppliers
for Kafka Streams. Today we
support RocksDb and InMemory stores out of the box.Modifier and Type | Class and Description |
---|---|
static class |
BuiltInDslStoreSuppliers.InMemoryDslStoreSuppliers
A
DslStoreSuppliers that supplies all stores backed by an in-memory map |
static class |
BuiltInDslStoreSuppliers.RocksDBDslStoreSuppliers
A
DslStoreSuppliers that supplies all stores backed by RocksDB |
Modifier and Type | Field and Description |
---|---|
static DslStoreSuppliers |
IN_MEMORY |
static DslStoreSuppliers |
ROCKS_DB |
Constructor and Description |
---|
BuiltInDslStoreSuppliers() |
public static final DslStoreSuppliers ROCKS_DB
public static final DslStoreSuppliers IN_MEMORY