public static enum RiakPB.RpbBucketProps.RpbReplMode extends Enum<RiakPB.RpbBucketProps.RpbReplMode> implements com.google.protobuf.ProtocolMessageEnum
RpbBucketProps.RpbReplMode
Used by riak_repl bucket fixup
Enum Constant and Description |
---|
FALSE
FALSE = 0; |
FULLSYNC
FULLSYNC = 2; |
REALTIME
REALTIME = 1; |
TRUE
TRUE = 3; |
Modifier and Type | Field and Description |
---|---|
static int |
FALSE_VALUE
FALSE = 0; |
static int |
FULLSYNC_VALUE
FULLSYNC = 2; |
static int |
REALTIME_VALUE
REALTIME = 1; |
static int |
TRUE_VALUE
TRUE = 3; |
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<RiakPB.RpbBucketProps.RpbReplMode> |
internalGetValueMap() |
static RiakPB.RpbBucketProps.RpbReplMode |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RiakPB.RpbBucketProps.RpbReplMode |
valueOf(int value) |
static RiakPB.RpbBucketProps.RpbReplMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RiakPB.RpbBucketProps.RpbReplMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RiakPB.RpbBucketProps.RpbReplMode FALSE
FALSE = 0;
public static final RiakPB.RpbBucketProps.RpbReplMode REALTIME
REALTIME = 1;
public static final RiakPB.RpbBucketProps.RpbReplMode FULLSYNC
FULLSYNC = 2;
public static final RiakPB.RpbBucketProps.RpbReplMode TRUE
TRUE = 3;
public static final int FALSE_VALUE
FALSE = 0;
public static final int REALTIME_VALUE
REALTIME = 1;
public static final int FULLSYNC_VALUE
FULLSYNC = 2;
public static final int TRUE_VALUE
TRUE = 3;
public static RiakPB.RpbBucketProps.RpbReplMode[] values()
for (RiakPB.RpbBucketProps.RpbReplMode c : RiakPB.RpbBucketProps.RpbReplMode.values()) System.out.println(c);
public static RiakPB.RpbBucketProps.RpbReplMode 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 RiakPB.RpbBucketProps.RpbReplMode valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<RiakPB.RpbBucketProps.RpbReplMode> 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 RiakPB.RpbBucketProps.RpbReplMode valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2016. All rights reserved.