Package | Description |
---|---|
org.elasticsearch.common | |
org.elasticsearch.rest.action.cat | |
org.elasticsearch.rest.action.support |
Modifier and Type | Method and Description |
---|---|
Table |
Table.addCell(Object value) |
Table |
Table.addCell(Object value,
String attributes) |
Table |
Table.endHeaders() |
Table |
Table.endRow() |
Table |
Table.endRow(boolean check) |
Table |
Table.startHeaders() |
Table |
Table.startRow() |
Modifier and Type | Method and Description |
---|---|
Table |
RestRecoveryAction.buildRecoveryTable(RestRequest request,
RecoveryResponse response)
buildRecoveryTable will build a table of recovery information suitable
for displaying at the command line.
|
Modifier and Type | Method and Description |
---|---|
static int[] |
RestTable.buildHelpWidths(Table table,
RestRequest request) |
static RestResponse |
RestTable.buildResponse(Table table,
RestChannel channel) |
static RestResponse |
RestTable.buildTextPlainResponse(Table table,
RestChannel channel) |
static RestResponse |
RestTable.buildXContentBuilder(Table table,
RestChannel channel) |
Copyright © 2009–2015. All rights reserved.