| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache |
This package contain cache-related processors & persistence implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static GridCacheAdapter.BulkOperation |
GridCacheAdapter.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.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
GridCacheAdapter.warnIfUnordered(Collection<?> coll,
GridCacheAdapter.BulkOperation op)
Checks that given collection is sorted set, or processed inside deadlock-detecting transaction.
|
protected void |
GridCacheAdapter.warnIfUnordered(Map<?,?> m,
GridCacheAdapter.BulkOperation op)
Checks that given map is sorted or otherwise constant order, or processed inside deadlock-detecting transaction.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020