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 class
SearchShardsResponse.Builder
Builder forSearchShardsResponse
. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<SearchShardsResponse>
DESERIALIZER
Json deserializer for SearchShardsResponse -
Constructor Summary
Constructors Modifier Constructor Description protected
SearchShardsResponse(SearchShardsResponse.Builder builder)
-
Method Summary
Modifier and Type Method Description java.util.Map<java.lang.String,ShardStoreIndex>
indices()
API name:indices
java.util.Map<java.lang.String,NodeAttributes>
nodes()
API name:nodes
protected static void
setupSearchShardsResponseDeserializer(DelegatingDeserializer<SearchShardsResponse.Builder> op)
java.util.List<java.util.List<NodeShard>>
shards()
API name:shards
void
toJsonp(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
Serialize this object to JSON.protected void
toJsonpInternal(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)
-