Package org.apache.hadoop.hbase.http.jmx
Class TestJMXJsonServlet
java.lang.Object
org.apache.hadoop.hbase.http.HttpServerFunctionalTest
org.apache.hadoop.hbase.http.jmx.TestJMXJsonServlet
-
Field Summary
Modifier and TypeFieldDescriptionprivate static URL
static final HBaseClassTestRule
private static final org.slf4j.Logger
private static org.apache.hadoop.hbase.http.HttpServer
Fields inherited from class org.apache.hadoop.hbase.http.HttpServerFunctionalTest
TEST_BUILD_WEBAPPS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
assertNotFind
(String re, String value) static void
assertReFind
(String re, String value) static void
cleanup()
static void
setup()
void
void
void
void
void
Methods inherited from class org.apache.hadoop.hbase.http.HttpServerFunctionalTest
access, createAndStartTestServer, createServer, createServer, createServer, createServer, createServer, createTestServer, createTestServer, createTestServer, createTestServer, createTestServerWithSecurity, createTestServerWithSecurityAndAcl, deleteRecursively, getFreePort, getServerURL, prepareTestWebapp, readOutput, stop
-
Field Details
-
CLASS_RULE
-
LOG
-
server
-
baseUrl
-
-
Constructor Details
-
TestJMXJsonServlet
public TestJMXJsonServlet()
-
-
Method Details