| Package | Description |
|---|---|
| org.apache.ignite.cache |
Contains main Data Grid APIs.
|
| org.apache.ignite.internal.processors.cache.query | |
| org.apache.ignite.internal.processors.odbc.jdbc | |
| org.apache.ignite.internal.processors.query | |
| org.apache.ignite.internal.processors.query.schema.management | |
| org.apache.ignite.internal.visor.query |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable QueryIndexType |
QueryIndexType.fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
QueryIndexType |
QueryIndex.getIndexType()
Gets index type.
|
static QueryIndexType |
QueryIndexType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryIndexType[] |
QueryIndexType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
QueryIndex |
QueryIndex.setIndexType(QueryIndexType type)
Sets index type.
|
| Constructor and Description |
|---|
QueryIndex(Collection<String> fields,
QueryIndexType type)
Creates index for a collection of fields.
|
QueryIndex(LinkedHashMap<String,Boolean> fields,
QueryIndexType type)
Creates index for a collection of fields.
|
QueryIndex(String field,
QueryIndexType type)
Creates index for one field.
|
QueryIndex(String field,
QueryIndexType type,
boolean asc)
Creates index for one field.
|
QueryIndex(String field,
QueryIndexType type,
boolean asc,
String name)
Creates index for one field.
|
| Modifier and Type | Method and Description |
|---|---|
QueryIndexType |
QueryEntityIndexDescriptor.type()
Gets index type.
|
| Modifier and Type | Method and Description |
|---|---|
QueryEntityIndexDescriptor |
QueryEntityTypeDescriptor.addIndex(String idxName,
QueryIndexType type,
int inlineSize)
Adds index.
|
| Modifier and Type | Method and Description |
|---|---|
QueryIndexType |
JdbcIndexMeta.type() |
| Modifier and Type | Method and Description |
|---|---|
QueryIndexType |
QuerySysIndexDescriptorImpl.type()
Gets index type.
|
QueryIndexType |
GridQueryIndexDescriptor.type()
Gets index type.
|
QueryIndexType |
QueryIndexDescriptorImpl.type()
Gets index type.
|
| Constructor and Description |
|---|
QueryIndexDescriptorImpl(QueryTypeDescriptorImpl typDesc,
String name,
QueryIndexType type,
int inlineSize)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
QueryIndexType |
IndexDescriptor.type() |
| Modifier and Type | Method and Description |
|---|---|
static void |
SchemaManager.registerIndexDescriptorFactory(QueryIndexType type,
IndexDescriptorFactory factory)
Register index descriptor factory for custom index type.
|
static void |
SchemaManager.unregisterIndexDescriptorFactory(QueryIndexType type)
Unregister index descriptor factory for custom index type.
|
| Constructor and Description |
|---|
IndexDescriptor(TableDescriptor tbl,
String name,
QueryIndexType type,
LinkedHashMap<String,IndexKeyDefinition> keyDefs,
boolean isPk,
boolean isAff,
int inlineSize,
Index idx) |
| Modifier and Type | Method and Description |
|---|---|
QueryIndexType |
VisorQueryIndex.getType() |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023