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) -
Uses of UnhandledErrorListener in org.apache.curator.framework.recipes.cache
Methods in org.apache.curator.framework.recipes.cache that return types with arguments of type UnhandledErrorListenerModifier and TypeMethodDescriptionTreeCache.getUnhandledErrorListenable()
Deprecated.Allows catching unhandled errors in asynchronous operations. -
Uses of UnhandledErrorListener in org.apache.curator.x.async
Methods in org.apache.curator.x.async with parameters of type UnhandledErrorListenerModifier and TypeMethodDescriptionAsyncCuratorFramework.with
(UnhandledErrorListener listener) Returns a facade that adds the given UnhandledErrorListener to all background operationsAsyncCuratorFramework.with
(UnhandledErrorListener listener, UnaryOperator<CuratorEvent> resultFilter, UnaryOperator<org.apache.zookeeper.WatchedEvent> watcherFilter) Set any combination of listener or filtersAsyncCuratorFramework.with
(WatchMode mode, UnhandledErrorListener listener, UnaryOperator<CuratorEvent> resultFilter, UnaryOperator<org.apache.zookeeper.WatchedEvent> watcherFilter) Set any combination of listener, filters or watch mode -
Uses of UnhandledErrorListener in org.apache.curator.x.async.details
Methods in org.apache.curator.x.async.details that return UnhandledErrorListenerMethods in org.apache.curator.x.async.details with parameters of type UnhandledErrorListenerModifier and TypeMethodDescriptionAsyncCuratorFrameworkImpl.with
(UnhandledErrorListener listener) AsyncCuratorFrameworkImpl.with
(UnhandledErrorListener listener, UnaryOperator<CuratorEvent> resultFilter, UnaryOperator<org.apache.zookeeper.WatchedEvent> watcherFilter) AsyncCuratorFrameworkImpl.with
(WatchMode mode, UnhandledErrorListener listener, UnaryOperator<CuratorEvent> resultFilter, UnaryOperator<org.apache.zookeeper.WatchedEvent> watcherFilter) Constructors in org.apache.curator.x.async.details with parameters of type UnhandledErrorListenerModifierConstructorDescriptionFilters
(UnhandledErrorListener listener, UnaryOperator<CuratorEvent> resultFilter, UnaryOperator<org.apache.zookeeper.WatchedEvent> watcherFilter) -
Uses of UnhandledErrorListener in org.apache.curator.x.async.modeled
Methods in org.apache.curator.x.async.modeled with parameters of type UnhandledErrorListenerModifier and TypeMethodDescriptionModeledFrameworkBuilder.withUnhandledErrorListener
(UnhandledErrorListener unhandledErrorListener) Use the given unhandledErrorListener for operations on the Modeled Curator's ZNode -
Uses of UnhandledErrorListener in org.apache.curator.x.async.modeled.details
Methods in org.apache.curator.x.async.modeled.details with parameters of type UnhandledErrorListenerModifier and TypeMethodDescriptionstatic <T> ModeledFrameworkImpl<T>
ModeledFrameworkImpl.build
(AsyncCuratorFramework client, ModelSpec<T> model, WatchMode watchMode, UnaryOperator<org.apache.zookeeper.WatchedEvent> watcherFilter, UnhandledErrorListener unhandledErrorListener, UnaryOperator<CuratorEvent> resultFilter, Set<ModeledOptions> modeledOptions)