T - Return type.protected abstract class IgniteTxLocalAdapter.PostMissClosure<T> extends Object implements IgniteBiClosure<T,Exception,IgniteInternalFuture<T>>
| Modifier | Constructor and Description |
|---|---|
protected |
PostMissClosure() |
| Modifier and Type | Method and Description |
|---|---|
IgniteInternalFuture<T> |
apply(T t,
Exception e)
Closure body.
|
protected abstract IgniteInternalFuture<T> |
postMiss(T t)
Post lock callback.
|
public final IgniteInternalFuture<T> apply(T t, Exception e)
apply in interface IgniteBiClosure<T,Exception,IgniteInternalFuture<T>>t - First parameter.e - Second parameter.protected abstract IgniteInternalFuture<T> postMiss(T t) throws IgniteCheckedException
t - Post-miss parameter.IgniteCheckedException - If operation failed.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021