Package org.apache.storm.logging
Class ThriftAccessLogger
java.lang.Object
org.apache.storm.logging.ThriftAccessLogger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
logAccess
(Integer requestId, InetAddress remoteAddress, Principal principal, String operation, String stormName, String accessResult) static void
logAccessFunction
(Integer requestId, InetAddress remoteAddress, Principal principal, String operation, String function)
-
Constructor Details
-
ThriftAccessLogger
public ThriftAccessLogger()
-
-
Method Details
-
logAccessFunction
public static void logAccessFunction(Integer requestId, InetAddress remoteAddress, Principal principal, String operation, String function) -
logAccess
-