Class WeigthedSelectorFailover<T>

java.lang.Object
org.aksw.commons.collections.selector.WeigthedSelectorFailover<T>
Type Parameters:
T -
All Implemented Interfaces:
Cloneable, WeightedSelector<T>

public class WeigthedSelectorFailover<T> extends Object implements WeightedSelector<T>
This class is intended for cases where the primary selector draws with replacement. Once the primary selector is consumed, the failover is consulted.
Author:
Claus Stadler, Oct 12, 2018