Uses of Enum Class
org.apache.hadoop.hbase.http.log.TestLogLevel.Protocol
Packages that use TestLogLevel.Protocol
-
Uses of TestLogLevel.Protocol in org.apache.hadoop.hbase.http.log
Methods in org.apache.hadoop.hbase.http.log that return TestLogLevel.ProtocolModifier and TypeMethodDescriptionstatic TestLogLevel.ProtocolReturns the enum constant of this class with the specified name.static TestLogLevel.Protocol[]TestLogLevel.Protocol.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hbase.http.log with parameters of type TestLogLevel.ProtocolModifier and TypeMethodDescriptionprivate voidTestLogLevel.testGetLogLevel(TestLogLevel.Protocol protocol, boolean isSpnego, String loggerName, String expectedLevel) private voidTestLogLevel.testSetLogLevel(TestLogLevel.Protocol protocol, boolean isSpnego, String loggerName, String newLevel) private voidTestLogLevel.withLogLevelServer(TestLogLevel.Protocol protocol, boolean isSpnego, TestLogLevel.ThrowingConsumer consumer) Starts a LogLevel server and executes a client action against it.