@InterfaceAudience.Private public final class CoprocessorRpcUtils extends Object
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.hbase.protobuf.generated.ClientProtos.CoprocessorServiceCall |
buildServiceCall(byte[] row,
com.google.protobuf.Descriptors.MethodDescriptor method,
com.google.protobuf.Message request)
Returns a service call instance for the given coprocessor request.
|
static String |
getServiceName(com.google.protobuf.Descriptors.ServiceDescriptor service)
Returns the name to use for coprocessor service calls.
|
public static String getServiceName(com.google.protobuf.Descriptors.ServiceDescriptor service)
public static org.apache.hadoop.hbase.protobuf.generated.ClientProtos.CoprocessorServiceCall buildServiceCall(byte[] row, com.google.protobuf.Descriptors.MethodDescriptor method, com.google.protobuf.Message request)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.