Modifier and Type | Method and Description |
---|---|
Listenable<UnhandledErrorListener> |
CuratorFramework.getUnhandledErrorListenable()
Returns the listenable interface for unhandled errors
|
Modifier and Type | Method and Description |
---|---|
Ensembleable<T> |
ErrorListenerEnsembleable.withUnhandledErrorListener(UnhandledErrorListener listener)
Set an error listener for this background operation.
|
CuratorMultiTransactionMain |
ErrorListenerMultiTransactionMain.withUnhandledErrorListener(UnhandledErrorListener listener)
Set an error listener for this background operation.
|
ReconfigBuilderMain |
ErrorListenerReconfigBuilderMain.withUnhandledErrorListener(UnhandledErrorListener listener)
Set an error listener for this background operation.
|
Pathable<T> |
ErrorListenerPathable.withUnhandledErrorListener(UnhandledErrorListener listener)
Set an error listener for this background operation.
|
PathAndBytesable<T> |
ErrorListenerPathAndBytesable.withUnhandledErrorListener(UnhandledErrorListener listener)
Set an error listener for this background operation.
|
Modifier and Type | Field and Description |
---|---|
UnhandledErrorListener |
CuratorFrameworkImpl.debugUnhandledErrorListener |
Modifier and Type | Method and Description |
---|---|
Listenable<UnhandledErrorListener> |
CuratorFrameworkImpl.getUnhandledErrorListenable() |
Constructor and Description |
---|
Backgrounding(BackgroundCallback callback,
UnhandledErrorListener errorListener) |
Modifier and Type | Method and Description |
---|---|
Listenable<UnhandledErrorListener> |
TreeCache.getUnhandledErrorListenable()
Deprecated.
Allows catching unhandled errors in asynchronous operations.
|
Modifier and Type | Method and Description |
---|---|
AsyncCuratorFrameworkDsl |
AsyncCuratorFramework.with(UnhandledErrorListener listener)
Returns a facade that adds the given UnhandledErrorListener to all background operations
|
AsyncCuratorFrameworkDsl |
AsyncCuratorFramework.with(UnhandledErrorListener listener,
UnaryOperator<CuratorEvent> resultFilter,
UnaryOperator<org.apache.zookeeper.WatchedEvent> watcherFilter)
Set any combination of listener or filters
|
AsyncCuratorFrameworkDsl |
AsyncCuratorFramework.with(WatchMode mode,
UnhandledErrorListener listener,
UnaryOperator<CuratorEvent> resultFilter,
UnaryOperator<org.apache.zookeeper.WatchedEvent> watcherFilter)
Set any combination of listener, filters or watch mode
|
Modifier and Type | Method and Description |
---|---|
UnhandledErrorListener |
Filters.getListener() |
Modifier and Type | Method and Description |
---|---|
AsyncCuratorFrameworkDsl |
AsyncCuratorFrameworkImpl.with(UnhandledErrorListener listener) |
AsyncCuratorFrameworkDsl |
AsyncCuratorFrameworkImpl.with(UnhandledErrorListener listener,
UnaryOperator<CuratorEvent> resultFilter,
UnaryOperator<org.apache.zookeeper.WatchedEvent> watcherFilter) |
AsyncCuratorFrameworkDsl |
AsyncCuratorFrameworkImpl.with(WatchMode mode,
UnhandledErrorListener listener,
UnaryOperator<CuratorEvent> resultFilter,
UnaryOperator<org.apache.zookeeper.WatchedEvent> watcherFilter) |
Constructor and Description |
---|
Filters(UnhandledErrorListener listener,
UnaryOperator<CuratorEvent> resultFilter,
UnaryOperator<org.apache.zookeeper.WatchedEvent> watcherFilter) |
Modifier and Type | Method and Description |
---|---|
ModeledFrameworkBuilder<T> |
ModeledFrameworkBuilder.withUnhandledErrorListener(UnhandledErrorListener unhandledErrorListener)
Use the given unhandledErrorListener for operations on the Modeled Curator's ZNode
|
Modifier and Type | Method and Description |
---|---|
static <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) |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.