Class IndexName
- java.lang.Object
-
- org.apache.ignite.internal.cache.query.index.IndexName
-
public class IndexName extends Object
Represents list of names that fully describes index domain (schema, cache, table, index).
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcacheName()StringfullName()StringidxName()StringschemaName()StringtableName()
-
-
-
Method Detail
-
fullName
public String fullName()
- Returns:
- Full index name.
-
idxName
public String idxName()
- Returns:
- Index name.
-
tableName
public String tableName()
- Returns:
- Table name.
-
schemaName
public String schemaName()
- Returns:
- Schema name.
-
cacheName
public String cacheName()
- Returns:
- Cache name.
-
-