protected abstract class GridCacheAdapter.AsyncOp<T> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
GridCacheAdapter.AsyncOp() |
protected |
GridCacheAdapter.AsyncOp(Collection<?> keys) |
| Modifier and Type | Method and Description |
|---|---|
abstract IgniteInternalFuture<T> |
op(IgniteTxLocalAdapter tx,
AffinityTopologyVersion readyTopVer) |
IgniteInternalFuture<T> |
op(IgniteTxLocalAdapter tx,
CacheOperationContext opCtx) |
protected IgniteInternalFuture<T> |
waitTopologyFuture(IgniteInternalFuture<?> topFut,
AffinityTopologyVersion topVer,
IgniteTxLocalAdapter tx,
CacheOperationContext opCtx) |
protected GridCacheAdapter.AsyncOp()
protected GridCacheAdapter.AsyncOp(Collection<?> keys)
keys - Keys involved.public abstract IgniteInternalFuture<T> op(IgniteTxLocalAdapter tx, AffinityTopologyVersion readyTopVer)
tx - Transaction.readyTopVer - Ready topology version.public IgniteInternalFuture<T> op(IgniteTxLocalAdapter tx, CacheOperationContext opCtx)
tx - Transaction.opCtx - Operation context.protected IgniteInternalFuture<T> waitTopologyFuture(IgniteInternalFuture<?> topFut, AffinityTopologyVersion topVer, IgniteTxLocalAdapter tx, CacheOperationContext opCtx)
topFut - Topology future.topVer - Topology version to use.tx - Transaction.opCtx - Operation context.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.7.0 Release Date : August 1 2016