| Package | Description |
|---|---|
| org.apache.activemq.store.kahadb.disk.journal |
journal based data storage - scalable and fast
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<Journal.WriteKey,Journal.WriteCommand> |
Journal.inflightWrites |
LinkedNodeList<Journal.WriteCommand> |
TargetedDataFileAppender.WriteBatch.writes |
| Modifier and Type | Method and Description |
|---|---|
Map<Journal.WriteKey,Journal.WriteCommand> |
Journal.getInflightWrites() |
| Modifier and Type | Method and Description |
|---|---|
void |
TargetedDataFileAppender.WriteBatch.append(Journal.WriteCommand write) |
boolean |
TargetedDataFileAppender.WriteBatch.canAppend(Journal.WriteCommand write) |
| Constructor and Description |
|---|
WriteBatch(DataFile dataFile,
int offset,
Journal.WriteCommand write) |
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.