Uses of Class
org.jgroups.protocols.SHUFFLE
-
Packages that use SHUFFLE Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of SHUFFLE in org.jgroups.protocols
Methods in org.jgroups.protocols that return SHUFFLE Modifier and Type Method Description protected SHUFFLE
SHUFFLE. add(java.util.List<Message> queue, Message msg, java.util.concurrent.locks.Lock lock, java.util.function.Consumer<Message> send_function)
protected SHUFFLE
SHUFFLE. add(java.util.List<Message> queue, MessageBatch batch, java.util.concurrent.locks.Lock lock, java.util.function.Consumer<Message> send_function)
protected SHUFFLE
SHUFFLE. reorderAndSend(java.util.List<Message> list, java.util.concurrent.locks.Lock lock, java.util.function.Consumer<Message> send_function)
SHUFFLE
SHUFFLE. setDown(boolean down)
SHUFFLE
SHUFFLE. setMaxSize(int max_size)
SHUFFLE
SHUFFLE. setMaxTime(long max_time)
SHUFFLE
SHUFFLE. setUp(boolean up)
-