public interface KvStoreClient extends Closeable
| Modifier and Type | Method and Description |
|---|---|
KvClient |
getKvClient() |
LeaseClient |
getLeaseClient() |
LockClient |
getLockClient() |
PersistentLease |
getSessionLease()
Returns a singular
PersistentLease bound
to the life of this client instance. |
KvClient getKvClient()
LeaseClient getLeaseClient()
LockClient getLockClient()
PersistentLease getSessionLease()
PersistentLease bound
to the life of this client instance. May be lazily
established, but is revoked only when this client
instance is closed (closing the returned lease has
no effect).Copyright © 2022. All rights reserved.