Uses of Interface
org.apache.hadoop.hbase.coprocessor.RpcCoprocessorEnvironment
Package
Description
Table of Contents
Tools to help define network clients and servers.
-
Uses of RpcCoprocessorEnvironment in org.apache.hadoop.hbase.coprocessor
Modifier and TypeMethodDescriptiondefault void
RpcObserver.postAuthorizeConnection
(ObserverContext<RpcCoprocessorEnvironment> ctx, String userName, X509Certificate[] clientCertificateChain) Called after successfully authorizing connectiondefault void
RpcObserver.preAuthorizeConnection
(ObserverContext<RpcCoprocessorEnvironment> ctx, org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.ConnectionHeader connectionHeader, InetAddress remoteAddr) Called before authorizing connection -
Uses of RpcCoprocessorEnvironment in org.apache.hadoop.hbase.ipc
Modifier and TypeMethodDescriptionRpcCoprocessorHost.createEnvironment
(RpcCoprocessor instance, int priority, int sequence, org.apache.hadoop.conf.Configuration conf)