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

Packages that use VAdminProto.SwapStoreRequest.Builder
voldemort.client.protocol.pb A protocol buffers based client-side request format. 
 

Uses of VAdminProto.SwapStoreRequest.Builder in voldemort.client.protocol.pb
 

Methods in voldemort.client.protocol.pb that return VAdminProto.SwapStoreRequest.Builder
 VAdminProto.SwapStoreRequest.Builder VAdminProto.SwapStoreRequest.Builder.clear()
           
 VAdminProto.SwapStoreRequest.Builder VAdminProto.SwapStoreRequest.Builder.clearStoreDir()
           
 VAdminProto.SwapStoreRequest.Builder VAdminProto.SwapStoreRequest.Builder.clearStoreName()
           
 VAdminProto.SwapStoreRequest.Builder VAdminProto.SwapStoreRequest.Builder.clone()
           
 VAdminProto.SwapStoreRequest.Builder VAdminProto.SwapStoreRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 VAdminProto.SwapStoreRequest.Builder VAdminProto.SwapStoreRequest.Builder.mergeFrom(com.google.protobuf.Message other)
           
 VAdminProto.SwapStoreRequest.Builder VAdminProto.SwapStoreRequest.Builder.mergeFrom(VAdminProto.SwapStoreRequest other)
           
static VAdminProto.SwapStoreRequest.Builder VAdminProto.SwapStoreRequest.newBuilder()
           
static VAdminProto.SwapStoreRequest.Builder VAdminProto.SwapStoreRequest.newBuilder(VAdminProto.SwapStoreRequest prototype)
           
 VAdminProto.SwapStoreRequest.Builder VAdminProto.SwapStoreRequest.newBuilderForType()
           
 VAdminProto.SwapStoreRequest.Builder VAdminProto.SwapStoreRequest.Builder.setStoreDir(java.lang.String value)
           
 VAdminProto.SwapStoreRequest.Builder VAdminProto.SwapStoreRequest.Builder.setStoreName(java.lang.String value)
           
 VAdminProto.SwapStoreRequest.Builder VAdminProto.SwapStoreRequest.toBuilder()
           
 

Methods in voldemort.client.protocol.pb with parameters of type VAdminProto.SwapStoreRequest.Builder
 VAdminProto.VoldemortAdminRequest.Builder VAdminProto.VoldemortAdminRequest.Builder.setSwapStore(VAdminProto.SwapStoreRequest.Builder builderForValue)
           
 



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