Uses of Interface
org.apache.curator.framework.api.Ensembleable
-
Packages that use Ensembleable Package Description org.apache.curator.framework.api org.apache.curator.framework.imps -
-
Uses of Ensembleable in org.apache.curator.framework.api
Subinterfaces of Ensembleable in org.apache.curator.framework.api Modifier and Type Interface Description interfaceAddStatConfigEnsembleableAn non-incremental reconfiguration builder.interfaceBackgroundEnsembleable<T>interfaceConfigureEnsembleableinterfaceErrorListenerEnsembleable<T>interfaceGetConfigBuilderinterfaceJoinStatConfigEnsembleableAn incremental reconfiguration builder.interfaceLeaveStatConfigEnsembleableAn incremental reconfiguration builder.interfaceStatConfigureEnsembleableinterfaceWatchBackgroundEnsembleable<T>Methods in org.apache.curator.framework.api that return Ensembleable Modifier and Type Method Description Ensembleable<byte[]>ConfigureEnsembleable. fromConfig(long config)Sets the configuration version to use.Ensembleable<T>ErrorListenerEnsembleable. withUnhandledErrorListener(UnhandledErrorListener listener)Set an error listener for this background operation. -
Uses of Ensembleable in org.apache.curator.framework.imps
Classes in org.apache.curator.framework.imps that implement Ensembleable Modifier and Type Class Description classGetConfigBuilderImplMethods in org.apache.curator.framework.imps that return Ensembleable Modifier and Type Method Description Ensembleable<byte[]>GetConfigBuilderImpl. withUnhandledErrorListener(UnhandledErrorListener listener)
-