Class GlobalCheckpointListeners

org.elasticsearch.index.shard.GlobalCheckpointListeners
All Implemented Interfaces:
,

public class GlobalCheckpointListeners extends implements
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.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static interface 
    A global checkpoint listener consisting of a callback that is notified when the global checkpoint is updated or the shard is closed.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class java.lang.

    , , , , , , , , , ,
  • Method Details

    • close

      public void close() throws
      Specified by:
       in interface 
      Specified by:
       in interface 
      Throws: