public interface TableMetadataFormatter
Modifier and Type | Method and Description |
---|---|
TableView |
formatTable(LogicalTable logicalTable,
javax.ws.rs.core.UriInfo uriInfo)
Get a representation of a table and underlying information.
|
TableGrainView |
formatTableGrain(LogicalTable logicalTable,
String grain,
javax.ws.rs.core.UriInfo uriInfo)
Get a representation of a table at grain level.
|
List<TableView> |
formatTables(Set<LogicalTable> logicalTableList,
javax.ws.rs.core.UriInfo uriInfo)
Get a list of TableViews which have a complete view of all the tables and underlying information.
|
List<TableView> formatTables(Set<LogicalTable> logicalTableList, javax.ws.rs.core.UriInfo uriInfo)
logicalTableList
- List of logical tablesuriInfo
- Uri information to construct the uri'sTableView formatTable(LogicalTable logicalTable, javax.ws.rs.core.UriInfo uriInfo)
logicalTable
- Logical TableuriInfo
- Uri information to construct the uri'sTableGrainView formatTableGrain(LogicalTable logicalTable, String grain, javax.ws.rs.core.UriInfo uriInfo)
logicalTable
- Logical Tablegrain
- Table grainuriInfo
- Uri information to construct the uri'sCopyright © 2016–2018 Yahoo! Inc.. All rights reserved.