Package | Description |
---|---|
org.apache.curator.framework.api | |
org.apache.curator.framework.imps |
Modifier and Type | Interface and Description |
---|---|
interface |
ACLableExistBuilderMain |
interface |
BackgroundPathableQuietlyable<T> |
interface |
BackgroundVersionable |
interface |
ChildrenDeletable |
interface |
DeleteBuilder |
interface |
DeleteBuilderMain |
interface |
ExistsBuilder |
interface |
ExistsBuilderMain |
interface |
GetACLBuilder |
interface |
GetChildrenBuilder |
interface |
GetDataBuilder |
interface |
GetDataWatchBackgroundStatable |
interface |
GuaranteeableDeletable
Solves this edge case: deleting a node can fail due to connection issues.
|
interface |
RemoveWatchesLocal
Builder to allow the specification of whether it is acceptable to remove client side watch information
in the case where ZK cannot be contacted.
|
interface |
RemoveWatchesType
Builder to allow the specification of whether it is acceptable to remove client side watch information
in the case where ZK cannot be contacted.
|
interface |
SyncBuilder |
Modifier and Type | Class and Description |
---|---|
class |
DeleteBuilderImpl |
class |
ExistsBuilderImpl |
class |
GetACLBuilderImpl |
class |
GetChildrenBuilderImpl |
class |
GetDataBuilderImpl |
class |
RemoveWatchesBuilderImpl |
class |
SetACLBuilderImpl |
class |
SyncBuilderImpl |
class |
WatchesBuilderImpl |
Modifier and Type | Method and Description |
---|---|
BackgroundPathable<Void> |
RemoveWatchesBuilderImpl.quietly() |
BackgroundPathable<byte[]> |
GetDataBuilderImpl.usingWatcher(CuratorWatcher watcher) |
BackgroundPathable<org.apache.zookeeper.data.Stat> |
ExistsBuilderImpl.usingWatcher(CuratorWatcher watcher) |
BackgroundPathable<List<String>> |
GetChildrenBuilderImpl.usingWatcher(CuratorWatcher watcher) |
BackgroundPathable<byte[]> |
GetDataBuilderImpl.usingWatcher(org.apache.zookeeper.Watcher watcher) |
BackgroundPathable<org.apache.zookeeper.data.Stat> |
ExistsBuilderImpl.usingWatcher(org.apache.zookeeper.Watcher watcher) |
BackgroundPathable<List<String>> |
GetChildrenBuilderImpl.usingWatcher(org.apache.zookeeper.Watcher watcher) |
BackgroundPathable<byte[]> |
GetDataBuilderImpl.watched() |
BackgroundPathable<org.apache.zookeeper.data.Stat> |
ExistsBuilderImpl.watched() |
BackgroundPathable<List<String>> |
GetChildrenBuilderImpl.watched() |
BackgroundPathable<org.apache.zookeeper.data.Stat> |
SetACLBuilderImpl.withACL(List<org.apache.zookeeper.data.ACL> aclList) |
BackgroundPathable<Void> |
DeleteBuilderImpl.withVersion(int version) |
Modifier and Type | Method and Description |
---|---|
ACLable<BackgroundPathable<org.apache.zookeeper.data.Stat>> |
SetACLBuilderImpl.withVersion(int version) |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.