Class ShardStoreIndex
java.lang.Object
org.opensearch.client.opensearch._global.search_shards.ShardStoreIndex
- All Implemented Interfaces:
ToJsonp
public final class ShardStoreIndex extends java.lang.Object implements ToJsonp
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classShardStoreIndex.BuilderBuilder forShardStoreIndex. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ShardStoreIndex>DESERIALIZERJson deserializer for ShardStoreIndex -
Constructor Summary
Constructors Modifier Constructor Description protectedShardStoreIndex(ShardStoreIndex.Builder builder) -
Method Summary
Modifier and Type Method Description java.util.List<java.lang.String>aliases()API name:aliasesQueryContainerfilter()API name:filterprotected static voidsetupShardStoreIndexDeserializer(DelegatingDeserializer<ShardStoreIndex.Builder> op)voidtoJsonp(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 ShardStoreIndex
-
-
Constructor Details
-
Method Details
-
aliases
@Nullable public java.util.List<java.lang.String> aliases()API name:aliases -
filter
API name:filter -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupShardStoreIndexDeserializer
protected static void setupShardStoreIndexDeserializer(DelegatingDeserializer<ShardStoreIndex.Builder> op)
-