Uses of Interface
org.apache.hadoop.hbase.coprocessor.RpcCoprocessorEnvironment
Packages that use org.apache.hadoop.hbase.coprocessor.RpcCoprocessorEnvironment
Package
Description
Table of Contents
Tools to help define network clients and servers.
-
Uses of org.apache.hadoop.hbase.coprocessor.RpcCoprocessorEnvironment in org.apache.hadoop.hbase.coprocessor
Method parameters in org.apache.hadoop.hbase.coprocessor with type arguments of type org.apache.hadoop.hbase.coprocessor.RpcCoprocessorEnvironment in inModifier and TypeMethodDescriptiondefault voidRpcObserver.postAuthorizeConnection(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.RpcCoprocessorEnvironment> ctx, String userName, X509Certificate[] clientCertificateChain) Called after successfully authorizing connectiondefault voidRpcObserver.preAuthorizeConnection(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.RpcCoprocessorEnvironment> ctx, org.apache.hadoop.hbase.shaded.protobuf.generated.RPCProtos.ConnectionHeader connectionHeader, InetAddress remoteAddr) Called before authorizing connection -
Uses of org.apache.hadoop.hbase.coprocessor.RpcCoprocessorEnvironment in org.apache.hadoop.hbase.ipc
Methods in org.apache.hadoop.hbase.ipc that return org.apache.hadoop.hbase.coprocessor.RpcCoprocessorEnvironment in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.coprocessor.RpcCoprocessorEnvironmentRpcCoprocessorHost.createEnvironment(org.apache.hadoop.hbase.coprocessor.RpcCoprocessor instance, int priority, int sequence, org.apache.hadoop.conf.Configuration conf)