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

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

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

Methods in voldemort.client.protocol.pb with parameters of type VAdminProto.SwapStoreRequest
 VAdminProto.SwapStoreRequest.Builder VAdminProto.SwapStoreRequest.Builder.mergeFrom(VAdminProto.SwapStoreRequest other)
           
 VAdminProto.VoldemortAdminRequest.Builder VAdminProto.VoldemortAdminRequest.Builder.mergeSwapStore(VAdminProto.SwapStoreRequest value)
           
static VAdminProto.SwapStoreRequest.Builder VAdminProto.SwapStoreRequest.newBuilder(VAdminProto.SwapStoreRequest prototype)
           
 VAdminProto.VoldemortAdminRequest.Builder VAdminProto.VoldemortAdminRequest.Builder.setSwapStore(VAdminProto.SwapStoreRequest value)
           
 

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

Methods in voldemort.server.protocol.admin with parameters of type VAdminProto.SwapStoreRequest
 VAdminProto.SwapStoreResponse AdminServiceRequestHandler.handleSwapROStore(VAdminProto.SwapStoreRequest request)
           
 



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