| Package | Description |
|---|---|
| org.apache.hadoop.tools |
| Modifier and Type | Method | Description |
|---|---|---|
static TableListing.Justification |
TableListing.Justification.valueOf(java.lang.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 | Description |
|---|---|---|
TableListing.Builder |
TableListing.Builder.addField(java.lang.String title,
TableListing.Justification justification) |
|
TableListing.Builder |
TableListing.Builder.addField(java.lang.String title,
TableListing.Justification justification,
boolean wrap) |
Add a new field to the Table under construction.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.