Package org.jgroups.protocols
Class SenderSendsBundler
- java.lang.Object
-
- org.jgroups.protocols.BaseBundler
-
- org.jgroups.protocols.SenderSendsBundler
-
- All Implemented Interfaces:
Bundler
public class SenderSendsBundler extends BaseBundler
- Since:
- 4.0
- Author:
- Bela Ban
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.concurrent.atomic.AtomicInteger
num_senders
-
Fields inherited from class org.jgroups.protocols.BaseBundler
avg_send_time, capacity, count, lock, log, max_size, msgs, output, transport
-
-
Constructor Summary
Constructors Constructor Description SenderSendsBundler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
send(Message msg)
-
Methods inherited from class org.jgroups.protocols.BaseBundler
addMessage, getCapacity, getMaxSize, getQueueSize, init, resetStats, sendBundledMessages, sendMessageList, sendSingleMessage, setCapacity, setMaxSize, size, start, stop, viewChange
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jgroups.protocols.Bundler
renameThread
-
-
-
-
Method Detail
-
send
public void send(Message msg) throws java.lang.Exception
- Specified by:
send
in interfaceBundler
- Overrides:
send
in classBaseBundler
- Throws:
java.lang.Exception
-
-