Package | Description |
---|---|
org.elasticsearch.common | |
org.elasticsearch.rest.action.support |
Modifier and Type | Method and Description |
---|---|
Table.Cell |
Table.findHeaderByName(String header) |
Modifier and Type | Method and Description |
---|---|
Map<String,List<Table.Cell>> |
Table.getAsMap() |
Map<String,Table.Cell> |
Table.getHeaderMap() |
List<Table.Cell> |
Table.getHeaders() |
List<List<Table.Cell>> |
Table.getRows() |
Constructor and Description |
---|
Cell(Object value,
Table.Cell other) |
Modifier and Type | Method and Description |
---|---|
static void |
RestTable.pad(Table.Cell cell,
int width,
RestRequest request,
UTF8StreamWriter out) |
Copyright © 2009–2015. All rights reserved.