Package org.apache.pulsar.functions.api
Interface StateStore
- All Superinterfaces:
AutoCloseable
- All Known Subinterfaces:
ByteBufferStateStore,CounterStateStore
-
Method Summary
-
Method Details
-
tenant
String tenant()The tenant of this store.- Returns:
- the state store tenant.
-
namespace
String namespace()The namespace of this store.- Returns:
- the state store namespace.
-
name
String name()The name of this store.- Returns:
- the state store name.
-
fqsn
String fqsn()The fully qualified state store name.- Returns:
- the fully qualified state store name.
-
init
Initialize the state store.- Parameters:
ctx-
-
close
void close()- Specified by:
closein interfaceAutoCloseable
-