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
public abstract class StatusResponseBase extends AsyncSearchResponseBase
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classStatusResponseBase.AbstractBuilder<BuilderT extends StatusResponseBase.AbstractBuilder<BuilderT>> -
Constructor Summary
Constructors Modifier Constructor Description protectedStatusResponseBase(StatusResponseBase.AbstractBuilder<?> builder) -
Method Summary
Modifier and Type Method Description java.lang.IntegercompletionStatus()API name:completion_statusprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static <BuilderT extends StatusResponseBase.AbstractBuilder<BuilderT>>
voidsetupStatusResponseBaseDeserializer(ObjectDeserializer<BuilderT> op)ShardStatisticsshards()Required - API name:_shardsMethods inherited from class co.elastic.clients.elasticsearch.async_search.AsyncSearchResponseBase
expirationTimeInMillis, id, isPartial, isRunning, serialize, setupAsyncSearchResponseBaseDeserializer, startTimeInMillis, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
StatusResponseBase
-
-
Method Details
-
shards
Required - API name:_shards -
completionStatus
@Nullable public final java.lang.Integer completionStatus()API name:completion_status -
serializeInternal
- Overrides:
serializeInternalin classAsyncSearchResponseBase
-
setupStatusResponseBaseDeserializer
protected static <BuilderT extends StatusResponseBase.AbstractBuilder<BuilderT>> void setupStatusResponseBaseDeserializer(ObjectDeserializer<BuilderT> op)
-