Class IndicesShardStores
java.lang.Object
co.elastic.clients.elasticsearch.indices.shard_stores.IndicesShardStores
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class IndicesShardStores extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndicesShardStores.BuilderBuilder forIndicesShardStores. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<IndicesShardStores>_DESERIALIZERJson deserializer forIndicesShardStores -
Constructor Summary
Constructors Constructor Description IndicesShardStores(IndicesShardStores.Builder builder)IndicesShardStores(java.util.function.Function<IndicesShardStores.Builder,IndicesShardStores.Builder> fn) -
Method Summary
Modifier and Type Method Description voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupIndicesShardStoresDeserializer(DelegatingDeserializer<IndicesShardStores.Builder> op)java.util.Map<java.lang.String,ShardStoreWrapper>shards()Required - API name:shardsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forIndicesShardStores
-
-
Constructor Details
-
IndicesShardStores
-
IndicesShardStores
public IndicesShardStores(java.util.function.Function<IndicesShardStores.Builder,IndicesShardStores.Builder> fn)
-
-
Method Details
-
shards
Required - API name:shards -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupIndicesShardStoresDeserializer
protected static void setupIndicesShardStoresDeserializer(DelegatingDeserializer<IndicesShardStores.Builder> op)
-