Uses of Class
org.apache.hadoop.hdfs.protocol.LayoutVersion.Feature

Packages that use LayoutVersion.Feature
org.apache.hadoop.hdfs.protocol   
 

Uses of LayoutVersion.Feature in org.apache.hadoop.hdfs.protocol
 

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

Methods in org.apache.hadoop.hdfs.protocol with parameters of type LayoutVersion.Feature
static boolean LayoutVersion.supports(LayoutVersion.Feature f, int lv)
          Returns true if a given feature is supported in the given layout version
 



Copyright © 2009 The Apache Software Foundation