Package org.jgroups.protocols
Class ASYNC.AsyncBatchDispatcher
- java.lang.Object
-
- org.jgroups.protocols.ASYNC.AsyncBatchDispatcher
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- ASYNC
protected class ASYNC.AsyncBatchDispatcher extends java.lang.Object implements java.lang.Runnable
-
-
Field Summary
Fields Modifier and Type Field Description protected MessageBatch
batch
-
Constructor Summary
Constructors Modifier Constructor Description protected
AsyncBatchDispatcher(MessageBatch batch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Field Detail
-
batch
protected final MessageBatch batch
-
-
Constructor Detail
-
AsyncBatchDispatcher
protected AsyncBatchDispatcher(MessageBatch batch)
-
-