Interface ReplicaPlans.Selector

  • Enclosing class:
    ReplicaPlans

    public static interface ReplicaPlans.Selector
    • Method Detail

      • select

        <E extends Endpoints<E>,​L extends ReplicaLayout.ForWrite<E>> E select​(ConsistencyLevel consistencyLevel,
                                                                                    L liveAndDown,
                                                                                    L live)
        Select the Endpoints from {@param liveAndDown} and {@param live} to contact according to the consistency level.