Uses of Interface
org.apache.curator.framework.api.PathAndBytesable
-
Packages that use PathAndBytesable Package Description org.apache.curator.framework.api org.apache.curator.framework.api.transaction org.apache.curator.framework.imps -
-
Uses of PathAndBytesable in org.apache.curator.framework.api
Subinterfaces of PathAndBytesable in org.apache.curator.framework.api Modifier and Type Interface Description interfaceACLBackgroundPathAndBytesable<T>interfaceACLCreateModeBackgroundPathAndBytesable<T>interfaceACLCreateModePathAndBytesable<T>interfaceACLCreateModeStatBackgroundPathAndBytesable<T>interfaceACLPathAndBytesable<T>interfaceBackgroundPathAndBytesable<T>interfaceCreateBackgroundModeACLableinterfaceCreateBackgroundModeStatACLableinterfaceCreateBuilderinterfaceCreateBuilder2interfaceCreateBuilderMaininterfaceCreateProtectACLCreateModePathAndBytesable<T>interfaceErrorListenerPathAndBytesable<T>interfaceProtectACLCreateModePathAndBytesable<T>interfaceProtectACLCreateModeStatPathAndBytesable<T>interfaceSetDataBackgroundVersionableinterfaceSetDataBuilderinterfaceVersionPathAndBytesable<T>Methods in org.apache.curator.framework.api that return PathAndBytesable Modifier and Type Method Description PathAndBytesable<T>ErrorListenerPathAndBytesable. withUnhandledErrorListener(UnhandledErrorListener listener)Set an error listener for this background operation. -
Uses of PathAndBytesable in org.apache.curator.framework.api.transaction
Subinterfaces of PathAndBytesable in org.apache.curator.framework.api.transaction Modifier and Type Interface Description interfaceTransactionCreateBuilder<T>interfaceTransactionCreateBuilder2<T>interfaceTransactionSetDataBuilder<T> -
Uses of PathAndBytesable in org.apache.curator.framework.imps
Classes in org.apache.curator.framework.imps that implement PathAndBytesable Modifier and Type Class Description classCreateBuilderImplclassSetDataBuilderImplMethods in org.apache.curator.framework.imps that return PathAndBytesable Modifier and Type Method Description PathAndBytesable<java.lang.String>CreateBuilderImpl. withUnhandledErrorListener(UnhandledErrorListener listener)PathAndBytesable<org.apache.zookeeper.data.Stat>SetDataBuilderImpl. withUnhandledErrorListener(UnhandledErrorListener listener)
-