Uses of Class
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.CoprocessorServiceCall.Builder

Packages that use ClientProtos.CoprocessorServiceCall.Builder
org.apache.hadoop.hbase.protobuf.generated   
 

Uses of ClientProtos.CoprocessorServiceCall.Builder in org.apache.hadoop.hbase.protobuf.generated
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return ClientProtos.CoprocessorServiceCall.Builder
 ClientProtos.CoprocessorServiceCall.Builder ClientProtos.CoprocessorServiceCall.Builder.clear()
           
 ClientProtos.CoprocessorServiceCall.Builder ClientProtos.CoprocessorServiceCall.Builder.clearMethodName()
          required string method_name = 3;
 ClientProtos.CoprocessorServiceCall.Builder ClientProtos.CoprocessorServiceCall.Builder.clearRequest()
          required bytes request = 4;
 ClientProtos.CoprocessorServiceCall.Builder ClientProtos.CoprocessorServiceCall.Builder.clearRow()
          required bytes row = 1;
 ClientProtos.CoprocessorServiceCall.Builder ClientProtos.CoprocessorServiceCall.Builder.clearServiceName()
          required string service_name = 2;
 ClientProtos.CoprocessorServiceCall.Builder ClientProtos.CoprocessorServiceCall.Builder.clone()
           
 ClientProtos.CoprocessorServiceCall.Builder ClientProtos.CoprocessorServiceRequest.Builder.getCallBuilder()
          required .CoprocessorServiceCall call = 2;
 ClientProtos.CoprocessorServiceCall.Builder ClientProtos.Action.Builder.getServiceCallBuilder()
          optional .CoprocessorServiceCall service_call = 4;
 ClientProtos.CoprocessorServiceCall.Builder ClientProtos.CoprocessorServiceCall.Builder.mergeFrom(ClientProtos.CoprocessorServiceCall other)
           
 ClientProtos.CoprocessorServiceCall.Builder ClientProtos.CoprocessorServiceCall.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ClientProtos.CoprocessorServiceCall.Builder ClientProtos.CoprocessorServiceCall.Builder.mergeFrom(com.google.protobuf.Message other)
           
static ClientProtos.CoprocessorServiceCall.Builder ClientProtos.CoprocessorServiceCall.newBuilder()
           
static ClientProtos.CoprocessorServiceCall.Builder ClientProtos.CoprocessorServiceCall.newBuilder(ClientProtos.CoprocessorServiceCall prototype)
           
 ClientProtos.CoprocessorServiceCall.Builder ClientProtos.CoprocessorServiceCall.newBuilderForType()
           
protected  ClientProtos.CoprocessorServiceCall.Builder ClientProtos.CoprocessorServiceCall.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 ClientProtos.CoprocessorServiceCall.Builder ClientProtos.CoprocessorServiceCall.Builder.setMethodName(String value)
          required string method_name = 3;
 ClientProtos.CoprocessorServiceCall.Builder ClientProtos.CoprocessorServiceCall.Builder.setMethodNameBytes(com.google.protobuf.ByteString value)
          required string method_name = 3;
 ClientProtos.CoprocessorServiceCall.Builder ClientProtos.CoprocessorServiceCall.Builder.setRequest(com.google.protobuf.ByteString value)
          required bytes request = 4;
 ClientProtos.CoprocessorServiceCall.Builder ClientProtos.CoprocessorServiceCall.Builder.setRow(com.google.protobuf.ByteString value)
          required bytes row = 1;
 ClientProtos.CoprocessorServiceCall.Builder ClientProtos.CoprocessorServiceCall.Builder.setServiceName(String value)
          required string service_name = 2;
 ClientProtos.CoprocessorServiceCall.Builder ClientProtos.CoprocessorServiceCall.Builder.setServiceNameBytes(com.google.protobuf.ByteString value)
          required string service_name = 2;
 ClientProtos.CoprocessorServiceCall.Builder ClientProtos.CoprocessorServiceCall.toBuilder()
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type ClientProtos.CoprocessorServiceCall.Builder
 ClientProtos.CoprocessorServiceRequest.Builder ClientProtos.CoprocessorServiceRequest.Builder.setCall(ClientProtos.CoprocessorServiceCall.Builder builderForValue)
          required .CoprocessorServiceCall call = 2;
 ClientProtos.Action.Builder ClientProtos.Action.Builder.setServiceCall(ClientProtos.CoprocessorServiceCall.Builder builderForValue)
          optional .CoprocessorServiceCall service_call = 4;
 



Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.