Interface Partition

All Known Implementing Classes:
RaftPartition

public interface Partition
Atomix partition.
  • Method Summary

    Modifier and Type
    Method
    Description
    id()
    Returns the partition identifier.
    Returns the collection of all members in the partition.
    long
    Returns the partition term.
  • Method Details

    • id

      Returns the partition identifier.
      Returns:
      the partition identifier
    • term

      long term()
      Returns the partition term.
      Returns:
      the partition term
    • members

      Collection<MemberId> members()
      Returns the collection of all members in the partition.
      Returns:
      the collection of all members in the partition