Interface BulkOperationListener

All Known Implementing Classes:
ShardBulkStats

public interface BulkOperationListener
An bulk operation listener for bulk events.
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    afterBulk(long bulkShardSizeInBytes, long tookInNanos)
    Called after the bulk operation occurred.
  • Method Details

    • afterBulk

      default void afterBulk(long bulkShardSizeInBytes, long tookInNanos)
      Called after the bulk operation occurred.