Package org.jgroups.protocols
Class BatchBundler.Buffer
- java.lang.Object
-
- org.jgroups.protocols.BatchBundler.Buffer
-
- Enclosing class:
- BatchBundler
protected class BatchBundler.Buffer extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
addMessage(Message msg)
protected void
close()
protected void
sendBatch(boolean due_to_timeout)
-
-
-
Constructor Detail
-
Buffer
protected Buffer(Address address)
-
-
Method Detail
-
addMessage
protected boolean addMessage(Message msg) throws java.lang.Exception
- Throws:
java.lang.Exception
-
sendBatch
protected void sendBatch(boolean due_to_timeout) throws java.lang.Exception
- Throws:
java.lang.Exception
-
close
protected void close()
-
-