public enum CacheFilterEnum extends Enum<CacheFilterEnum>
VerifyBackupPartitionsTaskV2| Enum Constant and Description |
|---|
ALL
All.
|
DEFAULT
Default - user only, or all caches specified by name.
|
NOT_PERSISTENT
Not persistent.
|
PERSISTENT
Persistent.
|
SYSTEM
System.
|
USER
User.
|
| Modifier and Type | Method and Description |
|---|---|
static @Nullable CacheFilterEnum |
fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
static CacheFilterEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheFilterEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CacheFilterEnum DEFAULT
public static final CacheFilterEnum SYSTEM
public static final CacheFilterEnum PERSISTENT
public static final CacheFilterEnum NOT_PERSISTENT
public static final CacheFilterEnum USER
public static final CacheFilterEnum ALL
public static CacheFilterEnum[] values()
for (CacheFilterEnum c : CacheFilterEnum.values()) System.out.println(c);
public static CacheFilterEnum 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 null@Nullable public static @Nullable CacheFilterEnum fromOrdinal(int ord)
ord - Ordinal value.null if ordinal out of range.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020