Uses of Class
org.apache.activemq.store.kahadb.disk.journal.DataFile
Packages that use DataFile
Package
Description
journal based data storage - scalable and fast
-
Uses of DataFile in org.apache.activemq.store.kahadb.disk.journal
Subclasses of DataFile in org.apache.activemq.store.kahadb.disk.journalModifier and TypeClassDescriptionclassAllows you to open a data file in read only mode.Fields in org.apache.activemq.store.kahadb.disk.journal declared as DataFileFields in org.apache.activemq.store.kahadb.disk.journal with type parameters of type DataFileModifier and TypeFieldDescriptionprotected LinkedNodeList<DataFile>Journal.dataFilesJournal.fileByFileMapJournal.fileMapMethods in org.apache.activemq.store.kahadb.disk.journal that return DataFileModifier and TypeMethodDescriptionJournal.getCurrentDataFile(int capacity) Journal.getDataFileById(int dataFileId) Journal.reserveDataFile()Methods in org.apache.activemq.store.kahadb.disk.journal that return types with arguments of type DataFileMethods in org.apache.activemq.store.kahadb.disk.journal with parameters of type DataFileModifier and TypeMethodDescriptionintvoidJournal.DataFileRemovedListener.fileRemoved(DataFile datafile) booleanJournal.isUnusedPreallocated(DataFile dataFile) protected LocationJournal.recoveryCheck(DataFile dataFile) Constructors in org.apache.activemq.store.kahadb.disk.journal with parameters of type DataFileModifierConstructorDescriptionTargetedDataFileAppender(Journal journal, DataFile target) Construct a Store writerWriteBatch(DataFile dataFile, int offset) WriteBatch(DataFile dataFile, int offset, Journal.WriteCommand write)