Uses of Class
org.apache.ignite.internal.processors.query.schema.management.TableDescriptor
-
Packages that use TableDescriptor Package Description org.apache.ignite.internal.processors.query.schema.management org.apache.ignite.spi.systemview.view.sql -
-
Uses of TableDescriptor in org.apache.ignite.internal.processors.query.schema.management
Methods in org.apache.ignite.internal.processors.query.schema.management that return TableDescriptor Modifier and Type Method Description TableDescriptorIndexDescriptor. table()Table descriptor.@Nullable TableDescriptorSchemaManager. table(String schemaName, String tblName)Find table by it's identifier.TableDescriptorSchemaDescriptor. tableByName(String tblName)TableDescriptorSchemaDescriptor. tableByTypeName(String cacheName, String typeName)Methods in org.apache.ignite.internal.processors.query.schema.management that return types with arguments of type TableDescriptor Modifier and Type Method Description Collection<TableDescriptor>SchemaDescriptor. tables()Collection<TableDescriptor>SchemaManager. tablesForCache(String cacheName)Gets collection of table for given schema name.Methods in org.apache.ignite.internal.processors.query.schema.management with parameters of type TableDescriptor Modifier and Type Method Description voidSchemaDescriptor. add(TableDescriptor tbl)voidSchemaManager. addIndex(TableDescriptor tbl, IndexDescriptor idxDesc)Add index to the schema.IndexDescriptorIndexDescriptorFactory. create(GridKernalContext ctx, GridQueryIndexDescriptor idxDesc, TableDescriptor tbl, @Nullable SchemaIndexCacheVisitor cacheVisitor)IndexDescriptorSortedIndexDescriptorFactory. create(GridKernalContext ctx, GridQueryIndexDescriptor idxDesc, TableDescriptor tbl, @Nullable SchemaIndexCacheVisitor cacheVisitor)voidSchemaDescriptor. drop(TableDescriptor tbl)Drop table.Constructors in org.apache.ignite.internal.processors.query.schema.management with parameters of type TableDescriptor Constructor Description IndexDescriptor(TableDescriptor tbl, String name, QueryIndexType type, LinkedHashMap<String,IndexKeyDefinition> keyDefs, boolean isPk, boolean isAff, int inlineSize, Index idx) -
Uses of TableDescriptor in org.apache.ignite.spi.systemview.view.sql
Constructors in org.apache.ignite.spi.systemview.view.sql with parameters of type TableDescriptor Constructor Description SqlIndexView(TableDescriptor tbl, IndexDescriptor idx)SqlTableColumnView(TableDescriptor tbl, GridQueryProperty prop)SqlTableView(TableDescriptor tbl)
-