Uses of Enum Class
org.apache.hadoop.tools.TableListing.Justification
Packages that use TableListing.Justification
-
Uses of TableListing.Justification in org.apache.hadoop.tools
Methods in org.apache.hadoop.tools that return TableListing.JustificationModifier and TypeMethodDescriptionstatic TableListing.JustificationReturns the enum constant of this class with the specified name.static TableListing.Justification[]TableListing.Justification.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.tools with parameters of type TableListing.JustificationModifier 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.