See: Description
| Interface | Description |
|---|---|
| ConcurrentWeakKeyHashMap.ReusableIterator<E> | |
| FutureListener<T> |
A listener that is called back when a future is done.
|
| NotifyingFuture<T> |
A sub-interface of a Future, that allows for listeners to be attached so that observers can be notified of when the
future completes.
|
| NotifyingNotifiableFuture<T> |
An internal interface which adds the ability to inform the future of completion.
|
| ParallelIterableMap<K,V> |
Map implementing this interface provide a mechanism for parallel key/value iteration.
|
| ParallelIterableMap.KeyValueAction<A,B> |
Interface describing an action where input is map's key/value pair
|
| Class | Description |
|---|---|
| AbstractInProcessFuture<V> |
An abstract Future that has "completed"
|
| AbstractInProcessNotifyingFuture<V> |
An abstract NotifyingFuture that has "completed"
|
| BaseNotifyingFuture<T> | |
| ConcurrentWeakKeyHashMap<K,V> |
An alternative weak-key
ConcurrentMap which is similar to ConcurrentHashMap. |
| NoOpFuture<E> |
A future that doesn't do anything and simply returns a given return value.
|
| NotifyingFutureImpl<T> |
Constructs an instance of a
NotifyingFuture. |
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.