protected static enum GridCacheAdapter.BulkOperation extends Enum<GridCacheAdapter.BulkOperation>
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBlockTx(TransactionConcurrency concurrency,
TransactionIsolation isolation) |
String |
title() |
static GridCacheAdapter.BulkOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridCacheAdapter.BulkOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridCacheAdapter.BulkOperation GET
public static final GridCacheAdapter.BulkOperation PUT
public static final GridCacheAdapter.BulkOperation INVOKE
public static final GridCacheAdapter.BulkOperation REMOVE
public static GridCacheAdapter.BulkOperation[] values()
for (GridCacheAdapter.BulkOperation c : GridCacheAdapter.BulkOperation.values()) System.out.println(c);
public static GridCacheAdapter.BulkOperation valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String title()
public boolean canBlockTx(TransactionConcurrency concurrency, TransactionIsolation isolation)
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021