org.apache.hadoop.hbase.client.coprocessor
Class RowProcessorClient
java.lang.Object
org.apache.hadoop.hbase.client.coprocessor.RowProcessorClient
@InterfaceAudience.LimitedPrivate(value="Coprocesssor")
@InterfaceStability.Evolving
public class RowProcessorClient
- extends Object
Convenience class that is used to make RowProcessorEndpoint invocations.
For example usage, refer TestRowProcessorEndpoint
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RowProcessorClient
public RowProcessorClient()
getRowProcessorPB
public static <S extends com.google.protobuf.Message,T extends com.google.protobuf.Message> RowProcessorProtos.ProcessRequest getRowProcessorPB(RowProcessor<S,T> r)
throws IOException
- Throws:
IOException
Copyright © 2015 The Apache Software Foundation. All rights reserved.