Uses of Class
voldemort.client.protocol.pb.VAdminProto.FetchStoreRequest

Packages that use VAdminProto.FetchStoreRequest
voldemort.client.protocol.pb A protocol buffers based client-side request format. 
voldemort.server.protocol.admin Server side implementation of admin based requests 
 

Uses of VAdminProto.FetchStoreRequest in voldemort.client.protocol.pb
 

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

Methods in voldemort.client.protocol.pb with parameters of type VAdminProto.FetchStoreRequest
 VAdminProto.VoldemortAdminRequest.Builder VAdminProto.VoldemortAdminRequest.Builder.mergeFetchStore(VAdminProto.FetchStoreRequest value)
           
 VAdminProto.FetchStoreRequest.Builder VAdminProto.FetchStoreRequest.Builder.mergeFrom(VAdminProto.FetchStoreRequest other)
           
static VAdminProto.FetchStoreRequest.Builder VAdminProto.FetchStoreRequest.newBuilder(VAdminProto.FetchStoreRequest prototype)
           
 VAdminProto.VoldemortAdminRequest.Builder VAdminProto.VoldemortAdminRequest.Builder.setFetchStore(VAdminProto.FetchStoreRequest value)
           
 

Uses of VAdminProto.FetchStoreRequest in voldemort.server.protocol.admin
 

Methods in voldemort.server.protocol.admin with parameters of type VAdminProto.FetchStoreRequest
 VAdminProto.AsyncOperationStatusResponse AdminServiceRequestHandler.handleFetchROStore(VAdminProto.FetchStoreRequest request)
           
 



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