Class IndicesShardStores
- java.lang.Object
-
- org.opensearch.client.opensearch.indices.shard_stores.IndicesShardStores
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public 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
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods 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:shards
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<IndicesShardStores> _DESERIALIZER
Json deserializer forIndicesShardStores
-
-
Method Detail
-
of
public static IndicesShardStores of(java.util.function.Function<IndicesShardStores.Builder,ObjectBuilder<IndicesShardStores>> fn)
-
shards
public final java.util.Map<java.lang.String,ShardStoreWrapper> shards()
Required - API name:shards
-
serialize
public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
setupIndicesShardStoresDeserializer
protected static void setupIndicesShardStoresDeserializer(ObjectDeserializer<IndicesShardStores.Builder> op)
-
-