Package | Description |
---|---|
com.liferay.portal.kernel.cluster | |
com.liferay.portal.kernel.concurrent | |
com.liferay.portal.kernel.nio.intraband.rpc |
Modifier and Type | Class and Description |
---|---|
class |
FutureClusterResponses |
Modifier and Type | Method and Description |
---|---|
protected <T> DefaultNoticeableFuture<T> |
ThreadPoolExecutor.newTaskFor(Callable<T> callable) |
protected <T> DefaultNoticeableFuture<T> |
ThreadPoolExecutor.newTaskFor(Runnable runnable,
T value) |
Modifier and Type | Method and Description |
---|---|
NoticeableFuture<V> |
AsyncBroker.post(K key,
DefaultNoticeableFuture<V> defaultNoticeableFuture)
Deprecated.
As of Judson (7.1.x), replaced by
AsyncBroker.post(Object,
boolean[]) |
Constructor and Description |
---|
FutureCompletionHandler(DefaultNoticeableFuture<V> defaultNoticeableFuture) |