Class TestBlockEvictionFromClient.GetThread

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

private static class TestBlockEvictionFromClient.GetThread extends Thread
  • Field Details

    • table

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

      private final boolean tracker
    • multipleCFs

      private final boolean multipleCFs
  • Constructor Details

    • GetThread

      public GetThread(org.apache.hadoop.hbase.client.Table table, boolean tracker, boolean multipleCFs)
  • Method Details