Class SortedIndexDescriptorFactory
- java.lang.Object
-
- org.apache.ignite.internal.processors.query.schema.management.AbstractIndexDescriptorFactory
-
- org.apache.ignite.internal.processors.query.schema.management.SortedIndexDescriptorFactory
-
- All Implemented Interfaces:
IndexDescriptorFactory
public class SortedIndexDescriptorFactory extends AbstractIndexDescriptorFactory
Factory to create sorted index descriptors.
-
-
Constructor Summary
Constructors Constructor Description SortedIndexDescriptorFactory(IgniteLogger log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IndexDescriptorcreate(GridKernalContext ctx, GridQueryIndexDescriptor idxDesc, TableDescriptor tbl, @Nullable SchemaIndexCacheVisitor cacheVisitor)-
Methods inherited from class org.apache.ignite.internal.processors.query.schema.management.AbstractIndexDescriptorFactory
indexDescriptorToKeysDefinition, keyDefinition
-
-
-
-
Field Detail
-
H2_TREE
public static final String H2_TREE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SortedIndexDescriptorFactory
public SortedIndexDescriptorFactory(IgniteLogger log)
-
-
Method Detail
-
create
public IndexDescriptor create(GridKernalContext ctx, GridQueryIndexDescriptor idxDesc, TableDescriptor tbl, @Nullable @Nullable SchemaIndexCacheVisitor cacheVisitor)
-
-