Interface BootstrapSelectionStrategy

All Superinterfaces:
Function<List<HostPort>,HostPort>
All Known Implementing Classes:
RandomBootstrapSelectionStrategy, RoundRobinBootstrapSelectionStrategy

public interface BootstrapSelectionStrategy extends Function<List<HostPort>,HostPort>
Strategy for selecting an upstream target from a given list of upstream targets for bootstrapping.