|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TableListing.Builder | |
|---|---|
| org.apache.hadoop.hdfs.tools | |
| Uses of TableListing.Builder in org.apache.hadoop.hdfs.tools |
|---|
| Methods in org.apache.hadoop.hdfs.tools that return TableListing.Builder | |
|---|---|
TableListing.Builder |
TableListing.Builder.addField(String title)
|
TableListing.Builder |
TableListing.Builder.addField(String title,
boolean wrap)
|
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. |
TableListing.Builder |
TableListing.Builder.hideHeaders()
Whether to hide column headers in table output |
TableListing.Builder |
TableListing.Builder.showHeaders()
Whether to show column headers in table output. |
TableListing.Builder |
TableListing.Builder.wrapWidth(int width)
Set the maximum width of a row in the TableListing. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||