Liferay 6.2-ce-ga5

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

Packages that use Priority
com.liferay.portal.cache.cluster.clusterlink   
com.liferay.portal.cluster   
com.liferay.portal.kernel.cluster   
com.liferay.portal.kernel.cluster.messaging   
com.liferay.portal.kernel.search   
 

Uses of Priority in com.liferay.portal.cache.cluster.clusterlink
 

Method parameters in com.liferay.portal.cache.cluster.clusterlink with type arguments of type Priority
 void ClusterLinkPortalCacheClusterChannelFactory.setPriorities(List<Priority> priorities)
           
 

Constructors in com.liferay.portal.cache.cluster.clusterlink with parameters of type Priority
ClusterLinkPortalCacheClusterChannel(String destinationName, Priority priority)
           
 

Uses of Priority in com.liferay.portal.cluster
 

Methods in com.liferay.portal.cluster with parameters of type Priority
protected  org.jgroups.JChannel ClusterLinkImpl.getChannel(Priority priority)
           
 List<Address> ClusterLinkImpl.getTransportAddresses(Priority priority)
           
 void ClusterLinkImpl.sendMulticastMessage(Message message, Priority priority)
           
 void ClusterLinkImpl.sendUnicastMessage(Address address, Message message, Priority priority)
           
 

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

Methods in com.liferay.portal.kernel.cluster that return Priority
static Priority Priority.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Priority[] Priority.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.liferay.portal.kernel.cluster with parameters of type Priority
static List<Address> ClusterLinkUtil.getTransportAddresses(Priority priority)
           
 List<Address> ClusterLink.getTransportAddresses(Priority priority)
           
static void ClusterLinkUtil.sendMulticastMessage(Message message, Priority priority)
           
 void ClusterLink.sendMulticastMessage(Message message, Priority priority)
           
static void ClusterLinkUtil.sendMulticastMessage(Object payload, Priority priority)
           
static void ClusterLinkUtil.sendUnicastMessage(Address address, Message message, Priority priority)
           
 void ClusterLink.sendUnicastMessage(Address address, Message message, Priority priority)
           
 

Uses of Priority in com.liferay.portal.kernel.cluster.messaging
 

Methods in com.liferay.portal.kernel.cluster.messaging with parameters of type Priority
 void ClusterBridgeMessageListener.setPriority(Priority priority)
           
 

Uses of Priority in com.liferay.portal.kernel.search
 

Methods in com.liferay.portal.kernel.search that return Priority
 Priority SearchEngine.getClusteredWritePriority()
           
 Priority BaseSearchEngine.getClusteredWritePriority()
           
 Priority SearchEngineProxyWrapper.getClusteredWritePriority()
           
 

Methods in com.liferay.portal.kernel.search with parameters of type Priority
 void BaseSearchEngine.setClusteredWritePriority(Priority clusteredWritePriority)
           
 


Liferay 6.2-ce-ga5