Class GlobalCheckpointListeners

java.lang.Object
org.elasticsearch.index.shard.GlobalCheckpointListeners
All Implemented Interfaces:
Closeable, AutoCloseable

public class GlobalCheckpointListeners extends Object implements Closeable
Represents a collection of global checkpoint listeners. This collection can be added to, and all listeners present at the time of an update will be notified together. All listeners will be notified when the shard is closed.