Class StreamsStatusRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.streams.StreamsStatusRequest
Get the status of streams.
Get the current status for all types of streams.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Endpoint<StreamsStatusRequest,StreamsStatusResponse, ErrorResponse> Endpoint "streams.status". -
Method Summary
Modifier and TypeMethodDescriptionfinal TimePeriod to wait for a connection to the master node.static StreamsStatusRequestMethods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Endpoint "streams.status".
-
-
Method Details
-
of
public static StreamsStatusRequest of(Function<StreamsStatusRequest.Builder, ObjectBuilder<StreamsStatusRequest>> fn) -
masterTimeout
Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.API name:
master_timeout
-