Uses of Class
org.apache.hadoop.hbase.tool.Canary.RegionTask.TaskType

Packages that use Canary.RegionTask.TaskType
org.apache.hadoop.hbase.tool   
 

Uses of Canary.RegionTask.TaskType in org.apache.hadoop.hbase.tool
 

Methods in org.apache.hadoop.hbase.tool that return Canary.RegionTask.TaskType
static Canary.RegionTask.TaskType Canary.RegionTask.TaskType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Canary.RegionTask.TaskType[] Canary.RegionTask.TaskType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hbase.tool with parameters of type Canary.RegionTask.TaskType
static void Canary.sniff(HConnection connection, TableName tableName, Canary.RegionTask.TaskType taskType)
          Canary entry point for specified table.
 



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