Interface IgniteCacheOffheapManager.OffheapInvokeClosure
-
- All Superinterfaces:
IgniteTree.InvokeClosure<CacheDataRow>
- Enclosing interface:
- IgniteCacheOffheapManager
public static interface IgniteCacheOffheapManager.OffheapInvokeClosure extends IgniteTree.InvokeClosure<CacheDataRow>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable CacheDataRowoldRow()booleanoldRowExpiredFlag()Flag that indicates if oldRow was expired during invoke.-
Methods inherited from interface org.apache.ignite.internal.util.IgniteTree.InvokeClosure
call, newRow, operationType
-
-
-
-
Method Detail
-
oldRow
@Nullable @Nullable CacheDataRow oldRow()
- Returns:
- Old row.
-
oldRowExpiredFlag
boolean oldRowExpiredFlag()
Flag that indicates if oldRow was expired during invoke.- Returns:
trueif old row was expired,falseotherwise.
-
-