| Package | Description |
|---|---|
| org.egothor.dynamizer |
This package defines a common dynamization and its implementation
for our index data structures.
|
| org.egothor.slotter |
This package is responsible for management of arrays of DynStruct
objects.
|
| Modifier and Type | Method and Description |
|---|---|
SlotMap |
Dynamizer.getSlotter() |
| Modifier and Type | Method and Description |
|---|---|
void |
Dynamizer.setSlotter(SlotMap slotter)
Use the given Manager to handle data chunks.
|
| Modifier and Type | Method and Description |
|---|---|
static SlotMap |
SlotMap.open(String filename,
int versionID)
Returns the slotter on the filename (canonical form of the filename will be used).
|
Copyright © 2016 Egothor. All Rights Reserved.