public static enum MLDataFormats.CompressionType extends Enum<MLDataFormats.CompressionType> implements com.google.protobuf.ProtocolMessageEnum
CompressionType| Enum Constant and Description |
|---|
LZ4
LZ4 = 1; |
NONE
NONE = 0; |
SNAPPY
SNAPPY = 4; |
ZLIB
ZLIB = 2; |
ZSTD
ZSTD = 3; |
| Modifier and Type | Field and Description |
|---|---|
static int |
LZ4_VALUE
LZ4 = 1; |
static int |
NONE_VALUE
NONE = 0; |
static int |
SNAPPY_VALUE
SNAPPY = 4; |
static int |
ZLIB_VALUE
ZLIB = 2; |
static int |
ZSTD_VALUE
ZSTD = 3; |
| Modifier and Type | Method and Description |
|---|---|
static MLDataFormats.CompressionType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<MLDataFormats.CompressionType> |
internalGetValueMap() |
static MLDataFormats.CompressionType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MLDataFormats.CompressionType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MLDataFormats.CompressionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MLDataFormats.CompressionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MLDataFormats.CompressionType NONE
NONE = 0;public static final MLDataFormats.CompressionType LZ4
LZ4 = 1;public static final MLDataFormats.CompressionType ZLIB
ZLIB = 2;public static final MLDataFormats.CompressionType ZSTD
ZSTD = 3;public static final MLDataFormats.CompressionType SNAPPY
SNAPPY = 4;public static final int NONE_VALUE
NONE = 0;public static final int LZ4_VALUE
LZ4 = 1;public static final int ZLIB_VALUE
ZLIB = 2;public static final int ZSTD_VALUE
ZSTD = 3;public static final int SNAPPY_VALUE
SNAPPY = 4;public static MLDataFormats.CompressionType[] values()
for (MLDataFormats.CompressionType c : MLDataFormats.CompressionType.values()) System.out.println(c);
public static MLDataFormats.CompressionType 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 final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static MLDataFormats.CompressionType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static MLDataFormats.CompressionType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<MLDataFormats.CompressionType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static MLDataFormats.CompressionType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.