| Modifier and Type | Method and Description |
|---|---|
void |
IndexProcessor.unregisterCache(GridCacheContextInfo cacheInfo)
Unregisters cache.
|
| Modifier and Type | Method and Description |
|---|---|
GridCacheContextInfo<?,?> |
QueryIndexDefinition.cacheInfo()
Cache info.
|
GridCacheContextInfo<?,?> |
SortedIndexDefinition.cacheInfo()
Cache info.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndexRowCacheRegistry.onCacheRegistered(GridCacheContextInfo cacheInfo)
Callback invoked on cache registration within indexing.
|
boolean |
IndexRowCache.onCacheUnregistered(GridCacheContextInfo cacheInfo)
Cache un-registration callback.
|
void |
IndexRowCacheRegistry.onCacheUnregistered(GridCacheContextInfo cacheInfo)
Callback invoked when cache gets unregistered.
|
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexesRebuildTask.stopRebuild(GridCacheContextInfo cacheInfo,
IgniteLogger log)
Stop rebuilding indexes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridQueryProcessor.onCacheStart(GridCacheContextInfo cacheInfo,
QuerySchema schema,
boolean isSql)
Handle cache start.
|
void |
GridQueryProcessor.onCacheStart0(GridCacheContextInfo<?,?> cacheInfo,
QuerySchema schema,
boolean isSql)
Create type descriptors from schema and initialize indexing for given cache.
|
void |
GridQueryProcessor.onCacheStop(GridCacheContextInfo cacheInfo,
boolean removeIdx,
boolean clearIdx) |
void |
GridQueryProcessor.onCacheStop0(GridCacheContextInfo cacheInfo,
boolean destroy,
boolean clearIdx)
Unregister cache.
|
void |
GridQueryProcessor.onClientCacheStop(GridCacheContextInfo cacheInfo) |
void |
GridQueryIndexing.registerCache(String cacheName,
String schemaName,
GridCacheContextInfo<?,?> cacheInfo)
Registers cache.
|
static QueryTypeCandidate |
QueryUtils.typeForQueryEntity(GridKernalContext ctx,
String cacheName,
String schemaName,
GridCacheContextInfo cacheInfo,
QueryEntity qryEntity,
List<Class<?>> mustDeserializeClss,
boolean escape)
Create type candidate for query entity.
|
void |
GridQueryIndexing.unregisterCache(GridCacheContextInfo<?,?> cacheInfo)
Unregisters cache.
|
| Constructor and Description |
|---|
GridQueryRowDescriptorImpl(GridCacheContextInfo<?,?> cacheInfo,
GridQueryTypeDescriptor type)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaChangeListener.onColumnsAdded(String schemaName,
GridQueryTypeDescriptor typeDesc,
GridCacheContextInfo<?,?> cacheInfo,
List<QueryField> cols)
Callback on columns added.
|
void |
AbstractSchemaChangeListener.onColumnsAdded(String schemaName,
GridQueryTypeDescriptor typeDesc,
GridCacheContextInfo<?,?> cacheInfo,
List<QueryField> cols)
Callback on columns added.
|
void |
SchemaChangeListener.onColumnsDropped(String schemaName,
GridQueryTypeDescriptor typeDesc,
GridCacheContextInfo<?,?> cacheInfo,
List<String> cols)
Callback on columns dropped.
|
void |
AbstractSchemaChangeListener.onColumnsDropped(String schemaName,
GridQueryTypeDescriptor typeDesc,
GridCacheContextInfo<?,?> cacheInfo,
List<String> cols)
Callback on columns dropped.
|
void |
SchemaChangeListener.onSqlTypeCreated(String schemaName,
GridQueryTypeDescriptor typeDesc,
GridCacheContextInfo<?,?> cacheInfo)
Callback method.
|
void |
AbstractSchemaChangeListener.onSqlTypeCreated(String schemaName,
GridQueryTypeDescriptor typeDesc,
GridCacheContextInfo<?,?> cacheInfo)
Callback method.
|
| Modifier and Type | Method and Description |
|---|---|
GridCacheContextInfo<?,?> |
TableDescriptor.cacheInfo() |
@Nullable GridCacheContextInfo<?,?> |
SchemaManager.cacheInfo(String cacheName)
Find registered cache info by it's name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaManager.onCacheTypeCreated(GridCacheContextInfo<?,?> cacheInfo,
GridQueryTypeDescriptor type,
boolean isSql)
Registers new class description.
|
| Constructor and Description |
|---|
TableDescriptor(GridCacheContextInfo<?,?> cacheInfo,
GridQueryTypeDescriptor typeDesc,
boolean isSql)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
GridCacheContextInfo<?,?> |
LocalStatisticsGatheringContext.cacheContextInfo() |
| Constructor and Description |
|---|
LocalStatisticsGatheringContext(boolean forceRecollect,
GridQueryTypeDescriptor tbl,
GridCacheContextInfo<?,?> cctxInfo,
StatisticsObjectConfiguration cfg,
Set<Integer> remainingParts,
AffinityTopologyVersion topVer)
Constructor.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023