org.apache.hadoop.hbase.tool
Class Canary.RegionTask

java.lang.Object
  extended by org.apache.hadoop.hbase.tool.Canary.RegionTask
All Implemented Interfaces:
Callable<Void>
Enclosing class:
Canary

public static class Canary.RegionTask
extends Object
implements Callable<Void>

For each column family of the region tries to get one row and outputs the latency, or the failure.


Nested Class Summary
static class Canary.RegionTask.TaskType
           
 
Method Summary
 Void call()
           
 Void read()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

call

public Void call()
Specified by:
call in interface Callable<Void>

read

public Void read()


Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.