Class FielddataRequest


public class FielddataRequest extends CatRequestBase
Get field data cache information.

Get the amount of heap memory currently used by the field data cache on every data node in the cluster.

IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the nodes stats API.

See Also:
  • Field Details

  • Method Details

    • of

    • bytes

      @Nullable public final Bytes bytes()
      The unit used to display byte values.

      API name: bytes

    • fields

      public final List<String> fields()
      Comma-separated list of fields used to limit returned information. To retrieve all fields, omit this parameter.

      API name: fields

    • h

      public final List<String> h()
      List of columns to appear in the response. Supports simple wildcards.

      API name: h

    • s

      public final List<String> s()
      List of columns that determine how the table should be sorted. Sorting defaults to ascending and can be changed by setting :asc or :desc as a suffix to the column name.

      API name: s