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

Packages that use VAdminProto.SwapStoreResponse
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.SwapStoreResponse in voldemort.client.protocol.pb
 

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

Methods in voldemort.client.protocol.pb with parameters of type VAdminProto.SwapStoreResponse
 VAdminProto.SwapStoreResponse.Builder VAdminProto.SwapStoreResponse.Builder.mergeFrom(VAdminProto.SwapStoreResponse other)
           
static VAdminProto.SwapStoreResponse.Builder VAdminProto.SwapStoreResponse.newBuilder(VAdminProto.SwapStoreResponse prototype)
           
 

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

Methods in voldemort.server.protocol.admin that return VAdminProto.SwapStoreResponse
 VAdminProto.SwapStoreResponse AdminServiceRequestHandler.handleSwapROStore(VAdminProto.SwapStoreRequest request)
           
 



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