Uses of Enum Class
com.liferay.portal.kernel.cluster.ClusterEventType
Packages that use ClusterEventType
-
Uses of ClusterEventType in com.liferay.portal.kernel.cluster
Methods in com.liferay.portal.kernel.cluster that return ClusterEventTypeModifier and TypeMethodDescriptionClusterEvent.getClusterEventType()
static ClusterEventType
Returns the enum constant of this class with the specified name.static ClusterEventType[]
ClusterEventType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.liferay.portal.kernel.cluster with parameters of type ClusterEventTypeModifierConstructorDescriptionClusterEvent
(ClusterEventType clusterEventType) ClusterEvent
(ClusterEventType clusterEventType, List<ClusterNode> clusterNodes)