| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache |
This package contain cache-related processors & persistence implementation.
|
| org.apache.ignite.internal.processors.query |
| Modifier and Type | Method and Description |
|---|---|
QuerySchema |
CacheData.schema() |
QuerySchema |
DynamicCacheDescriptor.schema() |
QuerySchema |
DynamicCacheChangeRequest.schema() |
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicCacheDescriptor.schema(QuerySchema schema)
Set schema
|
void |
DynamicCacheChangeRequest.schema(QuerySchema schema) |
| Constructor and Description |
|---|
DynamicCacheDescriptor(GridKernalContext ctx,
CacheConfiguration cacheCfg,
CacheType cacheType,
CacheGroupDescriptor grpDesc,
boolean template,
UUID rcvdFrom,
boolean staticCfg,
boolean sql,
IgniteUuid deploymentId,
QuerySchema schema,
@Nullable CacheConfigurationEnrichment cacheCfgEnrichment) |
| Modifier and Type | Method and Description |
|---|---|
QuerySchema |
QuerySchema.copy()
Copy object.
|
| 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.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020