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

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

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

Methods in voldemort.client.protocol.pb that return VAdminProto.AsyncOperationStopResponse.Builder
 VAdminProto.AsyncOperationStopResponse.Builder VAdminProto.AsyncOperationStopResponse.Builder.clear()
           
 VAdminProto.AsyncOperationStopResponse.Builder VAdminProto.AsyncOperationStopResponse.Builder.clearError()
           
 VAdminProto.AsyncOperationStopResponse.Builder VAdminProto.AsyncOperationStopResponse.Builder.clone()
           
 VAdminProto.AsyncOperationStopResponse.Builder VAdminProto.AsyncOperationStopResponse.Builder.mergeError(VProto.Error value)
           
 VAdminProto.AsyncOperationStopResponse.Builder VAdminProto.AsyncOperationStopResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 VAdminProto.AsyncOperationStopResponse.Builder VAdminProto.AsyncOperationStopResponse.Builder.mergeFrom(com.google.protobuf.Message other)
           
 VAdminProto.AsyncOperationStopResponse.Builder VAdminProto.AsyncOperationStopResponse.Builder.mergeFrom(VAdminProto.AsyncOperationStopResponse other)
           
static VAdminProto.AsyncOperationStopResponse.Builder VAdminProto.AsyncOperationStopResponse.newBuilder()
           
static VAdminProto.AsyncOperationStopResponse.Builder VAdminProto.AsyncOperationStopResponse.newBuilder(VAdminProto.AsyncOperationStopResponse prototype)
           
 VAdminProto.AsyncOperationStopResponse.Builder VAdminProto.AsyncOperationStopResponse.newBuilderForType()
           
 VAdminProto.AsyncOperationStopResponse.Builder VAdminProto.AsyncOperationStopResponse.Builder.setError(VProto.Error.Builder builderForValue)
           
 VAdminProto.AsyncOperationStopResponse.Builder VAdminProto.AsyncOperationStopResponse.Builder.setError(VProto.Error value)
           
 VAdminProto.AsyncOperationStopResponse.Builder VAdminProto.AsyncOperationStopResponse.toBuilder()
           
 



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