Uses of Interface
org.apache.curator.framework.api.Pathable
-
Packages that use Pathable Package Description org.apache.curator.framework.api org.apache.curator.framework.api.transaction org.apache.curator.framework.imps -
-
Uses of Pathable in org.apache.curator.framework.api
Subinterfaces of Pathable in org.apache.curator.framework.api Modifier and Type Interface Description interfaceACLableExistBuilderMaininterfaceBackgroundPathable<T>interfaceBackgroundPathableQuietlyable<T>interfaceBackgroundVersionableinterfaceChildrenDeletableinterfaceDeleteBuilderinterfaceDeleteBuilderMaininterfaceErrorListenerPathable<T>interfaceExistsBuilderinterfaceExistsBuilderMaininterfaceGetACLBuilderinterfaceGetChildrenBuilderinterfaceGetDataBuilderinterfaceGetDataWatchBackgroundStatableinterfaceGuaranteeableDeletableSolves this edge case: deleting a node can fail due to connection issues.interfaceRemoveWatchesLocalBuilder to allow the specification of whether it is acceptable to remove client side watch information in the case where ZK cannot be contacted.interfaceRemoveWatchesTypeBuilder to allow the specification of whether it is acceptable to remove client side watch information in the case where ZK cannot be contacted.interfaceStatPathable<T>interfaceSyncBuilderinterfaceTempGetDataBuilderinterfaceWatchPathable<T>Methods in org.apache.curator.framework.api that return Pathable Modifier and Type Method Description Pathable<T>ErrorListenerPathable. withUnhandledErrorListener(UnhandledErrorListener listener)Set an error listener for this background operation. -
Uses of Pathable in org.apache.curator.framework.api.transaction
Subinterfaces of Pathable in org.apache.curator.framework.api.transaction Modifier and Type Interface Description interfaceTransactionCheckBuilder<T>interfaceTransactionDeleteBuilder<T> -
Uses of Pathable in org.apache.curator.framework.imps
Classes in org.apache.curator.framework.imps that implement Pathable Modifier and Type Class Description classDeleteBuilderImplclassExistsBuilderImplclassGetACLBuilderImplclassGetChildrenBuilderImplclassGetDataBuilderImplclassRemoveWatchesBuilderImplclassSetACLBuilderImplclassSyncBuilderImplMethods in org.apache.curator.framework.imps that return Pathable 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)
-