T - Return type.protected abstract class IgniteTxLocalAdapter.PostLockClosure2<T> extends Object implements IgniteBiClosure<Boolean,Exception,IgniteInternalFuture<T>>
| Modifier | Constructor and Description |
|---|---|
protected |
PostLockClosure2() |
| Modifier and Type | Method and Description |
|---|---|
IgniteInternalFuture<T> |
apply(Boolean locked,
@Nullable Exception e)
Closure body.
|
protected abstract IgniteInternalFuture<T> |
postLock()
Post lock callback.
|
public final IgniteInternalFuture<T> apply(Boolean locked, @Nullable @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 Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020