Class GetTransformStatsRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.transform.GetTransformStatsRequest
- All Implemented Interfaces:
ElasticsearchCommonRequest
public final class GetTransformStatsRequest extends RequestBase
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetTransformStatsRequest.Builder
Builder forGetTransformStatsRequest
.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>
-
Field Summary
Fields Modifier and Type Field Description static Endpoint<GetTransformStatsRequest,GetTransformStatsResponse,ElasticsearchError>
ENDPOINT
Endpoint "transform.get_transform_stats
". -
Constructor Summary
Constructors Constructor Description GetTransformStatsRequest(GetTransformStatsRequest.Builder builder)
GetTransformStatsRequest(java.util.function.Function<GetTransformStatsRequest.Builder,GetTransformStatsRequest.Builder> fn)
-
Method Summary
Modifier and Type Method Description java.lang.Boolean
allowNoMatch()
Whether to ignore if a wildcard expression matches no transforms.java.lang.Long
from()
skips a number of transform stats, defaults to 0java.lang.Long
size()
specifies a max number of transform stats to get, defaults to 100java.lang.String
transformId()
The id of the transform for which to get stats.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ENDPOINT
public static final Endpoint<GetTransformStatsRequest,GetTransformStatsResponse,ElasticsearchError> ENDPOINTEndpoint "transform.get_transform_stats
".
-
-
Constructor Details
-
GetTransformStatsRequest
-
GetTransformStatsRequest
public GetTransformStatsRequest(java.util.function.Function<GetTransformStatsRequest.Builder,GetTransformStatsRequest.Builder> fn)
-
-
Method Details
-
transformId
public java.lang.String transformId()The id of the transform for which to get stats. '_all' or '*' implies all transformsAPI name:
transform_id
-
allowNoMatch
@Nullable public java.lang.Boolean allowNoMatch()Whether to ignore if a wildcard expression matches no transforms. (This includes_all
string or when no transforms have been specified)API name:
allow_no_match
-
from
@Nullable public java.lang.Long from()skips a number of transform stats, defaults to 0API name:
from
-
size
@Nullable public java.lang.Long size()specifies a max number of transform stats to get, defaults to 100API name:
size
-