Class IndicesShardStores
java.lang.Object
co.elastic.clients.elasticsearch.indices.shard_stores.IndicesShardStores
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class IndicesShardStores extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
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 -
Method Summary
Modifier and Type Method Description static IndicesShardStoresof(java.util.function.Function<IndicesShardStores.Builder,ObjectBuilder<IndicesShardStores>> fn)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(ObjectDeserializer<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
-
-
Method Details
-
of
public static IndicesShardStores of(java.util.function.Function<IndicesShardStores.Builder,ObjectBuilder<IndicesShardStores>> fn) -
shards
Required - API name:shards -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupIndicesShardStoresDeserializer
protected static void setupIndicesShardStoresDeserializer(ObjectDeserializer<IndicesShardStores.Builder> op)
-