org.apache.hadoop.hbase.ipc
Interface CoprocessorProtocol

All Superinterfaces:
VersionedProtocol
All Known Subinterfaces:
AggregateProtocol, BulkDeleteProtocol, MultiRowMutationProtocol
All Known Implementing Classes:
AggregateImplementation, BaseEndpointCoprocessor, BulkDeleteEndpoint, MultiRowMutationEndpoint

public interface CoprocessorProtocol
extends VersionedProtocol

All custom RPC protocols to be exported by Coprocessors must extend this interface.

Note that all callable methods must have a return type handled by HbaseObjectWritable.writeObject(java.io.DataOutput, Object, Class, org.apache.hadoop.conf.Configuration). That is:


Field Summary
static long VERSION
           
 
Method Summary
 
Methods inherited from interface org.apache.hadoop.hbase.ipc.VersionedProtocol
getProtocolSignature, getProtocolVersion
 

Field Detail

VERSION

static final long VERSION
See Also:
Constant Field Values


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