Class RestTable
java.lang.Object
org.elasticsearch.rest.action.cat.RestTable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic int[]
buildHelpWidths(Table table, RestRequest request)
static RestResponse
buildResponse(Table table, RestChannel channel)
static RestResponse
buildTextPlainResponse(Table table, RestChannel channel)
static RestResponse
buildXContentBuilder(Table table, RestChannel channel)
static void
pad(Table.Cell cell, int width, RestRequest request, UTF8StreamWriter out)
static void
pad(Table.Cell cell, int width, RestRequest request, UTF8StreamWriter out, boolean isLast)
-
Constructor Details
-
RestTable
public RestTable()
-
-
Method Details
-
buildResponse
- Throws:
Exception
-
buildXContentBuilder
- Throws:
Exception
-
buildTextPlainResponse
public static RestResponse buildTextPlainResponse(Table table, RestChannel channel) throws IOException- Throws:
IOException
-
buildHelpWidths
-
pad
public static void pad(Table.Cell cell, int width, RestRequest request, UTF8StreamWriter out) throws IOException- Throws:
IOException
-
pad
public static void pad(Table.Cell cell, int width, RestRequest request, UTF8StreamWriter out, boolean isLast) throws IOException- Throws:
IOException
-