Uses of Interface
org.apache.curator.framework.api.Guaranteeable
-
Packages that use Guaranteeable Package Description org.apache.curator.framework.api org.apache.curator.framework.imps -
-
Uses of Guaranteeable in org.apache.curator.framework.api
Subinterfaces of Guaranteeable in org.apache.curator.framework.api Modifier and Type Interface Description interfaceDeleteBuilderinterfaceDeleteBuilderMaininterfaceGuaranteeableDeletableSolves this edge case: deleting a node can fail due to connection issues.interfaceRemoveWatchesTypeBuilder to allow the specification of whether it is acceptable to remove client side watch information in the case where ZK cannot be contacted. -
Uses of Guaranteeable in org.apache.curator.framework.imps
Classes in org.apache.curator.framework.imps that implement Guaranteeable Modifier and Type Class Description classDeleteBuilderImplclassRemoveWatchesBuilderImplclassWatchesBuilderImpl
-