Class DownsampleIndexerAction.Response

All Implemented Interfaces:
Writeable, org.elasticsearch.core.RefCounted, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject
Enclosing class:
DownsampleIndexerAction

public static class DownsampleIndexerAction.Response extends BroadcastResponse implements Writeable
  • Constructor Details

    • Response

      public Response(boolean created, int totalShards, int successfulShards, int failedShards, long numIndexed)
    • Response

      public Response(StreamInput in) throws IOException
      Throws:
      IOException
  • Method Details