Uses of Class
org.apache.activemq.store.kahadb.disk.journal.Journal.WriteCommand
Packages that use Journal.WriteCommand
Package
Description
journal based data storage - scalable and fast
-
Uses of Journal.WriteCommand in org.apache.activemq.store.kahadb.disk.journal
Fields in org.apache.activemq.store.kahadb.disk.journal with type parameters of type Journal.WriteCommandModifier and TypeFieldDescriptionprotected final Map<Journal.WriteKey,Journal.WriteCommand> Journal.inflightWritesTargetedDataFileAppender.WriteBatch.writesMethods in org.apache.activemq.store.kahadb.disk.journal that return types with arguments of type Journal.WriteCommandMethods in org.apache.activemq.store.kahadb.disk.journal with parameters of type Journal.WriteCommandModifier and TypeMethodDescriptionvoidTargetedDataFileAppender.WriteBatch.append(Journal.WriteCommand write) booleanTargetedDataFileAppender.WriteBatch.canAppend(Journal.WriteCommand write) Constructors in org.apache.activemq.store.kahadb.disk.journal with parameters of type Journal.WriteCommandModifierConstructorDescriptionWriteBatch(DataFile dataFile, int offset, Journal.WriteCommand write)