Class TestBlockEvictionFromClient.ScanThread

java.lang.Object
java.lang.Thread
org.apache.hadoop.hbase.client.TestBlockEvictionFromClient.ScanThread
All Implemented Interfaces:
Runnable
Enclosing class:
TestBlockEvictionFromClient

private static class TestBlockEvictionFromClient.ScanThread extends Thread
  • Field Details

    • table

      private final org.apache.hadoop.hbase.client.Table table
    • reverse

      private final boolean reverse
  • Constructor Details

    • ScanThread

      public ScanThread(org.apache.hadoop.hbase.client.Table table, boolean reverse)
  • Method Details