|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TableListing.Justification | |
|---|---|
| org.apache.hadoop.hdfs.tools | |
| Uses of TableListing.Justification in org.apache.hadoop.hdfs.tools |
|---|
| Methods in org.apache.hadoop.hdfs.tools that return TableListing.Justification | |
|---|---|
static TableListing.Justification |
TableListing.Justification.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TableListing.Justification[] |
TableListing.Justification.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.apache.hadoop.hdfs.tools with parameters of type TableListing.Justification | |
|---|---|
TableListing.Builder |
TableListing.Builder.addField(String title,
TableListing.Justification justification)
|
TableListing.Builder |
TableListing.Builder.addField(String title,
TableListing.Justification justification,
boolean wrap)
Add a new field to the Table under construction. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||