Class ShardProfile
java.lang.Object
org.opensearch.client.opensearch._global.search.ShardProfile
- All Implemented Interfaces:
ToJsonp
public final class ShardProfile extends java.lang.Object implements ToJsonp
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classShardProfile.BuilderBuilder forShardProfile. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ShardProfile>DESERIALIZERJson deserializer for ShardProfile -
Constructor Summary
Constructors Modifier Constructor Description protectedShardProfile(ShardProfile.Builder builder) -
Method Summary
Modifier and Type Method Description java.util.List<AggregationProfile>aggregations()API name:aggregationsjava.lang.Stringid()API name:idjava.util.List<SearchProfile>searches()API name:searchesprotected static voidsetupShardProfileDeserializer(DelegatingDeserializer<ShardProfile.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 ShardProfile
-
-
Constructor Details
-
Method Details
-
aggregations
API name:aggregations -
id
public java.lang.String id()API name:id -
searches
API name:searches -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupShardProfileDeserializer
protected static void setupShardProfileDeserializer(DelegatingDeserializer<ShardProfile.Builder> op)
-