Uses of Class
org.apache.ignite.internal.processors.cache.GridCacheAdapter.AsyncOp
-
Packages that use GridCacheAdapter.AsyncOp Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation. -
-
Uses of GridCacheAdapter.AsyncOp in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache with parameters of type GridCacheAdapter.AsyncOp Modifier and Type Method Description protected <T> IgniteInternalFuture<T>GridCacheAdapter. asyncOp(GridNearTxLocal tx, GridCacheAdapter.AsyncOp<T> op, CacheOperationContext opCtx, boolean retry)
-