Uses of Class
org.apache.ignite.internal.processors.query.QuerySchema
-
Packages that use QuerySchema Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.query -
-
Uses of QuerySchema in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return QuerySchema Modifier and Type Method Description QuerySchemaCacheData. schema()QuerySchemaDynamicCacheChangeRequest. schema()QuerySchemaDynamicCacheDescriptor. schema()Methods in org.apache.ignite.internal.processors.cache with parameters of type QuerySchema Modifier and Type Method Description voidDynamicCacheChangeRequest. schema(QuerySchema schema)voidDynamicCacheDescriptor. schema(QuerySchema schema)Set schemaConstructors in org.apache.ignite.internal.processors.cache with parameters of type QuerySchema Constructor 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) -
Uses of QuerySchema in org.apache.ignite.internal.processors.query
Methods in org.apache.ignite.internal.processors.query that return QuerySchema Modifier and Type Method Description QuerySchemaQuerySchema. copy()Copy object.Methods in org.apache.ignite.internal.processors.query with parameters of type QuerySchema 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.
-