接口 StateStore
- 所有超级接口:
AutoCloseable
- 所有已知子接口:
ByteBufferStateStore,CounterStateStore
-
方法概要
-
方法详细资料
-
tenant
String tenant()The tenant of this store.- 返回:
- the state store tenant.
-
namespace
String namespace()The namespace of this store.- 返回:
- the state store namespace.
-
name
String name()The name of this store.- 返回:
- the state store name.
-
fqsn
String fqsn()The fully qualified state store name.- 返回:
- the fully qualified state store name.
-
init
Initialize the state store.- 参数:
ctx-
-
close
void close()- 指定者:
close在接口中AutoCloseable
-