| Package | Description |
|---|---|
| org.apache.curator.framework.api | |
| org.apache.curator.framework.imps |
| Modifier and Type | Interface | 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 | Description |
|---|---|---|
class |
DeleteBuilderImpl |
|
class |
ExistsBuilderImpl |
|
class |
GetACLBuilderImpl |
|
class |
GetChildrenBuilderImpl |
|
class |
GetDataBuilderImpl |
|
class |
RemoveWatchesBuilderImpl |
|
class |
SetACLBuilderImpl |
|
class |
SyncBuilderImpl |
| Modifier and Type | Method | Description |
|---|---|---|
BackgroundPathable<java.lang.Void> |
RemoveWatchesBuilderImpl.quietly() |
|
BackgroundPathable<org.apache.zookeeper.data.Stat> |
ExistsBuilderImpl.usingWatcher(CuratorWatcher watcher) |
|
BackgroundPathable<org.apache.zookeeper.data.Stat> |
ExistsBuilderImpl.usingWatcher(org.apache.zookeeper.Watcher watcher) |
|
BackgroundPathable<java.util.List<java.lang.String>> |
GetChildrenBuilderImpl.usingWatcher(CuratorWatcher watcher) |
|
BackgroundPathable<java.util.List<java.lang.String>> |
GetChildrenBuilderImpl.usingWatcher(org.apache.zookeeper.Watcher watcher) |
|
BackgroundPathable<byte[]> |
GetDataBuilderImpl.usingWatcher(CuratorWatcher watcher) |
|
BackgroundPathable<byte[]> |
GetDataBuilderImpl.usingWatcher(org.apache.zookeeper.Watcher watcher) |
|
BackgroundPathable<org.apache.zookeeper.data.Stat> |
ExistsBuilderImpl.watched() |
|
BackgroundPathable<java.util.List<java.lang.String>> |
GetChildrenBuilderImpl.watched() |
|
BackgroundPathable<byte[]> |
GetDataBuilderImpl.watched() |
|
BackgroundPathable<org.apache.zookeeper.data.Stat> |
SetACLBuilderImpl.withACL(java.util.List<org.apache.zookeeper.data.ACL> aclList) |
|
BackgroundPathable<java.lang.Void> |
DeleteBuilderImpl.withVersion(int version) |
| Modifier and Type | Method | Description |
|---|---|---|
ACLable<BackgroundPathable<org.apache.zookeeper.data.Stat>> |
SetACLBuilderImpl.withVersion(int version) |
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.