Package | Description |
---|---|
com.liferay.portal.kernel.cluster |
Modifier and Type | Method and Description |
---|---|
static ClusterEvent |
ClusterEvent.depart(ClusterNode... clusterNodes) |
static ClusterEvent |
ClusterEvent.depart(List<ClusterNode> clusterNodes) |
static ClusterEvent |
ClusterEvent.join(ClusterNode... clusterNodes) |
static ClusterEvent |
ClusterEvent.join(List<ClusterNode> clusterNodes) |
Modifier and Type | Method and Description |
---|---|
void |
ClusterEventListener.processClusterEvent(ClusterEvent clusterEvent) |