Package com.tangosol.net.topic
Class Publisher.OrderByRoundRobin<V>
- java.lang.Object
 - 
- com.tangosol.net.topic.Publisher.OrderBy<V>
 - 
- com.tangosol.net.topic.Publisher.OrderByValue<V>
 - 
- com.tangosol.net.topic.Publisher.OrderByRoundRobin<V>
 
 
 
 
- 
- Type Parameters:
 V- the value type
- All Implemented Interfaces:
 ExternalizableLite,PortableObject,Publisher.Option<V>,Serializable
public static class Publisher.OrderByRoundRobin<V> extends Publisher.OrderByValue<V>
Publisher.OrderByoption which computes the unit-of-order such that each message is sent to the next channel in a round-robin order.- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
- 
Fields inherited from class com.tangosol.net.topic.Publisher.OrderByValue
m_orderIdFunction 
 - 
 
- 
Constructor Summary
Constructors Constructor Description OrderByRoundRobin() 
- 
Method Summary
- 
Methods inherited from class com.tangosol.net.topic.Publisher.OrderByValue
getOrderId, readExternal, readExternal, toString, writeExternal, writeExternal 
- 
Methods inherited from class com.tangosol.net.topic.Publisher.OrderBy
id, none, roundRobin, thread, value, value 
 - 
 
 -