Uses of Enum Class
com.liferay.portal.kernel.cluster.Priority
Packages that use Priority
-
Uses of Priority in com.liferay.portal.kernel.cluster
Methods in com.liferay.portal.kernel.cluster that return PriorityModifier and TypeMethodDescriptionstatic Priority
Returns the enum constant of this class with the specified name.static Priority[]
Priority.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.liferay.portal.kernel.cluster with parameters of type PriorityModifier and TypeMethodDescriptionvoid
ClusterLink.sendMulticastMessage
(Message message, Priority priority) static void
ClusterLinkUtil.sendMulticastMessage
(Message message, Priority priority) static void
ClusterLinkUtil.sendMulticastMessage
(Object payload, Priority priority) void
ClusterLink.sendUnicastMessage
(Address address, Message message, Priority priority) static void
ClusterLinkUtil.sendUnicastMessage
(Address address, Message message, Priority priority)