Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.kernel.cluster.Address

Packages that use Address
com.liferay.portal.cluster   
com.liferay.portal.kernel.cluster   
com.liferay.portal.search.lucene   
com.liferay.portal.search.lucene.cluster   
 

Uses of Address in com.liferay.portal.cluster
 

Classes in com.liferay.portal.cluster that implement Address
 class AddressImpl
           
 

Methods in com.liferay.portal.cluster that return Address
 Address ClusterExecutorImpl.getLocalClusterNodeAddress()
           
 

Methods in com.liferay.portal.cluster that return types with arguments of type Address
protected  List<Address> ClusterBase.getAddresses(org.jgroups.JChannel channel)
           
 List<Address> ClusterExecutorImpl.getClusterNodeAddresses()
           
protected  List<Address> ClusterRequestReceiver.getDepartAddresses(org.jgroups.View view)
           
 List<Address> ClusterLinkImpl.getLocalTransportAddresses()
           
protected  List<Address> ClusterRequestReceiver.getNewAddresses(org.jgroups.View view)
           
 List<Address> ClusterLinkImpl.getTransportAddresses(Priority priority)
           
protected  List<Address> ClusterExecutorImpl.prepareAddresses(ClusterRequest clusterRequest)
           
 

Methods in com.liferay.portal.cluster with parameters of type Address
protected  void ClusterRequestReceiver.handleResponse(Address address, ClusterRequest clusterRequest, Object returnValue, Exception exception)
           
 boolean ClusterExecutorImpl.isClusterNodeAlive(Address address)
           
protected  void ClusterExecutorImpl.memberJoined(Address joinAddress, ClusterNode clusterNode)
           
protected  void ClusterRequestReceiver.processClusterRequest(ClusterRequest clusterRequest, Address sourceAddress)
           
protected  void ClusterRequestReceiver.processClusterResponse(ClusterNodeResponse clusterNodeResponse, Address sourceAddress)
           
 void ClusterLinkImpl.sendUnicastMessage(Address address, Message message, Priority priority)
           
 

Method parameters in com.liferay.portal.cluster with type arguments of type Address
protected  void ClusterExecutorImpl.memberRemoved(List<Address> departAddresses)
           
 

Uses of Address in com.liferay.portal.kernel.cluster
 

Methods in com.liferay.portal.kernel.cluster that return Address
 Address ClusterNodeResponse.getAddress()
           
static Address ClusterLinkUtil.getAddress(Message message)
           
static Address ClusterExecutorUtil.getLocalClusterNodeAddress()
           
 Address ClusterExecutor.getLocalClusterNodeAddress()
           
 

Methods in com.liferay.portal.kernel.cluster that return types with arguments of type Address
static List<Address> ClusterExecutorUtil.getClusterNodeAddresses()
           
 List<Address> ClusterExecutor.getClusterNodeAddresses()
           
static List<Address> ClusterLinkUtil.getLocalTransportAddresses()
           
 List<Address> ClusterLink.getLocalTransportAddresses()
           
 Collection<Address> ClusterRequest.getTargetClusterNodeAddresses()
           
static List<Address> ClusterLinkUtil.getTransportAddresses(Priority priority)
           
 List<Address> ClusterLink.getTransportAddresses(Priority priority)
           
 

Methods in com.liferay.portal.kernel.cluster with parameters of type Address
 void FutureClusterResponses.addExpectedReplyAddress(Address address)
           
 void ClusterRequest.addTargetClusterNodeAddresses(Address... targetClusterNodeAddresses)
           
static ClusterRequest ClusterRequest.createUnicastRequest(MethodHandler methodHandler, Address... targetClusterNodeAddresses)
           
 boolean FutureClusterResponses.expectsReply(Address address)
           
 ClusterNodeResponse ClusterNodeResponses.getClusterResponse(Address address)
           
static boolean ClusterExecutorUtil.isClusterNodeAlive(Address address)
           
 boolean ClusterExecutor.isClusterNodeAlive(Address address)
           
static void ClusterLinkUtil.sendUnicastMessage(Address address, Message message, Priority priority)
           
 void ClusterLink.sendUnicastMessage(Address address, Message message, Priority priority)
           
 void ClusterNodeResponse.setAddress(Address address)
           
static Message ClusterLinkUtil.setAddress(Message message, Address address)
           
 

Constructor parameters in com.liferay.portal.kernel.cluster with type arguments of type Address
FutureClusterResponses(List<Address> addresses)
           
 

Uses of Address in com.liferay.portal.search.lucene
 

Methods in com.liferay.portal.search.lucene with parameters of type Address
 InputStream LuceneHelper.getLoadIndexesInputStreamFromCluster(long companyId, Address bootupAddress)
           
 InputStream LuceneHelperImpl.getLoadIndexesInputStreamFromCluster(long companyId, Address bootupAddress)
           
static InputStream LuceneHelperUtil.getLoadIndexesInputStreamFromCluster(long companyId, Address bootupAddress)
           
 

Uses of Address in com.liferay.portal.search.lucene.cluster
 

Methods in com.liferay.portal.search.lucene.cluster with parameters of type Address
static void LuceneClusterUtil.loadIndexesFromCluster(long[] companyIds, Address bootupAddress)
           
 


Liferay 6.1.2-ce-ga3