voldemort.client.protocol.pb
Enum VAdminProto.AdminRequestType

java.lang.Object
  extended by java.lang.Enum<VAdminProto.AdminRequestType>
      extended by voldemort.client.protocol.pb.VAdminProto.AdminRequestType
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, java.io.Serializable, java.lang.Comparable<VAdminProto.AdminRequestType>
Enclosing class:
VAdminProto

public static enum VAdminProto.AdminRequestType
extends java.lang.Enum<VAdminProto.AdminRequestType>
implements com.google.protobuf.ProtocolMessageEnum


Enum Constant Summary
ADD_STORE
           
ASYNC_OPERATION_LIST
           
ASYNC_OPERATION_STATUS
           
ASYNC_OPERATION_STOP
           
DELETE_PARTITION_ENTRIES
           
DELETE_STORE
           
DELETE_STORE_REBALANCE_STATE
           
FAILED_FETCH_STORE
           
FETCH_PARTITION_ENTRIES
           
FETCH_PARTITION_FILES
           
FETCH_STORE
           
GET_METADATA
           
GET_RO_CURRENT_VERSION_DIR
           
GET_RO_MAX_VERSION_DIR
           
GET_RO_STORAGE_FORMAT
           
INITIATE_FETCH_AND_UPDATE
           
INITIATE_REBALANCE_NODE
           
NATIVE_BACKUP
           
PRUNE_JOB
           
REBALANCE_STATE_CHANGE
           
REPAIR_JOB
           
RESERVE_MEMORY
           
ROLLBACK_STORE
           
SLOP_PURGE_JOB
           
SWAP_STORE
           
TRUNCATE_ENTRIES
           
UPDATE_METADATA
           
UPDATE_METADATA_PAIR
           
UPDATE_PARTITION_ENTRIES
           
UPDATE_SLOP_ENTRIES
           
UPDATE_STORE_DEFINITIONS
           
 
Method Summary
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<VAdminProto.AdminRequestType> internalGetValueMap()
           
static VAdminProto.AdminRequestType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static VAdminProto.AdminRequestType valueOf(int value)
           
static VAdminProto.AdminRequestType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static VAdminProto.AdminRequestType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

GET_METADATA

public static final VAdminProto.AdminRequestType GET_METADATA

UPDATE_METADATA

public static final VAdminProto.AdminRequestType UPDATE_METADATA

UPDATE_PARTITION_ENTRIES

public static final VAdminProto.AdminRequestType UPDATE_PARTITION_ENTRIES

FETCH_PARTITION_ENTRIES

public static final VAdminProto.AdminRequestType FETCH_PARTITION_ENTRIES

DELETE_PARTITION_ENTRIES

public static final VAdminProto.AdminRequestType DELETE_PARTITION_ENTRIES

INITIATE_FETCH_AND_UPDATE

public static final VAdminProto.AdminRequestType INITIATE_FETCH_AND_UPDATE

ASYNC_OPERATION_STATUS

public static final VAdminProto.AdminRequestType ASYNC_OPERATION_STATUS

INITIATE_REBALANCE_NODE

public static final VAdminProto.AdminRequestType INITIATE_REBALANCE_NODE

ASYNC_OPERATION_STOP

public static final VAdminProto.AdminRequestType ASYNC_OPERATION_STOP

ASYNC_OPERATION_LIST

public static final VAdminProto.AdminRequestType ASYNC_OPERATION_LIST

TRUNCATE_ENTRIES

public static final VAdminProto.AdminRequestType TRUNCATE_ENTRIES

ADD_STORE

public static final VAdminProto.AdminRequestType ADD_STORE

DELETE_STORE

public static final VAdminProto.AdminRequestType DELETE_STORE

FETCH_STORE

public static final VAdminProto.AdminRequestType FETCH_STORE

SWAP_STORE

public static final VAdminProto.AdminRequestType SWAP_STORE

ROLLBACK_STORE

public static final VAdminProto.AdminRequestType ROLLBACK_STORE

GET_RO_MAX_VERSION_DIR

public static final VAdminProto.AdminRequestType GET_RO_MAX_VERSION_DIR

GET_RO_CURRENT_VERSION_DIR

public static final VAdminProto.AdminRequestType GET_RO_CURRENT_VERSION_DIR

FETCH_PARTITION_FILES

public static final VAdminProto.AdminRequestType FETCH_PARTITION_FILES

UPDATE_SLOP_ENTRIES

public static final VAdminProto.AdminRequestType UPDATE_SLOP_ENTRIES

FAILED_FETCH_STORE

public static final VAdminProto.AdminRequestType FAILED_FETCH_STORE

GET_RO_STORAGE_FORMAT

public static final VAdminProto.AdminRequestType GET_RO_STORAGE_FORMAT

REBALANCE_STATE_CHANGE

public static final VAdminProto.AdminRequestType REBALANCE_STATE_CHANGE

REPAIR_JOB

public static final VAdminProto.AdminRequestType REPAIR_JOB

DELETE_STORE_REBALANCE_STATE

public static final VAdminProto.AdminRequestType DELETE_STORE_REBALANCE_STATE

NATIVE_BACKUP

public static final VAdminProto.AdminRequestType NATIVE_BACKUP

RESERVE_MEMORY

public static final VAdminProto.AdminRequestType RESERVE_MEMORY

PRUNE_JOB

public static final VAdminProto.AdminRequestType PRUNE_JOB

SLOP_PURGE_JOB

public static final VAdminProto.AdminRequestType SLOP_PURGE_JOB

UPDATE_METADATA_PAIR

public static final VAdminProto.AdminRequestType UPDATE_METADATA_PAIR

UPDATE_STORE_DEFINITIONS

public static final VAdminProto.AdminRequestType UPDATE_STORE_DEFINITIONS
Method Detail

values

public static VAdminProto.AdminRequestType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (VAdminProto.AdminRequestType c : VAdminProto.AdminRequestType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static VAdminProto.AdminRequestType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getNumber

public final int getNumber()
Specified by:
getNumber in interface com.google.protobuf.Internal.EnumLite
Specified by:
getNumber in interface com.google.protobuf.ProtocolMessageEnum

valueOf

public static VAdminProto.AdminRequestType valueOf(int value)

internalGetValueMap

public static com.google.protobuf.Internal.EnumLiteMap<VAdminProto.AdminRequestType> internalGetValueMap()

getValueDescriptor

public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
Specified by:
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum

getDescriptorForType

public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum

getDescriptor

public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()

valueOf

public static VAdminProto.AdminRequestType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)


Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu