Class SystemReplicas

java.lang.Object
org.apache.cassandra.locator.SystemReplicas

public class SystemReplicas extends Object
  • Field Details

    • FULL_RANGE

      public static final Range<Token> FULL_RANGE
  • Constructor Details

    • SystemReplicas

      public SystemReplicas()
  • Method Details

    • getSystemReplica

      public static Replica getSystemReplica(InetAddressAndPort endpoint)
      There are a few places where a system function borrows write path functionality, but doesn't otherwise fit into normal replication strategies (ie: hints and batchlog). So here we provide a replica instance
    • getSystemReplicas

      public static EndpointsForRange getSystemReplicas(Collection<InetAddressAndPort> endpoints)