public static enum RiakDtPB.DtFetchResp.DataType extends Enum<RiakDtPB.DtFetchResp.DataType> implements com.google.protobuf.ProtocolMessageEnum
DtFetchResp.DataType
Enum Constant and Description |
---|
COUNTER
COUNTER = 1; |
GSET
GSET = 5; |
HLL
HLL = 4; |
MAP
MAP = 3; |
SET
SET = 2; |
Modifier and Type | Field and Description |
---|---|
static int |
COUNTER_VALUE
COUNTER = 1; |
static int |
GSET_VALUE
GSET = 5; |
static int |
HLL_VALUE
HLL = 4; |
static int |
MAP_VALUE
MAP = 3; |
static int |
SET_VALUE
SET = 2; |
Modifier and Type | Method and Description |
---|---|
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<RiakDtPB.DtFetchResp.DataType> |
internalGetValueMap() |
static RiakDtPB.DtFetchResp.DataType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RiakDtPB.DtFetchResp.DataType |
valueOf(int value) |
static RiakDtPB.DtFetchResp.DataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RiakDtPB.DtFetchResp.DataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RiakDtPB.DtFetchResp.DataType COUNTER
COUNTER = 1;
public static final RiakDtPB.DtFetchResp.DataType SET
SET = 2;
public static final RiakDtPB.DtFetchResp.DataType MAP
MAP = 3;
public static final RiakDtPB.DtFetchResp.DataType HLL
HLL = 4;
public static final RiakDtPB.DtFetchResp.DataType GSET
GSET = 5;
public static final int COUNTER_VALUE
COUNTER = 1;
public static final int SET_VALUE
SET = 2;
public static final int MAP_VALUE
MAP = 3;
public static final int HLL_VALUE
HLL = 4;
public static final int GSET_VALUE
GSET = 5;
public static RiakDtPB.DtFetchResp.DataType[] values()
for (RiakDtPB.DtFetchResp.DataType c : RiakDtPB.DtFetchResp.DataType.values()) System.out.println(c);
public static RiakDtPB.DtFetchResp.DataType 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.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
public static RiakDtPB.DtFetchResp.DataType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<RiakDtPB.DtFetchResp.DataType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static RiakDtPB.DtFetchResp.DataType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2016. All rights reserved.