Uses of Class
org.apache.hadoop.hbase.regionserver.DeleteTracker.DeleteCompare

Packages that use DeleteTracker.DeleteCompare
org.apache.hadoop.hbase.regionserver   
 

Uses of DeleteTracker.DeleteCompare in org.apache.hadoop.hbase.regionserver
 

Methods in org.apache.hadoop.hbase.regionserver that return DeleteTracker.DeleteCompare
protected  DeleteTracker.DeleteCompare GetDeleteTracker.compareDeletes(GetDeleteTracker.Delete oldDelete, GetDeleteTracker.Delete newDelete)
           
static DeleteTracker.DeleteCompare DeleteTracker.DeleteCompare.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DeleteTracker.DeleteCompare[] DeleteTracker.DeleteCompare.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2010 The Apache Software Foundation