Uses of Class
org.apache.ignite.internal.processors.cache.GridCacheContextInfo
-
-
Uses of GridCacheContextInfo in org.apache.ignite.internal.cache.query.index
Methods in org.apache.ignite.internal.cache.query.index with parameters of type GridCacheContextInfo Modifier and Type Method Description voidIndexProcessor. unregisterCache(GridCacheContextInfo cacheInfo)Unregisters cache. -
Uses of GridCacheContextInfo in org.apache.ignite.internal.cache.query.index.sorted
Methods in org.apache.ignite.internal.cache.query.index.sorted that return GridCacheContextInfo Modifier and Type Method Description GridCacheContextInfo<?,?>QueryIndexDefinition. cacheInfo()Cache info.GridCacheContextInfo<?,?>SortedIndexDefinition. cacheInfo()Cache info.Methods in org.apache.ignite.internal.cache.query.index.sorted with parameters of type GridCacheContextInfo Modifier and Type Method Description voidIndexRowCacheRegistry. onCacheRegistered(GridCacheContextInfo cacheInfo)Callback invoked on cache registration within indexing.booleanIndexRowCache. onCacheUnregistered(GridCacheContextInfo cacheInfo)Cache un-registration callback.voidIndexRowCacheRegistry. onCacheUnregistered(GridCacheContextInfo cacheInfo)Callback invoked when cache gets unregistered.Constructors in org.apache.ignite.internal.cache.query.index.sorted with parameters of type GridCacheContextInfo 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 GridCacheContextInfo in org.apache.ignite.internal.managers.indexing
Methods in org.apache.ignite.internal.managers.indexing with parameters of type GridCacheContextInfo Modifier and Type Method Description voidIndexesRebuildTask. stopRebuild(GridCacheContextInfo cacheInfo, IgniteLogger log)Stop rebuilding indexes. -
Uses of GridCacheContextInfo in org.apache.ignite.internal.processors.query
Methods in org.apache.ignite.internal.processors.query with parameters of type GridCacheContextInfo Modifier and Type Method Description voidGridQueryProcessor. onCacheStart(GridCacheContextInfo cacheInfo, QuerySchema schema, boolean isSql)Handle cache start.voidGridQueryProcessor. onCacheStart0(GridCacheContextInfo<?,?> cacheInfo, QuerySchema schema, boolean isSql)Create type descriptors from schema and initialize indexing for given cache.voidGridQueryProcessor. onCacheStop(GridCacheContextInfo cacheInfo, boolean removeIdx, boolean clearIdx)voidGridQueryProcessor. onCacheStop0(GridCacheContextInfo cacheInfo, boolean destroy, boolean clearIdx)Unregister cache.voidGridQueryProcessor. onClientCacheStop(GridCacheContextInfo cacheInfo)voidGridQueryIndexing. registerCache(String cacheName, String schemaName, GridCacheContextInfo<?,?> cacheInfo)Registers cache.static QueryTypeCandidateQueryUtils. typeForQueryEntity(GridKernalContext ctx, String cacheName, String schemaName, GridCacheContextInfo cacheInfo, QueryEntity qryEntity, List<Class<?>> mustDeserializeClss, boolean escape)Create type candidate for query entity.voidGridQueryIndexing. unregisterCache(GridCacheContextInfo<?,?> cacheInfo)Unregisters cache.Constructors in org.apache.ignite.internal.processors.query with parameters of type GridCacheContextInfo Constructor Description GridQueryRowDescriptorImpl(GridCacheContextInfo<?,?> cacheInfo, GridQueryTypeDescriptor type)Constructor. -
Uses of GridCacheContextInfo in org.apache.ignite.internal.processors.query.schema
Methods in org.apache.ignite.internal.processors.query.schema with parameters of type GridCacheContextInfo 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. -
Uses of GridCacheContextInfo in org.apache.ignite.internal.processors.query.schema.management
Methods in org.apache.ignite.internal.processors.query.schema.management that return GridCacheContextInfo Modifier and Type Method Description @Nullable GridCacheContextInfo<?,?>SchemaManager. cacheInfo(String cacheName)Find registered cache info by it's name.GridCacheContextInfo<?,?>TableDescriptor. cacheInfo()Methods in org.apache.ignite.internal.processors.query.schema.management with parameters of type GridCacheContextInfo Modifier and Type Method Description 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 GridCacheContextInfo Constructor Description TableDescriptor(GridCacheContextInfo<?,?> cacheInfo, GridQueryTypeDescriptor typeDesc, boolean isSql)Ctor. -
Uses of GridCacheContextInfo in org.apache.ignite.internal.processors.query.stat
Methods in org.apache.ignite.internal.processors.query.stat that return GridCacheContextInfo Modifier and Type Method Description GridCacheContextInfo<?,?>LocalStatisticsGatheringContext. cacheContextInfo()Constructors in org.apache.ignite.internal.processors.query.stat with parameters of type GridCacheContextInfo Constructor Description LocalStatisticsGatheringContext(boolean forceRecollect, GridQueryTypeDescriptor tbl, GridCacheContextInfo<?,?> cctxInfo, StatisticsObjectConfiguration cfg, Set<Integer> remainingParts, AffinityTopologyVersion topVer)Constructor.
-