Class AllocationRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.cat.CatRequestBase
co.elastic.clients.elasticsearch.cat.AllocationRequest
Provides a snapshot of the number of shards allocated to each data node and
their disk space. 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<AllocationRequest,AllocationResponse, ErrorResponse> Endpoint "cat.allocation". -
Method Summary
Modifier and TypeMethodDescriptionfinal Bytesbytes()The unit used to display byte values.nodeId()Comma-separated list of node identifiers or names used to limit the returned information.static AllocationRequestMethods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Endpoint "cat.allocation".
-
-
Method Details
-
of
public static AllocationRequest of(Function<AllocationRequest.Builder, ObjectBuilder<AllocationRequest>> fn) -
bytes
The unit used to display byte values.API name:
bytes -
nodeId
Comma-separated list of node identifiers or names used to limit the returned information.API name:
node_id
-