Class FlushSyncedResponse
java.lang.Object
co.elastic.clients.transport.endpoints.DictionaryResponse<java.lang.String,ShardStatistics>
co.elastic.clients.elasticsearch.indices.FlushSyncedResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class FlushSyncedResponse extends DictionaryResponse<java.lang.String,ShardStatistics>
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFlushSyncedResponse.BuilderBuilder forFlushSyncedResponse.Nested classes/interfaces inherited from class co.elastic.clients.transport.endpoints.DictionaryResponse
DictionaryResponse.AbstractBuilder<TKey,TValue,BuilderT extends DictionaryResponse.AbstractBuilder<TKey,TValue,BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<FlushSyncedResponse>_DESERIALIZERJson deserializer forFlushSyncedResponse -
Method Summary
Modifier and Type Method Description static FlushSyncedResponseof(java.util.function.Function<FlushSyncedResponse.Builder,ObjectBuilder<FlushSyncedResponse>> fn)protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupFlushSyncedResponseDeserializer(ObjectDeserializer<FlushSyncedResponse.Builder> op)ShardStatisticsshards()Required - API name:_shardsMethods inherited from class co.elastic.clients.transport.endpoints.DictionaryResponse
get, result, serialize, setupDictionaryResponseDeserializerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forFlushSyncedResponse
-
-
Method Details
-
of
public static FlushSyncedResponse of(java.util.function.Function<FlushSyncedResponse.Builder,ObjectBuilder<FlushSyncedResponse>> fn) -
shards
Required - API name:_shards -
serializeInternal
- Overrides:
serializeInternalin classDictionaryResponse<java.lang.String,ShardStatistics>
-
setupFlushSyncedResponseDeserializer
protected static void setupFlushSyncedResponseDeserializer(ObjectDeserializer<FlushSyncedResponse.Builder> op)
-