Class ShardStoreIndex
- java.lang.Object
-
- org.opensearch.client.opensearch.core.search_shards.ShardStoreIndex
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class ShardStoreIndex extends java.lang.Object implements JsonpSerializable
-
-
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 forShardStoreIndex
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>aliases()API name:aliasesQueryfilter()API name:filterstatic ShardStoreIndexof(java.util.function.Function<ShardStoreIndex.Builder,ObjectBuilder<ShardStoreIndex>> 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 voidsetupShardStoreIndexDeserializer(ObjectDeserializer<ShardStoreIndex.Builder> op)
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<ShardStoreIndex> _DESERIALIZER
Json deserializer forShardStoreIndex
-
-
Method Detail
-
of
public static ShardStoreIndex of(java.util.function.Function<ShardStoreIndex.Builder,ObjectBuilder<ShardStoreIndex>> fn)
-
aliases
public final java.util.List<java.lang.String> aliases()
API name:aliases
-
filter
@Nullable public final Query filter()
API name:filter
-
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)
-
setupShardStoreIndexDeserializer
protected static void setupShardStoreIndexDeserializer(ObjectDeserializer<ShardStoreIndex.Builder> op)
-
-