接口 StateManager
- 所有超级接口:
AutoCloseable
- 所有已知实现类:
InstanceStateManager
A state manager that manages multiple state stores.
-
方法概要
-
方法详细资料
-
registerStore
void registerStore(org.apache.pulsar.functions.api.StateStore store) Register the state store.- 参数:
store- the state store to register.
-
getStore
Get the state store with the given name.- 参数:
tenant- the state store tenant.namespace- the state store namespace.name- the state store name.- 返回:
- the state store with the given name.
-
close
void close()- 指定者:
close在接口中AutoCloseable
-