org.apache.hadoop.hbase.coprocessor
Interface SingletonCoprocessorService


@InterfaceAudience.LimitedPrivate(value="Coprocesssor")
@InterfaceStability.Evolving
public interface SingletonCoprocessorService

Coprocessor endpoints registered once per server and 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.