Class StatusResponseBase
java.lang.Object
co.elastic.clients.elasticsearch.async_search.AsyncSearchResponseBase
co.elastic.clients.elasticsearch.async_search.status.StatusResponseBase
- All Implemented Interfaces:
JsonpSerializable
- Direct Known Subclasses:
AsyncSearchStatusResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedStatusResponseBase(StatusResponseBase.AbstractBuilder<?> builder) -
Method Summary
Modifier and TypeMethodDescriptionfinal IntegerAPI name:completion_statusprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static <BuilderT extends StatusResponseBase.AbstractBuilder<BuilderT>>
voidsetupStatusResponseBaseDeserializer(ObjectDeserializer<BuilderT> op) final ShardStatisticsshards()Required - API name:_shardsMethods inherited from class co.elastic.clients.elasticsearch.async_search.AsyncSearchResponseBase
expirationTime, expirationTimeInMillis, id, isPartial, isRunning, serialize, setupAsyncSearchResponseBaseDeserializer, startTime, startTimeInMillis, toString
-
Constructor Details
-
StatusResponseBase
-
-
Method Details
-
shards
Required - API name:_shards -
completionStatus
API name:completion_status -
serializeInternal
- Overrides:
serializeInternalin classAsyncSearchResponseBase
-
setupStatusResponseBaseDeserializer
protected static <BuilderT extends StatusResponseBase.AbstractBuilder<BuilderT>> void setupStatusResponseBaseDeserializer(ObjectDeserializer<BuilderT> op)
-