Uses of Interface
org.apache.hadoop.hdfs.protocol.LayoutVersion.LayoutFeature
Packages that use LayoutVersion.LayoutFeature
Package
Description
-
Uses of LayoutVersion.LayoutFeature in org.apache.hadoop.hdfs.protocol
Classes in org.apache.hadoop.hdfs.protocol that implement LayoutVersion.LayoutFeatureModifier and TypeClassDescriptionstatic enumEnums for features that change the layout version before rolling upgrade is supported.Methods in org.apache.hadoop.hdfs.protocol that return LayoutVersion.LayoutFeatureMethods in org.apache.hadoop.hdfs.protocol with parameters of type LayoutVersion.LayoutFeatureModifier and TypeMethodDescriptionstatic intLayoutVersion.getCurrentLayoutVersion(LayoutVersion.LayoutFeature[] features) Get the current layout versionstatic intLayoutVersion.getMinimumCompatibleLayoutVersion(LayoutVersion.LayoutFeature[] features) Gets the minimum compatible layout version.LayoutVersion.getString(Map<Integer, SortedSet<LayoutVersion.LayoutFeature>> map, LayoutVersion.LayoutFeature[] values) Gets formatted string that describesLayoutVersioninformation.static booleanLayoutVersion.supports(Map<Integer, SortedSet<LayoutVersion.LayoutFeature>> map, LayoutVersion.LayoutFeature f, int lv) Returns true if a given feature is supported in the given layout versionstatic voidLayoutVersion.updateMap(Map<Integer, SortedSet<LayoutVersion.LayoutFeature>> map, LayoutVersion.LayoutFeature[] features) Method parameters in org.apache.hadoop.hdfs.protocol with type arguments of type LayoutVersion.LayoutFeatureModifier and TypeMethodDescriptionLayoutVersion.getString(Map<Integer, SortedSet<LayoutVersion.LayoutFeature>> map, LayoutVersion.LayoutFeature[] values) Gets formatted string that describesLayoutVersioninformation.static booleanLayoutVersion.supports(Map<Integer, SortedSet<LayoutVersion.LayoutFeature>> map, LayoutVersion.LayoutFeature f, int lv) Returns true if a given feature is supported in the given layout versionstatic voidLayoutVersion.updateMap(Map<Integer, SortedSet<LayoutVersion.LayoutFeature>> map, LayoutVersion.LayoutFeature[] features) Constructors in org.apache.hadoop.hdfs.protocol with parameters of type LayoutVersion.LayoutFeatureModifierConstructorDescriptionFeatureInfo(int lv, int ancestorLV, Integer minCompatLV, String description, boolean reserved, LayoutVersion.LayoutFeature... specialFeatures) FeatureInfo(int lv, int ancestorLV, String description, boolean reserved, LayoutVersion.LayoutFeature... specialFeatures) -
Uses of LayoutVersion.LayoutFeature in org.apache.hadoop.hdfs.server.common
Methods in org.apache.hadoop.hdfs.server.common that return types with arguments of type LayoutVersion.LayoutFeatureMethod parameters in org.apache.hadoop.hdfs.server.common with type arguments of type LayoutVersion.LayoutFeatureModifier and TypeMethodDescriptionbooleanStorageInfo.versionSupportsFederation(Map<Integer, SortedSet<LayoutVersion.LayoutFeature>> map) -
Uses of LayoutVersion.LayoutFeature in org.apache.hadoop.hdfs.server.datanode
Classes in org.apache.hadoop.hdfs.server.datanode that implement LayoutVersion.LayoutFeatureModifier and TypeClassDescriptionstatic enumEnums for features that change the layout version.Fields in org.apache.hadoop.hdfs.server.datanode with type parameters of type LayoutVersion.LayoutFeatureModifier and TypeFieldDescriptionstatic final Map<Integer,SortedSet<LayoutVersion.LayoutFeature>> DataNodeLayoutVersion.FEATURESBuild layout version and corresponding feature matrixMethods in org.apache.hadoop.hdfs.server.datanode that return types with arguments of type LayoutVersion.LayoutFeatureModifier and TypeMethodDescriptionstatic SortedSet<LayoutVersion.LayoutFeature>DataNodeLayoutVersion.getFeatures(int lv) Methods in org.apache.hadoop.hdfs.server.datanode with parameters of type LayoutVersion.LayoutFeatureModifier and TypeMethodDescriptionstatic booleanDataNodeLayoutVersion.supports(LayoutVersion.LayoutFeature f, int lv) -
Uses of LayoutVersion.LayoutFeature in org.apache.hadoop.hdfs.server.namenode
Classes in org.apache.hadoop.hdfs.server.namenode that implement LayoutVersion.LayoutFeatureModifier and TypeClassDescriptionstatic enumEnums for features that change the layout version.Fields in org.apache.hadoop.hdfs.server.namenode with type parameters of type LayoutVersion.LayoutFeatureModifier and TypeFieldDescriptionstatic final Map<Integer,SortedSet<LayoutVersion.LayoutFeature>> NameNodeLayoutVersion.FEATURESBuild layout version and corresponding feature matrixMethods in org.apache.hadoop.hdfs.server.namenode that return types with arguments of type LayoutVersion.LayoutFeatureModifier and TypeMethodDescriptionstatic SortedSet<LayoutVersion.LayoutFeature>NameNodeLayoutVersion.getFeatures(int lv) Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type LayoutVersion.LayoutFeatureModifier and TypeMethodDescriptionstatic booleanNameNodeLayoutVersion.supports(LayoutVersion.LayoutFeature f, int lv)