Class RowProcessorClient
java.lang.Object
org.apache.hadoop.hbase.client.coprocessor.RowProcessorClient
Convenience class that is used to make RowProcessorEndpoint invocations. For example usage, refer
TestRowProcessorEndpoint
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <S extends com.google.protobuf.Message,
T extends com.google.protobuf.Message>
org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.ProcessRequestgetRowProcessorPB
(RowProcessor<S, T> r)
-
Constructor Details
-
RowProcessorClient
public RowProcessorClient()
-
-
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
-