Uses of Class
org.apache.hadoop.ipc.CallerContext
Packages that use CallerContext
Package
Description
Tools to help define network clients and servers.
-
Uses of CallerContext in org.apache.hadoop.hdfs.server.namenode
Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type CallerContextModifier and TypeMethodDescriptionabstract voidDefaultAuditLogger.logAuditEvent(boolean succeeded, String userName, InetAddress addr, String cmd, String src, String dst, FileStatus status, CallerContext callerContext, UserGroupInformation ugi, org.apache.hadoop.hdfs.security.token.delegation.DelegationTokenSecretManager dtSecretManager) abstract voidHdfsAuditLogger.logAuditEvent(boolean succeeded, String userName, InetAddress addr, String cmd, String src, String dst, FileStatus stat, CallerContext callerContext, UserGroupInformation ugi, org.apache.hadoop.hdfs.security.token.delegation.DelegationTokenSecretManager dtSecretManager) Same asHdfsAuditLogger.logAuditEvent(boolean, String, InetAddress, String, String, String, FileStatus)with additional parameters related to logging delegation token tracking IDs. -
Uses of CallerContext in org.apache.hadoop.ipc
Methods in org.apache.hadoop.ipc that return CallerContextMethods in org.apache.hadoop.ipc with parameters of type CallerContextModifier and TypeMethodDescriptionstatic voidCallerContext.setCurrent(CallerContext callerContext)