Class FlushSyncedResponse
java.lang.Object
co.elastic.clients.transport.endpoints.DictionaryResponse<String,ShardStatistics>
co.elastic.clients.elasticsearch.indices.FlushSyncedResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class FlushSyncedResponse
extends DictionaryResponse<String,ShardStatistics>
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.transport.endpoints.DictionaryResponse
DictionaryResponse.AbstractBuilder<TKey,TValue, BuilderT extends DictionaryResponse.AbstractBuilder<TKey, TValue, BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<FlushSyncedResponse>Json deserializer forFlushSyncedResponse -
Method Summary
Modifier and TypeMethodDescriptionstatic FlushSyncedResponseprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal ShardStatisticsshards()Required - API name:_shardsMethods inherited from class co.elastic.clients.transport.endpoints.DictionaryResponse
get, result, serialize, setupDictionaryResponseDeserializer, toString
-
Field Details
-
_DESERIALIZER
Json deserializer forFlushSyncedResponse
-
-
Method Details
-
of
public static FlushSyncedResponse of(Function<FlushSyncedResponse.Builder, ObjectBuilder<FlushSyncedResponse>> fn) -
shards
Required - API name:_shards -
serializeInternal
- Overrides:
serializeInternalin classDictionaryResponse<String,ShardStatistics>
-
setupFlushSyncedResponseDeserializer
protected static void setupFlushSyncedResponseDeserializer(ObjectDeserializer<FlushSyncedResponse.Builder> op)
-