Uses of Interface
org.apache.hadoop.hdfs.protocol.LayoutVersion.LayoutFeature

Packages that use LayoutVersion.LayoutFeature
org.apache.hadoop.hdfs.protocol   
org.apache.hadoop.hdfs.server.datanode   
org.apache.hadoop.hdfs.server.namenode   
 

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

Classes in org.apache.hadoop.hdfs.protocol that implement LayoutVersion.LayoutFeature
static class LayoutVersion.Feature
          Enums for features that change the layout version before rolling upgrade is supported.
 

Methods in org.apache.hadoop.hdfs.protocol that return LayoutVersion.LayoutFeature
 LayoutVersion.LayoutFeature[] LayoutVersion.FeatureInfo.getSpecialFeatures()
           
 

Constructors in org.apache.hadoop.hdfs.protocol with parameters of type LayoutVersion.LayoutFeature
LayoutVersion.FeatureInfo(int lv, int ancestorLV, String description, boolean reserved, LayoutVersion.LayoutFeature... specialFeatures)
           
 

Uses of LayoutVersion.LayoutFeature in org.apache.hadoop.hdfs.server.datanode
 

Classes in org.apache.hadoop.hdfs.server.datanode that implement LayoutVersion.LayoutFeature
static class DataNodeLayoutVersion.Feature
          Enums for features that change the layout version.
 

Uses of LayoutVersion.LayoutFeature in org.apache.hadoop.hdfs.server.namenode
 

Classes in org.apache.hadoop.hdfs.server.namenode that implement LayoutVersion.LayoutFeature
static class NameNodeLayoutVersion.Feature
          Enums for features that change the layout version.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.