Uses of Class
org.apache.ignite.internal.util.lang.GridClosureException
-
Packages that use GridClosureException Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.util.lang -
-
Uses of GridClosureException in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that throw GridClosureException Modifier and Type Method Description GridCacheUpdateAtomicResultGridCacheMapEntry. innerUpdate(GridCacheVersion newVer, UUID evtNodeId, UUID affNodeId, GridCacheOperation op, @Nullable Object writeObj, @Nullable Object[] invokeArgs, boolean writeThrough, boolean readThrough, boolean retval, boolean keepBinary, @Nullable IgniteCacheExpiryPolicy expiryPlc, boolean evt, boolean metrics, boolean primary, boolean verCheck, boolean readRepairRecovery, AffinityTopologyVersion topVer, @Nullable CacheEntryPredicate[] filter, GridDrType drType, long explicitTtl, long explicitExpireTime, @Nullable GridCacheVersion conflictVer, boolean conflictResolve, boolean intercept, String taskName, @Nullable CacheObject prevVal, @Nullable Long updateCntr, @Nullable GridDhtAtomicAbstractUpdateFuture fut, boolean transformOp) -
Uses of GridClosureException in org.apache.ignite.internal.util.lang
Methods in org.apache.ignite.internal.util.lang that return GridClosureException Modifier and Type Method Description static GridClosureExceptionGridFunc. wrap(Throwable e)Shortcut method that creates an instance ofGridClosureException.
-