Class ClientIndex
- java.lang.Object
-
- org.apache.ignite.internal.cache.query.index.AbstractIndex
-
- org.apache.ignite.internal.cache.query.index.sorted.client.AbstractClientIndex
-
- org.apache.ignite.internal.cache.query.index.sorted.client.ClientIndex
-
- All Implemented Interfaces:
Index
public class ClientIndex extends AbstractClientIndex implements Index
We need indexes on non-affinity nodes. This index does not contain any data.
-
-
Constructor Summary
Constructors Constructor Description ClientIndex(IndexDefinition def)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UUIDid()Unique ID.IndexDefinitionindexDefinition()Stringname()Index name.-
Methods inherited from class org.apache.ignite.internal.cache.query.index.sorted.client.AbstractClientIndex
canHandle, destroy, onUpdate, unsupported
-
Methods inherited from class org.apache.ignite.internal.cache.query.index.AbstractIndex
markIndexRebuild, rebuildInProgress, unwrap
-
-
-
-
Constructor Detail
-
ClientIndex
public ClientIndex(IndexDefinition def)
-
-
Method Detail
-
indexDefinition
public IndexDefinition indexDefinition()
- Specified by:
indexDefinitionin interfaceIndex- Returns:
- Index definition.
-
-