|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.hdfs.protocol.LayoutVersion.FeatureInfo
public static class LayoutVersion.FeatureInfo
Feature information.
Constructor Summary | |
---|---|
LayoutVersion.FeatureInfo(int lv,
int ancestorLV,
String description,
boolean reserved,
LayoutVersion.LayoutFeature... specialFeatures)
|
Method Summary | |
---|---|
int |
getAncestorLayoutVersion()
Accessor method for feature ancestor layout version |
String |
getDescription()
Accessor method for feature description |
int |
getLayoutVersion()
Accessor method for feature layout version |
LayoutVersion.LayoutFeature[] |
getSpecialFeatures()
|
boolean |
isReservedForOldRelease()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LayoutVersion.FeatureInfo(int lv, int ancestorLV, String description, boolean reserved, LayoutVersion.LayoutFeature... specialFeatures)
Method Detail |
---|
public int getLayoutVersion()
public int getAncestorLayoutVersion()
public String getDescription()
public boolean isReservedForOldRelease()
public LayoutVersion.LayoutFeature[] getSpecialFeatures()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |