|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
Segment structure is implemented here.
See:
Description
| Class Summary | |
|---|---|
| BaseSegment | The base implementation that is backed by an offset (index) and a contents file. |
| Index | An index of offsets backed by a file. |
| IndexMetrics | Encapsulates the immutable properties of an index and its data model. |
| Exception Summary | |
|---|---|
| IndexException | Exception thrown by the Index class. |
| IndexMetricsException | Exception thrown by the IndexMetrics class. |
The basic file-based Segment structure is implemented here. There's enough here
for an application to get going without using the a SegmentStore instance.
The rest of the implementation just builds on the few bricks this package provides.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||