Class ClientIndexFactory
- java.lang.Object
-
- org.apache.ignite.internal.cache.query.index.sorted.client.ClientIndexFactory
-
- All Implemented Interfaces:
IndexFactory
public class ClientIndexFactory extends Object implements IndexFactory
Factory for client index.
-
-
Constructor Summary
Constructors Constructor Description ClientIndexFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IndexcreateIndex(GridCacheContext<?,?> cctx, IndexDefinition def)Creates index by specified definition for specified cache.
-
-
-
Method Detail
-
createIndex
public Index createIndex(GridCacheContext<?,?> cctx, IndexDefinition def)
Creates index by specified definition for specified cache.- Specified by:
createIndexin interfaceIndexFactory- Parameters:
cctx- Cache context.def- Index definition.
-
-