org.apache.hadoop.hbase.coprocessor
Interface CoprocessorService

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

@InterfaceAudience.LimitedPrivate(value="Coprocesssor")
@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 © 2007–2015 The Apache Software Foundation. All rights reserved.