Uses of Class
org.apache.ignite.internal.processors.cache.dr.GridCacheDrInfo
-
Packages that use GridCacheDrInfo Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.distributed.dht.atomic org.apache.ignite.internal.processors.cache.distributed.near org.apache.ignite.internal.processors.cache.dr -
-
Uses of GridCacheDrInfo in org.apache.ignite.internal.processors.cache
Method parameters in org.apache.ignite.internal.processors.cache with type arguments of type GridCacheDrInfo Modifier and Type Method Description voidGridCacheAdapter. putAllConflict(Map<KeyCacheObject,GridCacheDrInfo> drMap)Store DR data.voidGridCacheProxyImpl. putAllConflict(Map<KeyCacheObject,GridCacheDrInfo> drMap)Store DR data.voidIgniteInternalCache. putAllConflict(Map<KeyCacheObject,GridCacheDrInfo> drMap)Store DR data.IgniteInternalFuture<?>GridCacheAdapter. putAllConflictAsync(Map<KeyCacheObject,GridCacheDrInfo> drMap)Store DR data asynchronously.IgniteInternalFuture<?>GridCacheProxyImpl. putAllConflictAsync(Map<KeyCacheObject,GridCacheDrInfo> drMap)Store DR data asynchronously.IgniteInternalFuture<?>IgniteInternalCache. putAllConflictAsync(Map<KeyCacheObject,GridCacheDrInfo> drMap)Store DR data asynchronously. -
Uses of GridCacheDrInfo in org.apache.ignite.internal.processors.cache.distributed.dht.atomic
Method parameters in org.apache.ignite.internal.processors.cache.distributed.dht.atomic with type arguments of type GridCacheDrInfo Modifier and Type Method Description voidGridDhtAtomicCache. putAllConflict(Map<KeyCacheObject,GridCacheDrInfo> conflictMap)Store DR data.IgniteInternalFuture<?>GridDhtAtomicCache. putAllConflictAsync(Map<KeyCacheObject,GridCacheDrInfo> conflictMap)Store DR data asynchronously. -
Uses of GridCacheDrInfo in org.apache.ignite.internal.processors.cache.distributed.near
Method parameters in org.apache.ignite.internal.processors.cache.distributed.near with type arguments of type GridCacheDrInfo Modifier and Type Method Description voidGridNearAtomicCache. putAllConflict(Map<KeyCacheObject,GridCacheDrInfo> drMap)Store DR data.IgniteInternalFuture<?>GridNearAtomicCache. putAllConflictAsync(Map<KeyCacheObject,GridCacheDrInfo> drMap)Store DR data asynchronously.IgniteInternalFuture<?>GridNearTxLocal. putAllDrAsync(GridCacheContext cacheCtx, Map<KeyCacheObject,GridCacheDrInfo> drMap) -
Uses of GridCacheDrInfo in org.apache.ignite.internal.processors.cache.dr
Subclasses of GridCacheDrInfo in org.apache.ignite.internal.processors.cache.dr Modifier and Type Class Description classGridCacheDrExpirationInfoCache DR info used as argument in PUT cache internal interfaces with expiration info added.
-