public enum CacheSubcommands extends Enum<CacheSubcommands>
| Enum Constant and Description |
|---|
CHECK_INDEX_INLINE_SIZES
Check secondary indexes inline size.
|
CONTENTION
Prints info about contended keys (the keys concurrently locked from multiple transactions).
|
DESTROY
Destroy caches.
|
DISTRIBUTION
Collect information on the distribution of partitions.
|
FIND_AND_DELETE_GARBAGE
Find and remove garbage.
|
HELP
Prints out help for the cache command.
|
IDLE_VERIFY
Checks consistency of primary and backup partitions assuming no concurrent updates are happening in the cluster.
|
INDEX_FORCE_REBUILD
Index force rebuild.
|
INDEX_LIST
Index list.
|
INDEX_REBUILD_STATUS
Index rebuild status.
|
LIST
Prints info regarding caches, groups or sequences.
|
RESET_LOST_PARTITIONS
Reset lost partitions
|
VALIDATE_INDEXES
Validates indexes attempting to read each indexed entry.
|
| Modifier and Type | Method and Description |
|---|---|
static @Nullable CacheSubcommands |
fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
Class<? extends Enum<? extends CommandArg>> |
getCommandArgs() |
static CacheSubcommands |
of(String text) |
Command |
subcommand() |
String |
text() |
String |
toString() |
static CacheSubcommands |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheSubcommands[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CacheSubcommands HELP
public static final CacheSubcommands IDLE_VERIFY
public static final CacheSubcommands LIST
public static final CacheSubcommands VALIDATE_INDEXES
public static final CacheSubcommands CONTENTION
public static final CacheSubcommands DISTRIBUTION
public static final CacheSubcommands RESET_LOST_PARTITIONS
public static final CacheSubcommands FIND_AND_DELETE_GARBAGE
public static final CacheSubcommands INDEX_LIST
public static final CacheSubcommands INDEX_REBUILD_STATUS
public static final CacheSubcommands INDEX_FORCE_REBUILD
public static final CacheSubcommands CHECK_INDEX_INLINE_SIZES
public static final CacheSubcommands DESTROY
public static CacheSubcommands[] values()
for (CacheSubcommands c : CacheSubcommands.values()) System.out.println(c);
public static CacheSubcommands 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 static CacheSubcommands of(String text)
text - Command text.public String text()
public Command subcommand()
public Class<? extends Enum<? extends CommandArg>> getCommandArgs()
@Nullable public static @Nullable CacheSubcommands fromOrdinal(int ord)
ord - Ordinal value.null if ordinal out of range.public String toString()
toString in class Enum<CacheSubcommands>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.13.0 Release Date : April 20 2022