Liferay 7.0-ce-m3

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
 

Methods in com.liferay.portal.fabric.netty.client that return Repository
protected  Repository<io.netty.channel.Channel> NettyFabricClient.getRepository(io.netty.channel.Channel channel)
           
 

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-ce-m3