Package | Description |
---|---|
org.infinispan.util.concurrent |
Thread-safe containers and other concurrency-related utilities, designed to supplement JDK concurrency utilities
and containers.
|
Modifier and Type | Method and Description |
---|---|
NotifyingFuture<T> |
NotifyingFuture.attachListener(FutureListener<T> listener)
Deprecated.
Attaches a listener and returns the same future instance, to allow for 'building'.
|
NotifyingFuture<T> |
LegacyNotifyingFutureAdaptor.attachListener(FutureListener<T> listener)
Deprecated.
|
NotifyingFuture<V> |
AbstractInProcessNotifyingFuture.attachListener(FutureListener<V> futureListener) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.