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