| Package | Description |
|---|---|
| org.opendaylight.yangtools.util.concurrent |
| Class and Description |
|---|
| AsyncNotifyingListenableFutureTask
A
FutureTask that also implements the ListenableFuture interface similar to
guava's ListenableFutureTask. |
| AsyncNotifyingListeningExecutorService
An
ListeningExecutorService implementation that also allows
for an Executor to be specified on construction that is used to execute ListenableFuture callback
Runnables, registered via Futures.addCallback(com.google.common.util.concurrent.ListenableFuture<V>, com.google.common.util.concurrent.FutureCallback<? super V>, java.util.concurrent.Executor) or
ListenableFuture.addListener(java.lang.Runnable, java.util.concurrent.Executor) directly, asynchronously when a task that is run on this executor completes. |
| CountingRejectedExecutionHandler
A RejectedExecutionHandler that delegates to a backing RejectedExecutionHandler and counts the
number of rejected tasks.
|
| ExceptionMapper
Utility exception mapper which translates an Exception to a specified type of
Exception.
|
| ImmutableThreadFactoryProvider
Immutable implementation of
ThreadFactoryProvider. |
| ImmutableThreadFactoryProvider.Builder
Builds instances of type
ImmutableThreadFactoryProvider. |
| ImmutableThreadFactoryProvider.BuildFinal |
| ImmutableThreadFactoryProvider.LoggerBuildStage |
| ImmutableThreadFactoryProvider.NamePrefixBuildStage |
| ListenerNotificationQueueStats
Class used by the
QueuedNotificationManager that contains a snapshot of notification
queue statistics for a listener. |
| NotificationManager
Interface for a class that manages queuing and dispatching notifications for multiple listeners.
|
| QueuedNotificationManager
This class manages queuing and dispatching notifications for multiple listeners concurrently.
|
| QueuedNotificationManager.BatchedInvoker |
| QueuedNotificationManager.Invoker
Deprecated.
Use
QueuedNotificationManager.BatchedInvoker instead. |
| ReflectiveExceptionMapper
Convenience
ExceptionMapper which instantiates specified Exception using
reflection. |
| ThreadFactoryProvider
Builder for
ThreadFactory. |
Copyright © 2019 OpenDaylight. All rights reserved.