Uses of Class
org.apache.hadoop.hdfs.util.Diff.ListType

Packages that use Diff.ListType
org.apache.hadoop.hdfs.util   
 

Uses of Diff.ListType in org.apache.hadoop.hdfs.util
 

Methods in org.apache.hadoop.hdfs.util that return Diff.ListType
static Diff.ListType Diff.ListType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Diff.ListType[] Diff.ListType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hdfs.util with parameters of type Diff.ListType
 List<E> Diff.getList(Diff.ListType type)
           
 E Diff.search(Diff.ListType type, K name)
           
 int Diff.searchIndex(Diff.ListType type, K name)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.