Package | Description |
---|---|
de.lmu.ifi.dbs.elki.database |
ELKI database layer - loading, storing, indexing and accessing data
|
de.lmu.ifi.dbs.elki.database.ids |
Database object identification and ID group handling API.
|
de.lmu.ifi.dbs.elki.database.ids.generic |
Database object identification and ID group handling - generic implementations.
|
de.lmu.ifi.dbs.elki.database.ids.integer |
Integer-based DBID implementation --
do not use directly - always use
DBIDUtil . |
de.lmu.ifi.dbs.elki.database.relation |
Relations, materialized and virtual (views).
|
Modifier and Type | Method and Description |
---|---|
StaticDBIDs |
Database.getDBIDs()
Deprecated.
|
StaticDBIDs |
StaticArrayDatabase.getDBIDs()
Deprecated.
|
StaticDBIDs |
HashmapDatabase.getDBIDs()
Deprecated.
|
StaticDBIDs |
ProxyDatabase.getDBIDs()
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ArrayStaticDBIDs
Unmodifiable, indexed DBIDs.
|
interface |
DBID
Database ID object.
|
interface |
DBIDRange
Static DBID range.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
EmptyDBIDs
Empty DBID collection.
|
Modifier and Type | Method and Description |
---|---|
static StaticDBIDs |
DBIDUtil.makeUnmodifiable(DBIDs existing)
Wrap an existing DBIDs collection to be unmodifiable.
|
Modifier and Type | Class and Description |
---|---|
class |
UnmodifiableDBIDs
Unmodifiable wrapper for DBIDs.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
IntegerDBID
Database ID object.
|
(package private) class |
IntegerDBIDRange
Representing a DBID range allocation
|
Modifier and Type | Field and Description |
---|---|
private StaticDBIDs |
MaterializedRelation.ids
The DBIDs this is supposed to be defined for.
|
Modifier and Type | Method and Description |
---|---|
StaticDBIDs |
MaterializedRelation.getDBIDs() |