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

Packages that use VProto.GetAllRequest
voldemort.client.protocol.pb A protocol buffers based client-side request format. 
 

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

Methods in voldemort.client.protocol.pb that return VProto.GetAllRequest
 VProto.GetAllRequest VProto.GetAllRequest.Builder.build()
           
 VProto.GetAllRequest VProto.GetAllRequest.Builder.buildPartial()
           
static VProto.GetAllRequest VProto.GetAllRequest.getDefaultInstance()
           
 VProto.GetAllRequest VProto.GetAllRequest.getDefaultInstanceForType()
           
 VProto.GetAllRequest VProto.GetAllRequest.Builder.getDefaultInstanceForType()
           
 VProto.GetAllRequest VProto.VoldemortRequest.getGetAll()
           
 VProto.GetAllRequest VProto.VoldemortRequest.Builder.getGetAll()
           
protected  VProto.GetAllRequest VProto.GetAllRequest.Builder.internalGetResult()
           
static VProto.GetAllRequest VProto.GetAllRequest.parseDelimitedFrom(java.io.InputStream input)
           
static VProto.GetAllRequest VProto.GetAllRequest.parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static VProto.GetAllRequest VProto.GetAllRequest.parseFrom(byte[] data)
           
static VProto.GetAllRequest VProto.GetAllRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static VProto.GetAllRequest VProto.GetAllRequest.parseFrom(com.google.protobuf.ByteString data)
           
static VProto.GetAllRequest VProto.GetAllRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static VProto.GetAllRequest VProto.GetAllRequest.parseFrom(com.google.protobuf.CodedInputStream input)
           
static VProto.GetAllRequest VProto.GetAllRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static VProto.GetAllRequest VProto.GetAllRequest.parseFrom(java.io.InputStream input)
           
static VProto.GetAllRequest VProto.GetAllRequest.parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in voldemort.client.protocol.pb with parameters of type VProto.GetAllRequest
 VProto.GetAllRequest.Builder VProto.GetAllRequest.Builder.mergeFrom(VProto.GetAllRequest other)
           
 VProto.VoldemortRequest.Builder VProto.VoldemortRequest.Builder.mergeGetAll(VProto.GetAllRequest value)
           
static VProto.GetAllRequest.Builder VProto.GetAllRequest.newBuilder(VProto.GetAllRequest prototype)
           
 VProto.VoldemortRequest.Builder VProto.VoldemortRequest.Builder.setGetAll(VProto.GetAllRequest value)
           
 



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