Package | Description |
---|---|
messif.algorithms.impl |
Implementation of basic search algorithms.
|
messif.operations.data |
Implementation of data-manipulation operations.
|
Modifier and Type | Method and Description |
---|---|
void |
ParallelSequentialScan.insert(InsertOperation operation)
Inserts a new object.
|
void |
SequentialScan.insert(InsertOperation operation)
Inserts a new object.
|
void |
LocatorStorageAlgorithm.insertOperation(InsertOperation op)
Implementation of the insert operation.
|
Modifier and Type | Method and Description |
---|---|
InsertOperation |
InsertOperation.clone() |