|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Index
Interface defining the minimum requirements for all index classes.
Method Summary | |
---|---|
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. |
Methods inherited from interface de.lmu.ifi.dbs.elki.result.Result |
---|
getLongName, getShortName |
Method Detail |
---|
PageFileStatistics 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 remove
void deleteAll(DBIDs ids)
ids
- Objects to remove
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |