Uses of Interface
org.apache.hadoop.hbase.ipc.CoprocessorRpcChannel
Package
Description
Provides HBase Client
-
Uses of CoprocessorRpcChannel in org.apache.hadoop.hbase.client
Modifier and TypeClassDescriptionprivate static final class
(package private) class
Deprecated.Please stop using this class again, as it is too low level, which is part of the rpc framework for HBase.private static final class
Modifier and TypeMethodDescriptionAdmin.coprocessorService()
Deprecated.since 3.0.0, will removed in 4.0.0.Admin.coprocessorService
(ServerName serverName) Deprecated.since 3.0.0, will removed in 4.0.0.AdminOverAsyncAdmin.coprocessorService()
AdminOverAsyncAdmin.coprocessorService
(ServerName serverName) default CoprocessorRpcChannel
Table.coprocessorService
(byte[] row) Deprecated.since 3.0.0, will removed in 4.0.0. -
Uses of CoprocessorRpcChannel in org.apache.hadoop.hbase.thrift2.client
Modifier and TypeMethodDescriptionThriftAdmin.coprocessorService()
ThriftAdmin.coprocessorService
(ServerName serverName) ThriftTable.coprocessorService
(byte[] row)