Uses of Interface
org.apache.hadoop.hbase.ipc.CoprocessorRpcChannel

Packages that use org.apache.hadoop.hbase.ipc.CoprocessorRpcChannel
Package
Description
Provides HBase Client
  • Uses of org.apache.hadoop.hbase.ipc.CoprocessorRpcChannel in org.apache.hadoop.hbase.client

    Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.ipc.CoprocessorRpcChannel in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.ipc.CoprocessorRpcChannel
    Admin.coprocessorService()
    Deprecated.
    since 3.0.0, will removed in 4.0.0.
    org.apache.hadoop.hbase.ipc.CoprocessorRpcChannel
    Admin.coprocessorService(org.apache.hadoop.hbase.ServerName serverName)
    Deprecated.
    since 3.0.0, will removed in 4.0.0.
    default org.apache.hadoop.hbase.ipc.CoprocessorRpcChannel
    Table.coprocessorService(byte[] row)
    Deprecated.
    since 3.0.0, will removed in 4.0.0.