Uses of Interface
org.apache.curator.framework.api.BackgroundPathable
-
Packages that use BackgroundPathable Package Description org.apache.curator.framework.api org.apache.curator.framework.imps -
-
Uses of BackgroundPathable in org.apache.curator.framework.api
Subinterfaces of BackgroundPathable in org.apache.curator.framework.api Modifier and Type Interface Description interfaceACLableExistBuilderMaininterfaceBackgroundPathableQuietlyable<T>interfaceBackgroundVersionableinterfaceChildrenDeletableinterfaceDeleteBuilderinterfaceDeleteBuilderMaininterfaceExistsBuilderinterfaceExistsBuilderMaininterfaceGetACLBuilderinterfaceGetChildrenBuilderinterfaceGetDataBuilderinterfaceGetDataWatchBackgroundStatableinterfaceGuaranteeableDeletableSolves 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.interfaceSyncBuilder -
Uses of BackgroundPathable in org.apache.curator.framework.imps
Classes in org.apache.curator.framework.imps that implement BackgroundPathable Modifier and Type Class Description classDeleteBuilderImplclassExistsBuilderImplclassGetACLBuilderImplclassGetChildrenBuilderImplclassGetDataBuilderImplclassRemoveWatchesBuilderImplclassSetACLBuilderImplclassSyncBuilderImplMethods in org.apache.curator.framework.imps that return BackgroundPathable 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)Methods in org.apache.curator.framework.imps that return types with arguments of type BackgroundPathable Modifier and Type Method Description ACLable<BackgroundPathable<org.apache.zookeeper.data.Stat>>SetACLBuilderImpl. withVersion(int version)
-