Class Journal.WriteCommand
java.lang.Object
org.apache.activemq.store.kahadb.disk.util.LinkedNode<Journal.WriteCommand>
org.apache.activemq.store.kahadb.disk.journal.Journal.WriteCommand
- Enclosing class:
- Journal
-
Field Summary
FieldsFields inherited from class org.apache.activemq.store.kahadb.disk.util.LinkedNode
list, next, prev -
Constructor Summary
ConstructorsConstructorDescriptionWriteCommand(Location location, ByteSequence data, boolean sync) WriteCommand(Location location, ByteSequence data, Runnable onComplete) -
Method Summary
Methods inherited from class org.apache.activemq.store.kahadb.disk.util.LinkedNode
getHeadNode, getList, getNext, getNextCircular, getPrevious, getPreviousCircular, getTailNode, isHeadNode, isLinked, isTailNode, linkAfter, linkAfter, linkBefore, linkBefore, linkToHead, linkToTail, splitAfter, splitBefore, unlink
-
Field Details
-
location
-
data
-
onComplete
-
-
Constructor Details
-
WriteCommand
-
WriteCommand
-