Uses of Interface
org.apache.curator.framework.api.BackgroundPathableQuietlyable
-
Packages that use BackgroundPathableQuietlyable Package Description org.apache.curator.framework.api org.apache.curator.framework.imps -
-
Uses of BackgroundPathableQuietlyable in org.apache.curator.framework.api
Subinterfaces of BackgroundPathableQuietlyable in org.apache.curator.framework.api Modifier and Type Interface Description 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.Methods in org.apache.curator.framework.api that return BackgroundPathableQuietlyable Modifier and Type Method Description BackgroundPathableQuietlyable<java.lang.Void>RemoveWatchesLocal. locally()Specify if the client should just remove client side watches if a connection to ZK is not available. -
Uses of BackgroundPathableQuietlyable in org.apache.curator.framework.imps
Classes in org.apache.curator.framework.imps that implement BackgroundPathableQuietlyable Modifier and Type Class Description classRemoveWatchesBuilderImplMethods in org.apache.curator.framework.imps that return BackgroundPathableQuietlyable Modifier and Type Method Description BackgroundPathableQuietlyable<java.lang.Void>RemoveWatchesBuilderImpl. locally()
-