Package org.apache.hadoop.ipc
Class CallerContext
java.lang.Object
org.apache.hadoop.ipc.CallerContext
A class defining the caller context for auditing coarse granularity
operations.
This class is immutable.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classorg.apache.hadoop.ipc.CallerContext.BuilderThe caller context builder. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic CallerContextbyte[]inthashCode()booleanisContextValid()static voidsetCurrent(CallerContext callerContext) toString()
-
Field Details
-
SIGNATURE_ENCODING
-
CLIENT_IP_STR
- See Also:
-
CLIENT_PORT_STR
- See Also:
-
CLIENT_ID_STR
- See Also:
-
CLIENT_CALL_ID_STR
- See Also:
-
REAL_USER_STR
- See Also:
-
PROXY_USER_PORT
- See Also:
-
-
Method Details