Uses of Class
org.apache.ignite.internal.processors.cache.GridCacheUpdateAtomicResult.UpdateOutcome
-
Packages that use GridCacheUpdateAtomicResult.UpdateOutcome Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation. -
-
Uses of GridCacheUpdateAtomicResult.UpdateOutcome in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return GridCacheUpdateAtomicResult.UpdateOutcome Modifier and Type Method Description static GridCacheUpdateAtomicResult.UpdateOutcomeGridCacheUpdateAtomicResult.UpdateOutcome. valueOf(String name)Returns the enum constant of this type with the specified name.static GridCacheUpdateAtomicResult.UpdateOutcome[]GridCacheUpdateAtomicResult.UpdateOutcome. values()Returns an array containing the constants of this enum type, in the order they are declared.
-