Interface ReplicationOperation.ReplicaResponse

    • Method Summary

      Modifier and Type Method Description
      long globalCheckpoint()
      The persisted global checkpoint for the shard.
      long localCheckpoint()
      The persisted local checkpoint for the shard.
    • Method Detail

      • localCheckpoint

        long localCheckpoint()
        The persisted local checkpoint for the shard.
        Returns:
        the persisted local checkpoint
      • globalCheckpoint

        long globalCheckpoint()
        The persisted global checkpoint for the shard.
        Returns:
        the persisted global checkpoint