public static enum IndexPackingRequest.IndexFormat extends java.lang.Enum<IndexPackingRequest.IndexFormat>
| Enum Constant and Description |
|---|
FORMAT_LEGACY |
FORMAT_V1 |
| Modifier and Type | Method and Description |
|---|---|
static IndexPackingRequest.IndexFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IndexPackingRequest.IndexFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndexPackingRequest.IndexFormat FORMAT_LEGACY
public static final IndexPackingRequest.IndexFormat FORMAT_V1
public static IndexPackingRequest.IndexFormat[] values()
for (IndexPackingRequest.IndexFormat c : IndexPackingRequest.IndexFormat.values()) System.out.println(c);
public static IndexPackingRequest.IndexFormat valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null