Uses of Class
org.apache.ignite.internal.processors.cache.GridCacheAdapter.BulkOperation
-
Packages that use GridCacheAdapter.BulkOperation Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation. -
-
Uses of GridCacheAdapter.BulkOperation in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return GridCacheAdapter.BulkOperation Modifier and Type Method Description static GridCacheAdapter.BulkOperationGridCacheAdapter.BulkOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static GridCacheAdapter.BulkOperation[]GridCacheAdapter.BulkOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.ignite.internal.processors.cache with parameters of type GridCacheAdapter.BulkOperation Modifier and Type Method Description protected voidGridCacheAdapter. warnIfUnordered(Collection<?> coll, GridCacheAdapter.BulkOperation op)Checks that given collection is sorted set, or processed inside deadlock-detecting transaction.protected voidGridCacheAdapter. warnIfUnordered(Map<?,?> m, GridCacheAdapter.BulkOperation op)Checks that given map is sorted or otherwise constant order, or processed inside deadlock-detecting transaction.
-