java.lang.Object
org.elasticsearch.index.bulk.stats.BulkStats
All Implemented Interfaces:
Writeable, ToXContent, ToXContentFragment

public class BulkStats extends Object implements Writeable, ToXContentFragment
Bulk related statistics, including the time and size of shard bulk requests, starting at the shard level and allowing aggregation to indices and node level
  • Constructor Details

    • BulkStats

      public BulkStats()
    • BulkStats

      public BulkStats(StreamInput in) throws IOException
      Throws:
      IOException
    • BulkStats

      public BulkStats(long totalOperations, long totalTimeInMillis, long totalSizeInBytes, long avgTimeInMillis, long avgSizeInBytes)
  • Method Details