Interface ReplicationOperation.ReplicaResponse

    • Method Summary

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

      • localCheckpoint

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

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