
public interface Index extends Result
| Modifier and Type | Method and Description |
|---|---|
boolean |
delete(DBID id)
Deletes the specified object from this index.
|
void |
deleteAll(DBIDs ids)
Deletes the specified objects from this index.
|
PageFileStatistics |
getPageFileStatistics()
Get the underlying page file (or a proxy), for access counts.
|
void |
insert(DBID id)
Inserts the specified object into this index.
|
void |
insertAll(DBIDs ids)
Inserts the specified objects into this index.
|
getLongName, getShortNamePageFileStatistics getPageFileStatistics()
void insert(DBID id)
id - the object to be insertedvoid insertAll(DBIDs ids)
ids - the objects to be insertedboolean delete(DBID id)
id - Object to removevoid deleteAll(DBIDs ids)
ids - Objects to remove