T - Return type.protected abstract class IgniteTxLocalAdapter.PostLockClosure1<T> extends Object implements IgniteBiClosure<Boolean,Exception,IgniteInternalFuture<T>>
| Modifier | Constructor and Description |
|---|---|
protected |
IgniteTxLocalAdapter.PostLockClosure1(T arg)
Creates a Post-Lock closure that will pass the argument given to the
postLock method. |
protected |
IgniteTxLocalAdapter.PostLockClosure1(T arg,
boolean commit)
Creates a Post-Lock closure that will pass the argument given to the
postLock method. |
protected IgniteTxLocalAdapter.PostLockClosure1(T arg)
postLock method.arg - Argument for postLock.protected IgniteTxLocalAdapter.PostLockClosure1(T arg, boolean commit)
postLock method.arg - Argument for postLock.commit - Flag indicating whether commit should be done after postLock.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 T postLock(T val) throws IgniteCheckedException
val - Argument.IgniteCheckedException - If operation failed.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.2.0-incubating Release Date : June 16 2015