Package | Description |
---|---|
org.apache.hadoop.tools |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2019 Apache Software Foundation. All Rights Reserved.