Interface CoprocessorService


@Deprecated @LimitedPrivate("Coprocesssor") @Evolving public interface CoprocessorService
Deprecated.
Since 2.0. Will be removed in 3.0
Coprocessor endpoints providing protobuf services should implement this interface and return the Service instance via getService().
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.hbase.thirdparty.com.google.protobuf.Service
    Deprecated.
     
  • Method Details

    • getService

      org.apache.hbase.thirdparty.com.google.protobuf.Service getService()
      Deprecated.