Package | Description |
---|---|
messif.operations.data |
Implementation of data-manipulation operations.
|
messif.operations.query |
Implementation of data querying operations.
|
Modifier and Type | Class and Description |
---|---|
class |
BulkInsertOperation
Operation for inserting several objects at once.
|
class |
DeleteByLocatorOperation
Operation for deleting an object.
|
class |
DeleteOperation
Operation for deleting object(s).
|
class |
DeleteOperationLegacy
Operation for deleting an object.
|
class |
InsertOperation
Operation for inserting an object.
|
class |
TruncateOperation
Operation for removing all object(s).
|
Modifier and Type | Class and Description |
---|---|
class |
AggregationFunctionQueryOperation
Aggregation function kNN query operation.
|
class |
ApproxKNNQueryOperation
Approximate k-nearest neighbors query with specific early termination parameters
and support for obtaining some guarantees on results.
|
class |
ApproxRangeQueryOperation
Approximate range query with specific early termination parameters
and support for obtaining some guarantees on results.
|
class |
BatchKNNQueryOperation
A batch of several K-nearest neighbors query operations encapsulated as a single operation.
|
class |
GetAlgorithmInfoOperation
Special operation that returns the algorithm info (i.e. the algorithm toString() value).
|
class |
GetAllObjectsQueryOperation
Operation for retrieving all objects locally stored (organized by an algorithm).
|
class |
GetObjectByLocatorOperation
This query retrieves from the structure a set of objects given their locators.
|
class |
GetObjectCountOperation
Operation for retrieving the number of objects stored in indexing structure.
|
class |
GetObjectsByLocatorPrefixOperation
This operation returns objects with locator that have a given prefix.
|
class |
GetObjectsByLocatorsOperation
This operation returns objects with given locators.
|
class |
GetRandomObjectQueryOperation
Operation for retriving a random object.
|
class |
GetRandomObjectsQueryOperation
Operation for retriving a list of random objects.
|
class |
IncrementalNNQueryOperation
Incremental Nearest Neighbor Search.
|
class |
JoinQueryOperation
Similarity join query operation.
|
class |
KNNMultiQueryOperation
K-nearest neighbors query operation with multiple query objects.
|
class |
KNNQueryByLocatorOperation
K-nearest neighbors query operation for query identified just by locator.
|
class |
KNNQueryOperation
K-nearest neighbors query operation.
|
class |
PartitionedKNNQueryOperation
This class represents a range query that distinguish the partition
from which a matching object comes from.
|
class |
PartitionedRangeQueryOperation
This class represents a range query that distinguish the partition
from which a matching object comes from.
|
class |
PrintAllObjectsOperation
Operation for retrieving all objects locally stored (organized by an algorithm) and printing
their text representation to specified file.
|
class |
QuantizeOperation
Operation for quantizing all data objects passed.
|
class |
RangeJoinQueryOperation
Similarity join query operation evaluated using range queries on an external index.
|
class |
RangeMultiQueryOperation
Range query operation with multiple query objects.
|
class |
RangeQueryOperation
Range query operation.
|
class |
TopCombinedQueryOperation
Top-k combined query operation.
|