Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.kernel.concurrent.NoticeableFuture

Packages that use NoticeableFuture
com.liferay.portal.fabric.local.worker   
com.liferay.portal.fabric.netty.agent   
com.liferay.portal.fabric.netty.handlers   
com.liferay.portal.fabric.netty.repository   
com.liferay.portal.fabric.netty.rpc   
com.liferay.portal.fabric.netty.util   
com.liferay.portal.fabric.netty.worker   
com.liferay.portal.fabric.repository   
com.liferay.portal.fabric.status   
com.liferay.portal.kernel.cluster   
com.liferay.portal.kernel.concurrent   
com.liferay.portal.kernel.nio.intraband.rpc   
com.liferay.portal.kernel.process   
com.liferay.portal.kernel.process.local   
 

Uses of NoticeableFuture in com.liferay.portal.fabric.local.worker
 

Methods in com.liferay.portal.fabric.local.worker that return NoticeableFuture
<V extends Serializable>
NoticeableFuture<V>
LocalFabricWorkerProcessCallableExecutor.execute(ProcessCallable<V> processCallable)
           
 NoticeableFuture<T> LocalFabricWorker.getProcessNoticeableFuture()
           
<V extends Serializable>
NoticeableFuture<V>
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
<V extends Serializable>
NoticeableFuture<V>
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
<T extends Serializable>
NoticeableFuture<T>
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
<T> void
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()
           
<V extends Serializable>
NoticeableFuture<V>
NettyFabricWorkerProcessCallableExecutor.execute(ProcessCallable<V> processCallable)
           
 NoticeableFuture<T> NettyFabricWorkerStub.getProcessNoticeableFuture()
           
<V extends Serializable>
NoticeableFuture<V>
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
<V extends Serializable>
NoticeableFuture<V>
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
<T> NoticeableFuture<T>
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)
           
<T> NoticeableFuture<T>
ThreadPoolExecutor.submit(Callable<T> callable)
           
 NoticeableFuture<?> ThreadPoolExecutor.submit(Runnable runnable)
           
<T> NoticeableFuture<T>
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
<V extends Serializable>
NoticeableFuture<V>
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
<O,E> NoticeableFuture<ObjectValuePair<O,E>>
ProcessUtil.execute(OutputProcessor<O,E> outputProcessor, List<String> arguments)
           
static
<O,E> NoticeableFuture<ObjectValuePair<O,E>>
ProcessUtil.execute(OutputProcessor<O,E> outputProcessor, String... arguments)
           
 NoticeableFuture<T> ProcessChannel.getProcessNoticeableFuture()
           
<V extends Serializable>
NoticeableFuture<V>
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()
           
<V extends Serializable>
NoticeableFuture<V>
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