Uses of Interface
org.graylog2.cluster.leader.LeaderElectionService
Packages that use LeaderElectionService
Package
Description
-
Uses of LeaderElectionService in org.graylog.scheduler
Constructors in org.graylog.scheduler with parameters of type LeaderElectionServiceModifierConstructorDescriptionDefaultJobSchedulerConfig(LeaderElectionService leaderElectionService) -
Uses of LeaderElectionService in org.graylog.scheduler.capabilities
Constructors in org.graylog.scheduler.capabilities with parameters of type LeaderElectionServiceModifierConstructorDescriptionServerNodeSchedulerCapabilities(LeaderElectionService leaderElectionService) -
Uses of LeaderElectionService in org.graylog2.cluster.leader
Classes in org.graylog2.cluster.leader that implement LeaderElectionServiceModifier and TypeClassDescriptionclassclassLeader election when we don't care (i.e.classLeader election based on the staticConfiguration.isLeader()setting in the configuration file. -
Uses of LeaderElectionService in org.graylog2.inputs
Constructors in org.graylog2.inputs with parameters of type LeaderElectionServiceModifierConstructorDescriptionInputEventListener(com.google.common.eventbus.EventBus eventBus, InputLauncher inputLauncher, InputRegistry inputRegistry, InputService inputService, NodeId nodeId, LeaderElectionService leaderElectionService, PersistedInputs persistedInputs, ServerStatus serverStatus) -
Uses of LeaderElectionService in org.graylog2.periodical
Constructors in org.graylog2.periodical with parameters of type LeaderElectionServiceModifierConstructorDescriptionNodePingThread(NodeService nodeService, HttpConfiguration httpConfiguration, ServerStatus serverStatus, LeaderElectionService leaderElectionService) -
Uses of LeaderElectionService in org.graylog2.telemetry.cluster
Constructors in org.graylog2.telemetry.cluster with parameters of type LeaderElectionServiceModifierConstructorDescriptionTelemetryClusterService(ServerStatus serverStatus, ClusterConfigService clusterConfigService, LeaderElectionService leaderElectionService, DBTelemetryClusterInfo dbTelemetryClusterInfo)