org.apache.hadoop.hbase.coprocessor
Interface CoprocessorService

All Known Implementing Classes:
AccessController, BaseRowProcessorEndpoint, BulkDeleteEndpoint, MultiRowMutationEndpoint, RowCountEndpoint, SecureBulkLoadEndpoint, TokenProvider

@InterfaceAudience.Public
@InterfaceStability.Evolving
public interface CoprocessorService

Coprocessor endpoints providing protobuf services should implement this interface and return the Service instance via getService().


Method Summary
 com.google.protobuf.Service getService()
           
 

Method Detail

getService

com.google.protobuf.Service getService()


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