public static enum IndexPackingRequest.IndexFormat extends Enum<IndexPackingRequest.IndexFormat>
| Enum Constant and Description |
|---|
FORMAT_V1 |
| Modifier and Type | Method and Description |
|---|---|
static IndexPackingRequest.IndexFormat |
valueOf(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_V1
public static IndexPackingRequest.IndexFormat[] values()
for (IndexPackingRequest.IndexFormat c : IndexPackingRequest.IndexFormat.values()) System.out.println(c);
public static IndexPackingRequest.IndexFormat 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 nullCopyright © 2002–2022 The Apache Software Foundation. All rights reserved.