Package org.jgroups.protocols
Class AsyncNoBundler
- java.lang.Object
-
- org.jgroups.protocols.NoBundler
-
- org.jgroups.protocols.AsyncNoBundler
-
-
Field Summary
Fields Modifier and Type Field Description protected int
max_threads
protected java.util.concurrent.ThreadPoolExecutor
thread_pool
-
Constructor Summary
Constructors Constructor Description AsyncNoBundler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
send(Message msg)
-
Methods inherited from class org.jgroups.protocols.NoBundler
getMaxSize, getQueueSize, init, sendSingleMessage, size, start, stop
-
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
getCapacity, renameThread, resetStats, setMaxSize, viewChange
-
-