public enum JobType extends Enum<JobType> implements com.facebook.thrift.TEnum
| Enum Constant and Description |
|---|
COMPACT |
DATA_BALANCE |
DOWNLOAD |
FLUSH |
INGEST |
LEADER_BALANCE |
REBUILD_EDGE_INDEX |
REBUILD_FULLTEXT_INDEX |
REBUILD_TAG_INDEX |
STATS |
UNKNOWN |
ZONE_BALANCE |
| Modifier and Type | Method and Description |
|---|---|
static JobType |
findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
int |
getValue()
Get the integer value of this enum value, as defined in the Thrift IDL.
|
static JobType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JobType COMPACT
public static final JobType FLUSH
public static final JobType REBUILD_TAG_INDEX
public static final JobType REBUILD_EDGE_INDEX
public static final JobType REBUILD_FULLTEXT_INDEX
public static final JobType STATS
public static final JobType DATA_BALANCE
public static final JobType DOWNLOAD
public static final JobType INGEST
public static final JobType LEADER_BALANCE
public static final JobType ZONE_BALANCE
public static final JobType UNKNOWN
public static JobType[] values()
for (JobType c : JobType.values()) System.out.println(c);
public static JobType 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 int getValue()
getValue in interface com.facebook.thrift.TEnumpublic static JobType findByValue(int value)
Copyright © 2023. All rights reserved.