public static enum VectorPartitionDesc.VectorDeserializeType extends Enum<VectorPartitionDesc.VectorDeserializeType>
| Enum Constant and Description |
|---|
LAZY_BINARY |
LAZY_SIMPLE |
NONE |
| Modifier and Type | Method and Description |
|---|---|
static VectorPartitionDesc.VectorDeserializeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VectorPartitionDesc.VectorDeserializeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VectorPartitionDesc.VectorDeserializeType NONE
public static final VectorPartitionDesc.VectorDeserializeType LAZY_SIMPLE
public static final VectorPartitionDesc.VectorDeserializeType LAZY_BINARY
public static VectorPartitionDesc.VectorDeserializeType[] values()
for (VectorPartitionDesc.VectorDeserializeType c : VectorPartitionDesc.VectorDeserializeType.values()) System.out.println(c);
public static VectorPartitionDesc.VectorDeserializeType 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 © 2024 The Apache Software Foundation. All rights reserved.