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

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

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

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

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

Methods in voldemort.server.protocol.admin that return VAdminProto.AsyncOperationStopResponse
 VAdminProto.AsyncOperationStopResponse AdminServiceRequestHandler.handleAsyncOperationStop(VAdminProto.AsyncOperationStopRequest request)
           
 



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