Class CommandHelper.LogAggregatorMessage
java.lang.Object
com.illumon.iris.db.v2.logaggregator.CommandHelper.LogAggregatorMessage
- Enclosing class:
- CommandHelper
public static class CommandHelper.LogAggregatorMessage extends Object
Combine together a QueueCommandId, a message from the buffer pool, and a possible action to call.
This is a transition class; it's likely it, and the queue, can be redesigned.
-
Method Summary
Modifier and Type Method Description void
finished()
ByteBuffer
getBuffer()
CommandHelper.QueueCommandId
getCommand()
com.fishlib.io.sched.Message
getMessage()
-
Method Details
-
getCommand
-
getMessage
public com.fishlib.io.sched.Message getMessage() -
getBuffer
-
finished
public void finished()
-