Package org.graylog2.cluster.leader
Class FakeLeaderElectionService
java.lang.Object
com.google.common.util.concurrent.AbstractIdleService
org.graylog2.cluster.leader.FakeLeaderElectionService
- All Implemented Interfaces:
com.google.common.util.concurrent.Service,LeaderElectionService
@Singleton
public class FakeLeaderElectionService
extends com.google.common.util.concurrent.AbstractIdleService
implements LeaderElectionService
Leader election when we don't care (i.e. Forwarder) - always claim leader
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.google.common.util.concurrent.Service
com.google.common.util.concurrent.Service.Listener, com.google.common.util.concurrent.Service.State -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.util.concurrent.AbstractIdleService
addListener, awaitRunning, awaitRunning, awaitRunning, awaitTerminated, awaitTerminated, awaitTerminated, executor, failureCause, isRunning, serviceName, startAsync, state, stopAsync, toString
-
Constructor Details
-
FakeLeaderElectionService
public FakeLeaderElectionService()
-
-
Method Details
-
isLeader
public boolean isLeader()Description copied from interface:LeaderElectionServiceCheck if the current node is the leader of the cluster.This method might be called frequently. Implementations should be performant and resource-friendly.
- Specified by:
isLeaderin interfaceLeaderElectionService- Returns:
- true if the current node is the leader, false if it is not
-
startUp
protected void startUp()- Specified by:
startUpin classcom.google.common.util.concurrent.AbstractIdleService
-
shutDown
protected void shutDown()- Specified by:
shutDownin classcom.google.common.util.concurrent.AbstractIdleService
-