Package | Description |
---|---|
org.apache.activemq.store.kahadb.disk.journal |
journal based data storage - scalable and fast
|
Modifier and Type | Class and Description |
---|---|
class |
ReadOnlyDataFile
Allows you to open a data file in read only mode.
|
Modifier and Type | Field and Description |
---|---|
DataFile |
TargetedDataFileAppender.WriteBatch.dataFile |
Modifier and Type | Field and Description |
---|---|
protected LinkedNodeList<DataFile> |
Journal.dataFiles |
protected Map<File,DataFile> |
Journal.fileByFileMap |
protected Map<Integer,DataFile> |
Journal.fileMap |
Modifier and Type | Method and Description |
---|---|
DataFile |
Journal.getCurrentDataFile() |
DataFile |
Journal.getDataFileById(int dataFileId) |
DataFile |
Journal.reserveDataFile() |
Modifier and Type | Method and Description |
---|---|
Map<Integer,DataFile> |
Journal.getFileMap() |
Modifier and Type | Method and Description |
---|---|
int |
DataFile.compareTo(DataFile df) |
void |
Journal.DataFileRemovedListener.fileRemoved(DataFile datafile) |
protected Location |
Journal.recoveryCheck(DataFile dataFile) |
Constructor and Description |
---|
TargetedDataFileAppender(Journal journal,
DataFile target)
Construct a Store writer
|
WriteBatch(DataFile dataFile,
int offset) |
WriteBatch(DataFile dataFile,
int offset,
Journal.WriteCommand write) |
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.