T - Return type.protected abstract class IgniteTxLocalAdapter.PostLockClosure2<T> extends Object implements IgniteBiClosure<Boolean,Exception,IgniteInternalFuture<T>>
| Modifier | Constructor and Description |
|---|---|
protected |
IgniteTxLocalAdapter.PostLockClosure2() |
| Modifier and Type | Method and Description |
|---|---|
IgniteInternalFuture<T> |
apply(Boolean locked,
Exception e)
Closure body.
|
protected abstract IgniteInternalFuture<T> |
postLock()
Post lock callback.
|
protected IgniteTxLocalAdapter.PostLockClosure2()
public final IgniteInternalFuture<T> apply(Boolean locked, @Nullable Exception e)
apply in interface IgniteBiClosure<Boolean,Exception,IgniteInternalFuture<T>>locked - First parameter.e - Second parameter.protected abstract IgniteInternalFuture<T> postLock() throws IgniteCheckedException
IgniteCheckedException - If operation failed.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.1.0-incubating Release Date : May 20 2015