Class PreferredSingletonElectionPolicy

  • All Implemented Interfaces:
    SingletonElectionPolicy

    public class PreferredSingletonElectionPolicy
    extends Object
    implements SingletonElectionPolicy
    An election policy that always elects a preferred node, and defers to a default policy if the preferred node is not a candidate. The means of specifying the preferred node is the responsibility of the extending class.
    Author:
    Paul Ferraro