Uses of Class
org.apache.activemq.store.kahadb.disk.journal.Journal.WriteCommand
-
Packages that use Journal.WriteCommand Package Description org.apache.activemq.store.kahadb.disk.journal 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.WriteCommand Modifier and Type Field Description protected Map<Journal.WriteKey,Journal.WriteCommand>Journal. inflightWritesLinkedNodeList<Journal.WriteCommand>TargetedDataFileAppender.WriteBatch. writesMethods in org.apache.activemq.store.kahadb.disk.journal that return types with arguments of type Journal.WriteCommand Modifier and Type Method Description Map<Journal.WriteKey,Journal.WriteCommand>Journal. getInflightWrites()Methods in org.apache.activemq.store.kahadb.disk.journal with parameters of type Journal.WriteCommand Modifier and Type Method Description voidTargetedDataFileAppender.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.WriteCommand Constructor Description WriteBatch(DataFile dataFile, int offset, Journal.WriteCommand write)
-