|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of NoticeableFuture in com.liferay.portal.fabric.local.worker |
|---|
| Methods in com.liferay.portal.fabric.local.worker that return NoticeableFuture | ||
|---|---|---|
|
LocalFabricWorkerProcessCallableExecutor.execute(ProcessCallable<V> processCallable)
|
|
NoticeableFuture<T> |
LocalFabricWorker.getProcessNoticeableFuture()
|
|
|
LocalFabricWorker.write(ProcessCallable<V> processCallable)
|
|
| Uses of NoticeableFuture in com.liferay.portal.fabric.netty.agent |
|---|
| Methods in com.liferay.portal.fabric.netty.agent that return NoticeableFuture | ||
|---|---|---|
|
NettyFabricAgentProcessCallableExecutor.execute(ProcessCallable<V> processCallable)
|
|
| Uses of NoticeableFuture in com.liferay.portal.fabric.netty.handlers |
|---|
| Methods in com.liferay.portal.fabric.netty.handlers that return NoticeableFuture | |
|---|---|
protected NoticeableFuture<NettyFabricWorkerExecutionChannelHandler.LoadedPaths> |
NettyFabricWorkerExecutionChannelHandler.loadPaths(io.netty.channel.Channel channel,
NettyFabricWorkerConfig<Serializable> nettyFabricWorkerConfig)
|
| Uses of NoticeableFuture in com.liferay.portal.fabric.netty.repository |
|---|
| Methods in com.liferay.portal.fabric.netty.repository that return NoticeableFuture | |
|---|---|
NoticeableFuture<java.nio.file.Path> |
NettyRepository.getFile(io.netty.channel.Channel channel,
java.nio.file.Path remoteFilePath,
java.nio.file.Path localFilePath,
boolean deleteAfterFetch)
|
protected NoticeableFuture<java.nio.file.Path> |
NettyRepository.getFile(io.netty.channel.Channel channel,
java.nio.file.Path remoteFilePath,
java.nio.file.Path localFilePath,
boolean deleteAfterFetch,
boolean populateCache)
|
NoticeableFuture<Map<java.nio.file.Path,java.nio.file.Path>> |
NettyRepository.getFiles(io.netty.channel.Channel channel,
Map<java.nio.file.Path,java.nio.file.Path> pathMap,
boolean deleteAfterFetch)
|
| Uses of NoticeableFuture in com.liferay.portal.fabric.netty.rpc |
|---|
| Methods in com.liferay.portal.fabric.netty.rpc that return NoticeableFuture | ||
|---|---|---|
NoticeableFuture<T> |
RPCCallable.call()
|
|
NoticeableFuture<T> |
SyncProcessRPCCallable.call()
|
|
static
|
RPCUtil.execute(io.netty.channel.Channel channel,
RPCCallable<T> rpcCallable)
|
|
| Uses of NoticeableFuture in com.liferay.portal.fabric.netty.util |
|---|
| Methods in com.liferay.portal.fabric.netty.util with parameters of type NoticeableFuture | ||
|---|---|---|
static
|
NettyUtil.scheduleCancellation(io.netty.channel.Channel channel,
NoticeableFuture<T> noticeableFuture,
long timeout)
|
|
| Uses of NoticeableFuture in com.liferay.portal.fabric.netty.worker |
|---|
| Methods in com.liferay.portal.fabric.netty.worker that return NoticeableFuture | ||
|---|---|---|
NoticeableFuture<T> |
NettyFabricWorkerBridgeRPCCallable.call()
|
|
|
NettyFabricWorkerProcessCallableExecutor.execute(ProcessCallable<V> processCallable)
|
|
NoticeableFuture<T> |
NettyFabricWorkerStub.getProcessNoticeableFuture()
|
|
|
NettyFabricWorkerStub.write(ProcessCallable<V> processCallable)
|
|
| Uses of NoticeableFuture in com.liferay.portal.fabric.repository |
|---|
| Methods in com.liferay.portal.fabric.repository that return NoticeableFuture | |
|---|---|
NoticeableFuture<java.nio.file.Path> |
Repository.getFile(T t,
java.nio.file.Path remoteFilePath,
java.nio.file.Path localFilePath,
boolean deleteAfterFetch)
|
NoticeableFuture<Map<java.nio.file.Path,java.nio.file.Path>> |
Repository.getFiles(T t,
Map<java.nio.file.Path,java.nio.file.Path> pathMap,
boolean deleteAfterFetch)
|
| Uses of NoticeableFuture in com.liferay.portal.fabric.status |
|---|
| Methods in com.liferay.portal.fabric.status that return NoticeableFuture | ||
|---|---|---|
|
JMXProxyUtil.ProcessCallableExecutor.execute(ProcessCallable<V> processCallable)
|
|
| Uses of NoticeableFuture in com.liferay.portal.kernel.cluster |
|---|
| Classes in com.liferay.portal.kernel.cluster that implement NoticeableFuture | |
|---|---|
class |
FutureClusterResponses
|
| Methods in com.liferay.portal.kernel.cluster that return NoticeableFuture | ||
|---|---|---|
|
ClusterMasterExecutor.executeOnMaster(MethodHandler methodHandler)
|
|
| Uses of NoticeableFuture in com.liferay.portal.kernel.concurrent |
|---|
| Classes in com.liferay.portal.kernel.concurrent that implement NoticeableFuture | |
|---|---|
class |
DefaultNoticeableFuture<T>
|
class |
NoticeableFutureConverter<T,V>
|
| Methods in com.liferay.portal.kernel.concurrent that return NoticeableFuture | ||
|---|---|---|
NoticeableFuture<V> |
AsyncBroker.post(K key)
|
|
NoticeableFuture<V> |
AsyncBroker.post(K key,
DefaultNoticeableFuture<V> defaultNoticeableFuture)
|
|
|
ThreadPoolExecutor.submit(Callable<T> callable)
|
|
NoticeableFuture<?> |
ThreadPoolExecutor.submit(Runnable runnable)
|
|
|
ThreadPoolExecutor.submit(Runnable runnable,
T result)
|
|
NoticeableFuture<V> |
AsyncBroker.take(K key)
|
|
NoticeableFuture<Void> |
ThreadPoolExecutor.terminationNoticeableFuture()
|
|
| Methods in com.liferay.portal.kernel.concurrent that return types with arguments of type NoticeableFuture | |
|---|---|
Map<K,NoticeableFuture<V>> |
AsyncBroker.getOpenBids()
|
| Constructors in com.liferay.portal.kernel.concurrent with parameters of type NoticeableFuture | |
|---|---|
NoticeableFutureConverter(NoticeableFuture<V> noticeableFuture)
|
|
| Uses of NoticeableFuture in com.liferay.portal.kernel.nio.intraband.rpc |
|---|
| Methods in com.liferay.portal.kernel.nio.intraband.rpc that return NoticeableFuture | ||
|---|---|---|
static
|
IntrabandRPCUtil.execute(RegistrationReference registrationReference,
ProcessCallable<V> processCallable)
|
|
| Uses of NoticeableFuture in com.liferay.portal.kernel.process |
|---|
| Methods in com.liferay.portal.kernel.process that return NoticeableFuture | ||
|---|---|---|
static
|
ProcessUtil.execute(OutputProcessor<O,E> outputProcessor,
List<String> arguments)
|
|
static
|
ProcessUtil.execute(OutputProcessor<O,E> outputProcessor,
String... arguments)
|
|
NoticeableFuture<T> |
ProcessChannel.getProcessNoticeableFuture()
|
|
|
ProcessChannel.write(ProcessCallable<V> processCallable)
|
|
| Uses of NoticeableFuture in com.liferay.portal.kernel.process.local |
|---|
| Methods in com.liferay.portal.kernel.process.local that return NoticeableFuture | ||
|---|---|---|
NoticeableFuture<T> |
LocalProcessChannel.getProcessNoticeableFuture()
|
|
|
LocalProcessChannel.write(ProcessCallable<V> processCallable)
|
|
| Constructors in com.liferay.portal.kernel.process.local with parameters of type NoticeableFuture | |
|---|---|
LocalProcessChannel(NoticeableFuture<T> noticeableFuture,
ObjectOutputStream objectOutputStream,
AsyncBroker<Long,Serializable> asyncBroker)
|
|
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||