Uses of Class
voldemort.client.protocol.pb.VProto.RequestType

Packages that use VProto.RequestType
voldemort.client.protocol.pb A protocol buffers based client-side request format. 
voldemort.server.protocol.pb Server side handling of protocol buffer based requests 
 

Uses of VProto.RequestType in voldemort.client.protocol.pb
 

Methods in voldemort.client.protocol.pb that return VProto.RequestType
 VProto.RequestType VAdminProto.UpdateSlopEntriesRequest.getRequestType()
           
 VProto.RequestType VAdminProto.UpdateSlopEntriesRequest.Builder.getRequestType()
           
 VProto.RequestType VProto.VoldemortRequest.getType()
           
 VProto.RequestType VProto.VoldemortRequest.Builder.getType()
           
static VProto.RequestType VProto.RequestType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static VProto.RequestType VProto.RequestType.valueOf(int value)
           
static VProto.RequestType VProto.RequestType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static VProto.RequestType[] VProto.RequestType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in voldemort.client.protocol.pb that return types with arguments of type VProto.RequestType
static com.google.protobuf.Internal.EnumLiteMap<VProto.RequestType> VProto.RequestType.internalGetValueMap()
           
 

Methods in voldemort.client.protocol.pb with parameters of type VProto.RequestType
 VAdminProto.UpdateSlopEntriesRequest.Builder VAdminProto.UpdateSlopEntriesRequest.Builder.setRequestType(VProto.RequestType value)
           
 VProto.VoldemortRequest.Builder VProto.VoldemortRequest.Builder.setType(VProto.RequestType value)
           
 

Uses of VProto.RequestType in voldemort.server.protocol.pb
 

Methods in voldemort.server.protocol.pb with parameters of type VProto.RequestType
 com.google.protobuf.Message ProtoBuffRequestHandler.unknownStore(java.lang.String storeName, VProto.RequestType type)
           
 



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