Class ReplicationTracker.CheckpointState

java.lang.Object
org.elasticsearch.index.seqno.ReplicationTracker.CheckpointState
All Implemented Interfaces:
Writeable
Enclosing class:
ReplicationTracker

public static class ReplicationTracker.CheckpointState
extends java.lang.Object
implements Writeable
  • Constructor Details

    • CheckpointState

      public CheckpointState​(long localCheckpoint, long globalCheckpoint, boolean inSync, boolean tracked)
    • CheckpointState

      public CheckpointState​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details