@InterfaceAudience.Public @InterfaceStability.Evolving public interface StateStore extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
fqsn()
The fully qualified state store name.
|
void |
init(StateStoreContext ctx)
Initialize the state store.
|
String |
name()
The name of this store.
|
String |
namespace()
The namespace of this store.
|
String |
tenant()
The tenant of this store.
|
String tenant()
String namespace()
String name()
String fqsn()
void init(StateStoreContext ctx)
ctx - void close()
close in interface AutoCloseableCopyright © 2017–2021 Apache Software Foundation. All rights reserved.