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.- Since:
- Coherence 14.1.1
- Author:
- jf/jk/mf 2015.06.03
- See Also:
-
Field Summary
Fields inherited from class com.tangosol.net.topic.Publisher.OrderByValue
m_orderIdFunction -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.tangosol.net.topic.Publisher.OrderByValue
getOrderId, readExternal, readExternal, toString, writeExternal, writeExternalMethods inherited from class com.tangosol.net.topic.Publisher.OrderBy
id, none, roundRobin, thread, value, value
-
Constructor Details
-
OrderByRoundRobin
public OrderByRoundRobin()
-