Class BroadcastResponse

java.lang.Object
org.elasticsearch.client.core.BroadcastResponse
Direct Known Subclasses:
DataStreamsStatsResponse, ReloadAnalyzersResponse

public class BroadcastResponse extends Object
Represents a response to a request that is broadcast to a collection of shards.
  • Constructor Details

  • Method Details

    • shards

      public BroadcastResponse.Shards shards()
      Represents the shard-level summary of the response execution.
      Returns:
      the shard-level response summary
    • fromXContent

      public static BroadcastResponse fromXContent(org.elasticsearch.xcontent.XContentParser parser) throws IOException
      Parses a broadcast response.
      Parameters:
      parser - the parser
      Returns:
      a broadcast response parsed from the specified parser
      Throws:
      IOException - if an I/O exception occurs parsing the response
    • declareShardsField

      protected static <T extends BroadcastResponse> void declareShardsField(org.elasticsearch.xcontent.ConstructingObjectParser<T,Void> parser)