| Class | Description |
|---|---|
| GoedelObjectDump |
This is similar to the ObjectDump, except that it is indexed by a (possibly
nonsequential) long ID name rather than an integer ID.
|
| GoedelObjectDumpBuilder |
This class builds GoedelObjectDumps using buffered streams.
|
| InMemoryGoedelIndex |
This is a gadget to allow in-memory sorting of a GoedelObjectStore.
|
| InMemoryStringIndex |
This is a gadget to allow in-memory sorting of a NamedObjectStore.
|
| NamedObjectDump |
This is similar to the ObjectDump, except that it is indexed by a string name
rather than an integer ID.
|
| NamedObjectDumpBuilder |
This class builds NamedObjectDumps using buffered streams.
|
| NamedRandomAccessObjectDump |
This is similar to the ObjectDump, except that it is indexed by a string name
rather than an integer ID.
|
| NamedRandomAccessObjectDumpDumper | |
| ObjectDumpPacker |
Packs any kind of ObjectDump into an appropriate PackedObjectDump.
|
| PackedNamedRandomAccessObjectDump |
This is a packed (single file) version of a NamedObjectDump, that uses a
RandomAccessFile for i/o.
|