Uses of Class
org.apache.ignite.internal.processors.query.schema.operation.SchemaAddQueryEntityOperation
-
Packages that use SchemaAddQueryEntityOperation Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation. -
-
Uses of SchemaAddQueryEntityOperation in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache with parameters of type SchemaAddQueryEntityOperation Modifier and Type Method Description voidGridCacheContext. onSchemaAddQueryEntity(SchemaAddQueryEntityOperation op)Apply changes fromSchemaAddQueryEntityOperation.voidGridCacheContextInfo. onSchemaAddQueryEntity(SchemaAddQueryEntityOperation op)Apply changes fromSchemaAddQueryEntityOperation.static <K,V>
CacheConfiguration<K,V>GridCacheUtils. patchCacheConfiguration(CacheConfiguration<K,V> oldCfg, SchemaAddQueryEntityOperation op)Patch cache configuration withSchemaAddQueryEntityOperation.
-