| Package | Description |
|---|---|
| org.apache.curator.framework.api | |
| org.apache.curator.framework.api.transaction | |
| org.apache.curator.framework.imps |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
ACLableExistBuilderMain |
|
interface |
BackgroundPathable<T> |
|
interface |
BackgroundPathableQuietlyable<T> |
|
interface |
BackgroundVersionable |
|
interface |
ChildrenDeletable |
|
interface |
DeleteBuilder |
|
interface |
DeleteBuilderMain |
|
interface |
ErrorListenerPathable<T> |
|
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 |
StatPathable<T> |
|
interface |
SyncBuilder |
|
interface |
TempGetDataBuilder |
|
interface |
WatchPathable<T> |
| Modifier and Type | Method | Description |
|---|---|---|
Pathable<T> |
ErrorListenerPathable.withUnhandledErrorListener(UnhandledErrorListener listener) |
Set an error listener for this background operation.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
TransactionCheckBuilder<T> |
|
interface |
TransactionDeleteBuilder<T> |
| 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 |
|---|---|---|
Pathable<java.util.List<org.apache.zookeeper.data.ACL>> |
GetACLBuilderImpl.storingStatIn(org.apache.zookeeper.data.Stat stat) |
|
Pathable<java.lang.Void> |
DeleteBuilderImpl.withUnhandledErrorListener(UnhandledErrorListener listener) |
|
Pathable<org.apache.zookeeper.data.Stat> |
ExistsBuilderImpl.withUnhandledErrorListener(UnhandledErrorListener listener) |
|
Pathable<java.util.List<org.apache.zookeeper.data.ACL>> |
GetACLBuilderImpl.withUnhandledErrorListener(UnhandledErrorListener listener) |
|
Pathable<java.util.List<java.lang.String>> |
GetChildrenBuilderImpl.withUnhandledErrorListener(UnhandledErrorListener listener) |
|
Pathable<byte[]> |
GetDataBuilderImpl.withUnhandledErrorListener(UnhandledErrorListener listener) |
|
Pathable<java.lang.Void> |
RemoveWatchesBuilderImpl.withUnhandledErrorListener(UnhandledErrorListener listener) |
|
Pathable<org.apache.zookeeper.data.Stat> |
SetACLBuilderImpl.withUnhandledErrorListener(UnhandledErrorListener listener) |
|
Pathable<java.lang.Void> |
SyncBuilderImpl.withUnhandledErrorListener(UnhandledErrorListener listener) |
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.