Class SearchShardsResponse
java.lang.Object
org.opensearch.client.opensearch._global.SearchShardsResponse
- All Implemented Interfaces:
ToJsonp
public final class SearchShardsResponse extends java.lang.Object implements ToJsonp
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSearchShardsResponse.BuilderBuilder forSearchShardsResponse. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<SearchShardsResponse>DESERIALIZERJson deserializer for SearchShardsResponse -
Constructor Summary
Constructors Modifier Constructor Description protectedSearchShardsResponse(SearchShardsResponse.Builder builder) -
Method Summary
Modifier and Type Method Description java.util.Map<java.lang.String,ShardStoreIndex>indices()API name:indicesjava.util.Map<java.lang.String,NodeAttributes>nodes()API name:nodesprotected static voidsetupSearchShardsResponseDeserializer(DelegatingDeserializer<SearchShardsResponse.Builder> op)java.util.List<java.util.List<NodeShard>>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 SearchShardsResponse
-
-
Constructor Details
-
Method Details
-
nodes
API name:nodes -
shards
API name:shards -
indices
API name:indices -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupSearchShardsResponseDeserializer
protected static void setupSearchShardsResponseDeserializer(DelegatingDeserializer<SearchShardsResponse.Builder> op)
-