Class FielddataRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.cat.CatRequestBase
co.elastic.clients.elasticsearch.cat.FielddataRequest
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:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch.cat.CatRequestBase
CatRequestBase.AbstractBuilder<BuilderT extends CatRequestBase.AbstractBuilder<BuilderT>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Endpoint<FielddataRequest,
FielddataResponse, ErrorResponse> Endpoint "cat.fielddata
". -
Method Summary
Modifier and TypeMethodDescriptionfinal Bytes
bytes()
The unit used to display byte values.fields()
Comma-separated list of fields used to limit returned information.static FielddataRequest
Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Endpoint "cat.fielddata
".
-
-
Method Details
-
of
public static FielddataRequest of(Function<FielddataRequest.Builder, ObjectBuilder<FielddataRequest>> fn) -
bytes
The unit used to display byte values.API name:
bytes
-
fields
Comma-separated list of fields used to limit returned information. To retrieve all fields, omit this parameter.API name:
fields
-