Liferay 7.0-ga1 portal-impl

Uses of Interface
com.liferay.portal.fabric.repository.Repository

Packages that use Repository
com.liferay.portal.fabric.netty.agent   
com.liferay.portal.fabric.netty.client   
com.liferay.portal.fabric.netty.handlers   
com.liferay.portal.fabric.netty.repository   
com.liferay.portal.fabric.netty.worker   
 

Uses of Repository in com.liferay.portal.fabric.netty.agent
 

Constructors in com.liferay.portal.fabric.netty.agent with parameters of type Repository
NettyFabricAgentStub(io.netty.channel.Channel channel, Repository<io.netty.channel.Channel> repository, java.nio.file.Path remoteRepositoryPath, long rpcRelayTimeout, long startupTimeout)
           
 

Uses of Repository in com.liferay.portal.fabric.netty.client
 

Fields in com.liferay.portal.fabric.netty.client declared as Repository
protected  Repository<io.netty.channel.Channel> NettyFabricClient.PostDisconnectChannelFutureListener.repository
           
 

Constructors in com.liferay.portal.fabric.netty.client with parameters of type Repository
NettyFabricClient.PostDisconnectChannelFutureListener(Repository<io.netty.channel.Channel> repository)
           
 

Uses of Repository in com.liferay.portal.fabric.netty.handlers
 

Constructors in com.liferay.portal.fabric.netty.handlers with parameters of type Repository
NettyFabricAgentRegistrationChannelHandler.OnRegistration(io.netty.channel.Channel channel, NettyFabricAgentStub nettyFabricAgentStub, Repository<io.netty.channel.Channel> repository)
           
NettyFabricAgentRegistrationChannelHandler.PostDisconnectChannelFutureListener(io.netty.channel.Channel channel, NettyFabricAgentStub nettyFabricAgentStub, Repository<io.netty.channel.Channel> repository)
           
NettyFabricWorkerExecutionChannelHandler(Repository<io.netty.channel.Channel> repository, FabricAgent fabricAgent, long executionTimeout)
           
 

Uses of Repository in com.liferay.portal.fabric.netty.repository
 

Classes in com.liferay.portal.fabric.netty.repository that implement Repository
 class NettyRepository
           
 

Uses of Repository in com.liferay.portal.fabric.netty.worker
 

Constructors in com.liferay.portal.fabric.netty.worker with parameters of type Repository
NettyFabricWorkerStub(long id, io.netty.channel.Channel channel, Repository<io.netty.channel.Channel> repository, Map<java.nio.file.Path,java.nio.file.Path> outputPathMap, long rpcRelayTimeout)
           
 


Liferay 7.0-ga1 portal-impl