Class IndicesShardStores
java.lang.Object
org.opensearch.client.opensearch.indices.shard_stores.IndicesShardStores
- All Implemented Interfaces:
ToJsonp
public final class IndicesShardStores extends java.lang.Object implements ToJsonp
-
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 for IndicesShardStores -
Constructor Summary
Constructors Modifier Constructor Description protectedIndicesShardStores(IndicesShardStores.Builder builder) -
Method Summary
Modifier and Type Method Description protected static voidsetupIndicesShardStoresDeserializer(DelegatingDeserializer<IndicesShardStores.Builder> op)java.util.Map<java.lang.String,ShardStoreWrapper>shards()API name:shardsvoidtoJsonp(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidtoJsonpInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
Field Details
-
DESERIALIZER
Json deserializer for IndicesShardStores
-
-
Constructor Details
-
Method Details
-
shards
API name:shards -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupIndicesShardStoresDeserializer
protected static void setupIndicesShardStoresDeserializer(DelegatingDeserializer<IndicesShardStores.Builder> op)
-