Class TestResultScannerTracing.Setup

java.lang.Object
org.junit.rules.ExternalResource
org.apache.hadoop.hbase.client.TestResultScannerTracing.Setup
All Implemented Interfaces:
org.junit.rules.TestRule
Enclosing class:
TestResultScannerTracing

private static final class TestResultScannerTracing.Setup extends org.junit.rules.ExternalResource
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private org.apache.hadoop.hbase.client.Connection
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
    protected void
     

    Methods inherited from class org.junit.rules.ExternalResource

    apply

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • conn

      private org.apache.hadoop.hbase.client.Connection conn
  • Constructor Details

  • Method Details

    • before

      protected void before() throws Throwable
      Overrides:
      before in class org.junit.rules.ExternalResource
      Throws:
      Throwable
    • after

      protected void after()
      Overrides:
      after in class org.junit.rules.ExternalResource