protected abstract class GridCacheAdapter.AsyncOp<T> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
AsyncOp() |
protected |
AsyncOp(Collection<?> keys) |
| Modifier and Type | Method and Description |
|---|---|
abstract IgniteInternalFuture<T> |
op(GridNearTxLocal tx,
AffinityTopologyVersion readyTopVer) |
IgniteInternalFuture<T> |
op(GridNearTxLocal tx,
CacheOperationContext opCtx) |
protected AsyncOp()
protected AsyncOp(Collection<?> keys)
keys - Keys involved.public abstract IgniteInternalFuture<T> op(GridNearTxLocal tx, AffinityTopologyVersion readyTopVer)
tx - Transaction.readyTopVer - Ready topology version.public IgniteInternalFuture<T> op(GridNearTxLocal tx, CacheOperationContext opCtx)
tx - Transaction.opCtx - Operation context.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020