org.apache.hadoop.hbase.client.coprocessor
Class RowProcessorClient

java.lang.Object
  extended by 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


Constructor Summary
RowProcessorClient()
           
 
Method Summary
static
<S extends com.google.protobuf.Message,T extends com.google.protobuf.Message>
RowProcessorProtos.ProcessRequest
getRowProcessorPB(RowProcessor<S,T> r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowProcessorClient

public RowProcessorClient()
Method Detail

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 © 2007–2015 The Apache Software Foundation. All rights reserved.