Uses of Interface
org.apache.hadoop.hbase.ipc.CoprocessorRpcChannel
Packages that use CoprocessorRpcChannel
Package
Description
Provides HBase Client
-
Uses of CoprocessorRpcChannel in org.apache.hadoop.hbase.client
Classes in org.apache.hadoop.hbase.client that implement CoprocessorRpcChannelModifier 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
Methods in org.apache.hadoop.hbase.client that return CoprocessorRpcChannelModifier 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
Methods in org.apache.hadoop.hbase.thrift2.client that return CoprocessorRpcChannelModifier and TypeMethodDescriptionThriftAdmin.coprocessorService()
ThriftAdmin.coprocessorService
(ServerName serverName) ThriftTable.coprocessorService
(byte[] row)