Package | Description |
---|---|
org.apache.kahadb.journal |
journal based data storage - scalable and fast
|
org.apache.kahadb.util |
Modifier and Type | Class and Description |
---|---|
class |
DataFile
DataFile
|
static class |
Journal.WriteCommand |
class |
ReadOnlyDataFile
Allows you to open a data file in read only mode.
|
Modifier and Type | Class and Description |
---|---|
class |
LinkedNode<T extends LinkedNode<T>>
Provides a base class for you to extend when you want object to maintain a
doubly linked list to other objects without using a collection class.
|
class |
LinkedNodeList<T extends LinkedNode<T>>
Provides a list of LinkedNode objects.
|
Modifier and Type | Class and Description |
---|---|
class |
Sequence
Represents a range of numbers.
|
Modifier and Type | Field and Description |
---|---|
protected T |
LinkedNode.next |
protected T |
LinkedNode.prev |
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.