Class ShardsRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.cat.CatRequestBase
co.elastic.clients.elasticsearch.cat.ShardsRequest
Get shard information.
Get information about the shards in a cluster. For data streams, the API returns information about the backing indices. IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications.
- 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<ShardsRequest,ShardsResponse, ErrorResponse> Endpoint "cat.shards". -
Method Summary
Modifier and TypeMethodDescriptionfinal Bytesbytes()The unit used to display byte values.h()List of columns to appear in the response.index()A comma-separated list of data streams, indices, and aliases used to limit the request.final TimeThe period to wait for a connection to the master node.static ShardsRequests()A comma-separated list of column names or aliases that determines the sort order.final TimeUnittime()The unit used to display time values.Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Endpoint "cat.shards".
-
-
Method Details
-
of
-
bytes
The unit used to display byte values.API name:
bytes -
h
List of columns to appear in the response. Supports simple wildcards.API name:
h -
index
A comma-separated list of data streams, indices, and aliases used to limit the request. Supports wildcards (*). To target all data streams and indices, omit this parameter or use*or_all.API name:
index -
masterTimeout
The period to wait for a connection to the master node.API name:
master_timeout -
s
A comma-separated list of column names or aliases that determines the sort order. Sorting defaults to ascending and can be changed by setting:ascor:descas a suffix to the column name.API name:
s -
time
The unit used to display time values.API name:
time
-