Uses of Interface
org.apache.ignite.internal.processors.query.schema.management.IndexDescriptorFactory
-
Packages that use IndexDescriptorFactory Package Description org.apache.ignite.internal.processors.query.schema.management -
-
Uses of IndexDescriptorFactory in org.apache.ignite.internal.processors.query.schema.management
Classes in org.apache.ignite.internal.processors.query.schema.management that implement IndexDescriptorFactory Modifier and Type Class Description classAbstractIndexDescriptorFactoryAbstract index descriptor factory (with helper methods).classSortedIndexDescriptorFactoryFactory to create sorted index descriptors.Methods in org.apache.ignite.internal.processors.query.schema.management with parameters of type IndexDescriptorFactory Modifier and Type Method Description static voidSchemaManager. registerIndexDescriptorFactory(QueryIndexType type, IndexDescriptorFactory factory)Register index descriptor factory for custom index type.
-