Uses of Interface
org.apache.curator.framework.api.BackgroundVersionable
-
Packages that use BackgroundVersionable Package Description org.apache.curator.framework.api org.apache.curator.framework.imps -
-
Uses of BackgroundVersionable in org.apache.curator.framework.api
Subinterfaces of BackgroundVersionable in org.apache.curator.framework.api Modifier and Type Interface Description interfaceChildrenDeletableinterfaceDeleteBuilderinterfaceDeleteBuilderMaininterfaceGuaranteeableDeletableSolves this edge case: deleting a node can fail due to connection issues.Methods in org.apache.curator.framework.api that return BackgroundVersionable Modifier and Type Method Description BackgroundVersionableChildrenDeletable. deletingChildrenIfNeeded()Will also delete children if they exist. -
Uses of BackgroundVersionable in org.apache.curator.framework.imps
Classes in org.apache.curator.framework.imps that implement BackgroundVersionable Modifier and Type Class Description classDeleteBuilderImplMethods in org.apache.curator.framework.imps that return BackgroundVersionable Modifier and Type Method Description BackgroundVersionableDeleteBuilderImpl. deletingChildrenIfNeeded()
-