| GCJournalFile |
This type abstracts the gc.log file, used to save information about
the segment garbage collection.
|
| JournalFile |
The journal is a special, atomically updated file that records the state of
the repository as a sequence of references to successive root node records.
|
| JournalFileReader |
|
| JournalFileWriter |
|
| ManifestFile |
Manifest is a properties files, providing the information about the segment
store (eg.
|
| RepositoryLock |
This type represents the lock that has been already acquired on the segment
store.
|
| SegmentArchiveEntry |
Represents a single entry (segment) in the segment archive.
|
| SegmentArchiveManager |
SegmentArchiveManager provides a low-level access to the segment files (eg.
|
| SegmentArchiveReader |
This interface represents a read-only segment archive.
|
| SegmentArchiveWriter |
Represents a write-enabled, append-only archive.
|
| SegmentNodeStorePersistence |
This type is a main entry point for the segment node store persistence.
|