Uses of Interface
org.apache.hadoop.hbase.coprocessor.RpcCoprocessorEnvironment
Packages that use RpcCoprocessorEnvironment
Package
Description
Table of Contents
Tools to help define network clients and servers.
-
Uses of RpcCoprocessorEnvironment in org.apache.hadoop.hbase.coprocessor
Method parameters in org.apache.hadoop.hbase.coprocessor with type arguments of type RpcCoprocessorEnvironmentModifier and TypeMethodDescriptiondefault voidRpcObserver.postAuthorizeConnection(ObserverContext<RpcCoprocessorEnvironment> ctx, String userName, X509Certificate[] clientCertificateChain) Called after successfully authorizing connectiondefault voidRpcObserver.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
Classes in org.apache.hadoop.hbase.ipc that implement RpcCoprocessorEnvironmentMethods in org.apache.hadoop.hbase.ipc that return RpcCoprocessorEnvironmentModifier and TypeMethodDescriptionRpcCoprocessorHost.createEnvironment(RpcCoprocessor instance, int priority, int sequence, org.apache.hadoop.conf.Configuration conf)