Package org.apache.hadoop.hbase.thrift
Class TestThriftHttpServer
java.lang.Object
org.apache.hadoop.hbase.thrift.TestThriftHttpServerBase
org.apache.hadoop.hbase.thrift.TestThriftHttpServer
@Tag("org.apache.hadoop.hbase.testclassification.ClientTests") @Tag("org.apache.hadoop.hbase.testclassification.LargeTests")
public class TestThriftHttpServer
extends TestThriftHttpServerBase
Start the HBase Thrift HTTP server on a random port through the command-line interface and talk
to it from client side.
-
Field Summary
Fields inherited from class org.apache.hadoop.hbase.thrift.TestThriftHttpServerBase
tableCreated, TEST_UTIL -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.hadoop.hbase.thrift.TestThriftHttpServerBase
getThriftServerSupplier, runThriftServer, setUpBeforeClass, talkToThriftServer, tearDownAfterClass, testExceptionThrownWhenMisConfigured, testRunThriftServer, testRunThriftServerWithHeaderBufferLength
-
Constructor Details
-
TestThriftHttpServer
public TestThriftHttpServer()
-
-
Method Details