Uses of Interface
org.apache.ignite.internal.processors.query.GridQueryTypeDescriptor
-
-
Uses of GridQueryTypeDescriptor in org.apache.ignite.internal.cache.query.index.sorted
Methods in org.apache.ignite.internal.cache.query.index.sorted that return GridQueryTypeDescriptor Modifier and Type Method Description GridQueryTypeDescriptorQueryIndexDefinition. typeDescriptor()Type descriptor.GridQueryTypeDescriptorSortedIndexDefinition. typeDescriptor()Type descriptor.Constructors in org.apache.ignite.internal.cache.query.index.sorted with parameters of type GridQueryTypeDescriptor Constructor Description QueryIndexDefinition(GridQueryTypeDescriptor typeDesc, GridCacheContextInfo<?,?> cacheInfo, IndexName idxName, String treeName, IndexRowCache idxRowCache, boolean isPrimary, boolean isAffinity, LinkedHashMap<String,IndexKeyDefinition> keyDefs, int cfgInlineSize, IndexKeyTypeSettings keyTypeSettings)QueryIndexRowHandler(GridQueryTypeDescriptor type, GridCacheContextInfo<?,?> cacheInfo, LinkedHashMap<String,IndexKeyDefinition> keyDefs, List<InlineIndexKeyType> keyTypes, IndexKeyTypeSettings keyTypeSettings) -
Uses of GridQueryTypeDescriptor in org.apache.ignite.internal.processors.query
Classes in org.apache.ignite.internal.processors.query that implement GridQueryTypeDescriptor Modifier and Type Class Description classQueryTypeDescriptorImplDescriptor of type.Methods in org.apache.ignite.internal.processors.query that return GridQueryTypeDescriptor Modifier and Type Method Description GridQueryTypeDescriptorGridQueryRowDescriptor. type()Gets type descriptor.GridQueryTypeDescriptorGridQueryRowDescriptorImpl. type()Gets type descriptor.@Nullable GridQueryTypeDescriptorGridQueryProcessor. typeDescriptor(@Nullable String cacheName, String typeName)Gets type descriptor for provided cache name and type name if type is still valid.Methods in org.apache.ignite.internal.processors.query that return types with arguments of type GridQueryTypeDescriptor Modifier and Type Method Description Collection<GridQueryTypeDescriptor>GridQueryProcessor. types(@Nullable String cacheName)Gets types for cache.Methods in org.apache.ignite.internal.processors.query with parameters of type GridQueryTypeDescriptor Modifier and Type Method Description voidGridQueryIndexing. remove(GridCacheContext cctx, GridQueryTypeDescriptor type, CacheDataRow row)Removes index entry by key.voidGridQueryIndexing. store(GridCacheContext cctx, GridQueryTypeDescriptor type, CacheDataRow row, CacheDataRow prevRow, boolean prevRowAvailable)Updates index.static SchemaOperationExceptionQueryUtils. validateDropColumn(GridQueryTypeDescriptor type, String colName)Checks if given column can be removed from the table using itsGridQueryTypeDescriptor.Constructors in org.apache.ignite.internal.processors.query with parameters of type GridQueryTypeDescriptor Constructor Description GridQueryRowDescriptorImpl(GridCacheContextInfo<?,?> cacheInfo, GridQueryTypeDescriptor type)Constructor. -
Uses of GridQueryTypeDescriptor in org.apache.ignite.internal.processors.query.schema
Methods in org.apache.ignite.internal.processors.query.schema with parameters of type GridQueryTypeDescriptor Modifier and Type Method Description voidAbstractSchemaChangeListener. onColumnsAdded(String schemaName, GridQueryTypeDescriptor typeDesc, GridCacheContextInfo<?,?> cacheInfo, List<QueryField> cols)Callback on columns added.voidSchemaChangeListener. onColumnsAdded(String schemaName, GridQueryTypeDescriptor typeDesc, GridCacheContextInfo<?,?> cacheInfo, List<QueryField> cols)Callback on columns added.voidAbstractSchemaChangeListener. onColumnsDropped(String schemaName, GridQueryTypeDescriptor typeDesc, GridCacheContextInfo<?,?> cacheInfo, List<String> cols)Callback on columns dropped.voidSchemaChangeListener. onColumnsDropped(String schemaName, GridQueryTypeDescriptor typeDesc, GridCacheContextInfo<?,?> cacheInfo, List<String> cols)Callback on columns dropped.voidAbstractSchemaChangeListener. onSqlTypeCreated(String schemaName, GridQueryTypeDescriptor typeDesc, GridCacheContextInfo<?,?> cacheInfo)Callback method.voidSchemaChangeListener. onSqlTypeCreated(String schemaName, GridQueryTypeDescriptor typeDesc, GridCacheContextInfo<?,?> cacheInfo)Callback method.voidAbstractSchemaChangeListener. onSqlTypeDropped(String schemaName, GridQueryTypeDescriptor typeDescriptor, boolean destroy)Callback method.voidSchemaChangeListener. onSqlTypeDropped(String schemaName, GridQueryTypeDescriptor typeDesc, boolean destroy)Callback method. -
Uses of GridQueryTypeDescriptor in org.apache.ignite.internal.processors.query.schema.management
Methods in org.apache.ignite.internal.processors.query.schema.management that return GridQueryTypeDescriptor Modifier and Type Method Description GridQueryTypeDescriptorTableDescriptor. type()@Nullable GridQueryTypeDescriptorSchemaManager. typeDescriptorForType(String schemaName, String cacheName, String type)Get table descriptor.Methods in org.apache.ignite.internal.processors.query.schema.management with parameters of type GridQueryTypeDescriptor Modifier and Type Method Description protected static LinkedHashMap<String,IndexKeyDefinition>AbstractIndexDescriptorFactory. indexDescriptorToKeysDefinition(GridQueryIndexDescriptor idxDesc, GridQueryTypeDescriptor typeDesc)protected static IndexKeyDefinitionAbstractIndexDescriptorFactory. keyDefinition(GridQueryTypeDescriptor typeDesc, String field, boolean ascOrder)voidSchemaManager. onCacheTypeCreated(GridCacheContextInfo<?,?> cacheInfo, GridQueryTypeDescriptor type, boolean isSql)Registers new class description.Constructors in org.apache.ignite.internal.processors.query.schema.management with parameters of type GridQueryTypeDescriptor Constructor Description TableDescriptor(GridCacheContextInfo<?,?> cacheInfo, GridQueryTypeDescriptor typeDesc, boolean isSql)Ctor. -
Uses of GridQueryTypeDescriptor in org.apache.ignite.internal.processors.query.stat
Methods in org.apache.ignite.internal.processors.query.stat that return GridQueryTypeDescriptor Modifier and Type Method Description GridQueryTypeDescriptorLocalStatisticsGatheringContext. table()Methods in org.apache.ignite.internal.processors.query.stat with parameters of type GridQueryTypeDescriptor Modifier and Type Method Description static ObjectStatisticsImplIgniteStatisticsHelper. aggregateLocalStatistics(GridQueryTypeDescriptor tbl, StatisticsObjectConfiguration cfg, Collection<? extends ObjectStatisticsImpl> stats, IgniteLogger log)Aggregate partition level statistics to local level one or local statistics to global one.static List<T2<Integer,String>>IgniteStatisticsHelper. filterColumns(GridQueryTypeDescriptor typeDescriptor, @Nullable Collection<String> colNames)Filter columns by specified names.Constructors in org.apache.ignite.internal.processors.query.stat with parameters of type GridQueryTypeDescriptor Constructor Description LocalStatisticsGatheringContext(boolean forceRecollect, GridQueryTypeDescriptor tbl, GridCacheContextInfo<?,?> cctxInfo, StatisticsObjectConfiguration cfg, Set<Integer> remainingParts, AffinityTopologyVersion topVer)Constructor.
-