Class SearchShardsResponse
java.lang.Object
co.elastic.clients.elasticsearch.core.SearchShardsResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<SearchShardsResponse>Json deserializer forSearchShardsResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal Map<String,ShardStoreIndex> indices()Required - API name:indicesfinal Map<String,SearchShardsNodeAttributes> nodes()Required - API name:nodesstatic SearchShardsResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidshards()Required - API name:shardstoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forSearchShardsResponse
-
-
Method Details
-
of
public static SearchShardsResponse of(Function<SearchShardsResponse.Builder, ObjectBuilder<SearchShardsResponse>> fn) -
nodes
Required - API name:nodes -
shards
Required - API name:shards -
indices
Required - API name:indices -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupSearchShardsResponseDeserializer
protected static void setupSearchShardsResponseDeserializer(ObjectDeserializer<SearchShardsResponse.Builder> op)
-