Class RowProcessorClient

java.lang.Object
org.apache.hadoop.hbase.client.coprocessor.RowProcessorClient

@LimitedPrivate("Coprocesssor") @Evolving public class RowProcessorClient extends Object
Convenience class that is used to make RowProcessorEndpoint invocations. For example usage, refer TestRowProcessorEndpoint
  • Constructor Details

  • Method Details

    • getRowProcessorPB

      public static <S extends com.google.protobuf.Message, T extends com.google.protobuf.Message> org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.ProcessRequest getRowProcessorPB(RowProcessor<S,T> r) throws IOException
      Throws:
      IOException