T - State store typeKeyValueBytesStoreSupplier, SessionBytesStoreSupplier, WindowBytesStoreSupplierpublic interface StoreSupplier<T extends StateStore>
StateStore instances.| Modifier and Type | Method | Description |
|---|---|---|
T |
get() |
Return a new
StateStore instance. |
java.lang.String |
metricsScope() |
Return a String that is used as the scope for metrics recorded by Metered stores.
|
java.lang.String |
name() |
Return the name of this state store supplier.
|
java.lang.String name()
T get()
StateStore instance.StateStore instance of type Tjava.lang.String metricsScope()