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 |
SequentialScan.bulkInsert(BulkInsertOperation operation)
Bulk insertion.
|
void |
LocatorStorageAlgorithm.bulkInsertOperation(BulkInsertOperation op)
Implementation of the bulk-insert operation.
|
void |
ParallelSequentialScan.insert(BulkInsertOperation operation)
Inserts multiple new objects.
|
Modifier and Type | Method and Description |
---|---|
BulkInsertOperation |
BulkInsertOperation.clone() |