Uses of Class
org.apache.ignite.internal.processors.query.QueryTypeDescriptorImpl
-
Packages that use QueryTypeDescriptorImpl Package Description org.apache.ignite.internal.processors.query org.apache.ignite.internal.processors.query.schema -
-
Uses of QueryTypeDescriptorImpl in org.apache.ignite.internal.processors.query
Methods in org.apache.ignite.internal.processors.query that return QueryTypeDescriptorImpl Modifier and Type Method Description QueryTypeDescriptorImplQueryTypeCandidate. descriptor()@Nullable QueryTypeDescriptorImplGridQueryProcessor. typeByValue(String cacheName, CacheObjectContext coctx, KeyCacheObject key, CacheObject val, boolean checkType)QueryTypeDescriptorImplQueryIndexDescriptorImpl. typeDescriptor()Methods in org.apache.ignite.internal.processors.query with parameters of type QueryTypeDescriptorImpl Modifier and Type Method Description static QueryIndexDescriptorImplQueryUtils. createIndexDescriptor(QueryTypeDescriptorImpl typeDesc, QueryIndex idx)Create index descriptor.voidGridQueryProcessor. onLocalOperationFinished(SchemaAbstractOperation op, @Nullable QueryTypeDescriptorImpl type)Apply positive index operation result.static voidQueryUtils. processBinaryMeta(GridKernalContext ctx, QueryEntity qryEntity, QueryTypeDescriptorImpl d)Processes declarative metadata for binary object.static voidQueryUtils. processClassMeta(QueryEntity qryEntity, QueryTypeDescriptorImpl d, CacheObjectContext coCtx)Processes declarative metadata for binary object.static voidQueryUtils. processDynamicIndexChange(String idxName, @Nullable QueryIndex idx, QueryTypeDescriptorImpl d)Process dynamic index change.voidGridQueryProcessor. processSchemaOperationLocal(SchemaAbstractOperation op, QueryTypeDescriptorImpl type, IgniteUuid depId, IndexRebuildCancelToken cancelTok)Process schema operation.Constructors in org.apache.ignite.internal.processors.query with parameters of type QueryTypeDescriptorImpl Constructor Description QueryIndexDescriptorImpl(QueryTypeDescriptorImpl typDesc, String name, QueryIndexType type, int inlineSize)Constructor.QueryTypeCandidate(QueryTypeIdKey typeId, QueryTypeIdKey altTypeId, QueryTypeDescriptorImpl desc)Constructor. -
Uses of QueryTypeDescriptorImpl in org.apache.ignite.internal.processors.query.schema
Methods in org.apache.ignite.internal.processors.query.schema that return types with arguments of type QueryTypeDescriptorImpl Modifier and Type Method Description Collection<QueryTypeDescriptorImpl>SchemaIndexCacheStat. types()Methods in org.apache.ignite.internal.processors.query.schema with parameters of type QueryTypeDescriptorImpl Modifier and Type Method Description voidSchemaIndexCacheStat. addType(QueryTypeDescriptorImpl type)Adds type to indexed types.Constructors in org.apache.ignite.internal.processors.query.schema with parameters of type QueryTypeDescriptorImpl Constructor Description SchemaOperationWorker(GridKernalContext ctx, GridQueryProcessor qryProc, IgniteUuid depId, SchemaAbstractOperation op, boolean nop, @Nullable SchemaOperationException err, boolean cacheRegistered, @Nullable QueryTypeDescriptorImpl type)Constructor.
-