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

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

@InterfaceAudience.Public
@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.RowProcessorRequest
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.RowProcessorRequest getRowProcessorPB(RowProcessor<S,T> r)
                                                                throws IOException
Throws:
IOException


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.