Uses of Class
org.apache.hadoop.tools.TableListing.Builder
Packages that use TableListing.Builder
-
Uses of TableListing.Builder in org.apache.hadoop.tools
Methods in org.apache.hadoop.tools that return TableListing.BuilderModifier and TypeMethodDescriptionTableListing.Builder.addField(String title, TableListing.Justification justification) TableListing.Builder.addField(String title, TableListing.Justification justification, boolean wrap) Add a new field to the Table under construction.TableListing.Builder.hideHeaders()Whether to hide column headers in table output.TableListing.Builder.showHeaders()Whether to show column headers in table output.TableListing.Builder.wrapWidth(int width) Set the maximum width of a row in the TableListing.