Uses of Class
org.apache.ignite.internal.processors.cache.DynamicCacheChangeBatch
-
Packages that use DynamicCacheChangeBatch Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.query -
-
Uses of DynamicCacheChangeBatch in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return DynamicCacheChangeBatch Modifier and Type Method Description DynamicCacheChangeBatchDynamicCacheChangeBatch. restartingCaches(Set<String> restartingCaches)Methods in org.apache.ignite.internal.processors.cache with parameters of type DynamicCacheChangeBatch Modifier and Type Method Description booleanClusterCachesInfo. onCacheChangeRequested(DynamicCacheChangeBatch batch, AffinityTopologyVersion topVer) -
Uses of DynamicCacheChangeBatch in org.apache.ignite.internal.processors.query
Methods in org.apache.ignite.internal.processors.query with parameters of type DynamicCacheChangeBatch Modifier and Type Method Description voidGridQueryProcessor. onCacheChangeRequested(DynamicCacheChangeBatch batch)Handle of cache change request.
-