Package org.apache.kafka.streams.state
Class BuiltInDslStoreSuppliers
java.lang.Object
org.apache.kafka.streams.state.BuiltInDslStoreSuppliers
Collection of builtin
DslStoreSuppliers
for Kafka Streams. Today we
support RocksDb and InMemory stores out of the box.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
ADslStoreSuppliers
that supplies all stores backed by an in-memory mapstatic class
ADslStoreSuppliers
that supplies all stores backed by RocksDB -
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
ROCKS_DB
-
IN_MEMORY
-
-
Constructor Details
-
BuiltInDslStoreSuppliers
public BuiltInDslStoreSuppliers()
-