Uses of Interface
org.apache.curator.framework.api.UnhandledErrorListener
Packages that use UnhandledErrorListener
Package
Description
-
Uses of UnhandledErrorListener in org.apache.curator.framework
Methods in org.apache.curator.framework that return types with arguments of type UnhandledErrorListenerModifier and TypeMethodDescriptionCuratorFramework.getUnhandledErrorListenable()Returns the listenable interface for unhandled errors -
Uses of UnhandledErrorListener in org.apache.curator.framework.api
Methods in org.apache.curator.framework.api with parameters of type UnhandledErrorListenerModifier and TypeMethodDescriptionErrorListenerEnsembleable.withUnhandledErrorListener(UnhandledErrorListener listener) Set an error listener for this background operation.ErrorListenerMultiTransactionMain.withUnhandledErrorListener(UnhandledErrorListener listener) Set an error listener for this background operation.ErrorListenerPathable.withUnhandledErrorListener(UnhandledErrorListener listener) Set an error listener for this background operation.ErrorListenerPathAndBytesable.withUnhandledErrorListener(UnhandledErrorListener listener) Set an error listener for this background operation.ErrorListenerReconfigBuilderMain.withUnhandledErrorListener(UnhandledErrorListener listener) Set an error listener for this background operation. -
Uses of UnhandledErrorListener in org.apache.curator.framework.imps
Fields in org.apache.curator.framework.imps declared as UnhandledErrorListenerMethods in org.apache.curator.framework.imps that return types with arguments of type UnhandledErrorListenerMethods in org.apache.curator.framework.imps with parameters of type UnhandledErrorListenerModifier and TypeMethodDescriptionCreateBuilderImpl.withUnhandledErrorListener(UnhandledErrorListener listener) CuratorMultiTransactionImpl.withUnhandledErrorListener(UnhandledErrorListener listener) DeleteBuilderImpl.withUnhandledErrorListener(UnhandledErrorListener listener) Pathable<org.apache.zookeeper.data.Stat> ExistsBuilderImpl.withUnhandledErrorListener(UnhandledErrorListener listener) GetACLBuilderImpl.withUnhandledErrorListener(UnhandledErrorListener listener) GetChildrenBuilderImpl.withUnhandledErrorListener(UnhandledErrorListener listener) Ensembleable<byte[]> GetConfigBuilderImpl.withUnhandledErrorListener(UnhandledErrorListener listener) Pathable<byte[]> GetDataBuilderImpl.withUnhandledErrorListener(UnhandledErrorListener listener) ReconfigBuilderImpl.withUnhandledErrorListener(UnhandledErrorListener listener) RemoveWatchesBuilderImpl.withUnhandledErrorListener(UnhandledErrorListener listener) Pathable<org.apache.zookeeper.data.Stat> SetACLBuilderImpl.withUnhandledErrorListener(UnhandledErrorListener listener) PathAndBytesable<org.apache.zookeeper.data.Stat> SetDataBuilderImpl.withUnhandledErrorListener(UnhandledErrorListener listener) SyncBuilderImpl.withUnhandledErrorListener(UnhandledErrorListener listener) Constructors in org.apache.curator.framework.imps with parameters of type UnhandledErrorListenerModifierConstructorDescriptionBackgrounding(BackgroundCallback callback, UnhandledErrorListener errorListener)