| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.query |
| Modifier and Type | Method and Description |
|---|---|
@Nullable GridCacheContextInfo |
GridQueryIndexing.registeredCacheInfo(String cacheName)
Return context for registered cache info.
|
| 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) |
void |
GridQueryProcessor.onCacheStop0(GridCacheContextInfo cacheInfo,
boolean destroy)
Unregister cache.
|
void |
GridQueryIndexing.registerCache(String cacheName,
String schemaName,
GridCacheContextInfo<?,?> cacheInfo)
Registers cache.
|
boolean |
GridQueryIndexing.registerType(GridCacheContextInfo cacheInfo,
GridQueryTypeDescriptor desc,
boolean isSql)
Registers type if it was not known before or updates it otherwise.
|
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,
boolean rmvIdx)
Unregisters cache.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021