Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.kernel.cluster.ClusterNode

Packages that use ClusterNode
com.liferay.portal.kernel.cluster   
com.liferay.portal.kernel.management   
 

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

Methods in com.liferay.portal.kernel.cluster that return ClusterNode
 ClusterNode ClusterNodeResponse.getClusterNode()
           
 ClusterNode ClusterExecutor.getLocalClusterNode()
           
static ClusterNode ClusterExecutorUtil.getLocalClusterNode()
           
 

Methods in com.liferay.portal.kernel.cluster that return types with arguments of type ClusterNode
 List<ClusterNode> ClusterExecutor.getClusterNodes()
           
 List<ClusterNode> ClusterEvent.getClusterNodes()
           
static List<ClusterNode> ClusterExecutorUtil.getClusterNodes()
           
 

Methods in com.liferay.portal.kernel.cluster with parameters of type ClusterNode
static ClusterNodeResponse ClusterNodeResponse.createExceptionClusterNodeResponse(ClusterNode clusterNode, String uuid, Exception exception)
           
static ClusterNodeResponse ClusterNodeResponse.createResultClusterNodeResponse(ClusterNode clusterNode, String uuid, Serializable result)
           
static ClusterEvent ClusterEvent.depart(ClusterNode... clusterNodes)
           
static ClusterEvent ClusterEvent.join(ClusterNode... clusterNodes)
           
 

Method parameters in com.liferay.portal.kernel.cluster with type arguments of type ClusterNode
static ClusterEvent ClusterEvent.depart(List<ClusterNode> clusterNodes)
           
static ClusterEvent ClusterEvent.join(List<ClusterNode> clusterNodes)
           
 

Constructor parameters in com.liferay.portal.kernel.cluster with type arguments of type ClusterNode
ClusterEvent(ClusterEventType clusterEventType, List<ClusterNode> clusterNodes)
           
 

Uses of ClusterNode in com.liferay.portal.kernel.management
 

Methods in com.liferay.portal.kernel.management with parameters of type ClusterNode
static void PortalManagerUtil.manageAsync(ClusterNode clusterNode, ManageAction<?> manageAction)
           
static
<T> T
PortalManagerUtil.manageSync(ClusterNode clusterNode, ManageAction<T> manageAction)
           
 


Liferay 7.0-ce-b4