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
Publisher.OrderBy
option which computes the unit-of-order such that each message is sent
to the next channel in a round-robin order.- See Also:
-
Field Summary
Fields inherited from class com.tangosol.net.topic.Publisher.OrderByValue
m_orderIdFunction
-
Constructor Summary
-
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
-
Constructor Details
-
OrderByRoundRobin
public OrderByRoundRobin()
-