| Modifier and Type | Class and Description |
|---|---|
class |
EventNotificationStatusCleanUp |
| Modifier and Type | Class and Description |
|---|---|
class |
LegacyDefaultStreamMigration |
| Modifier and Type | Class and Description |
|---|---|
class |
PurgeExpiredConfigurationUploads |
class |
PurgeExpiredSidecarsThread |
| Modifier and Type | Class and Description |
|---|---|
class |
SearchesCleanUpJob |
| Modifier and Type | Class and Description |
|---|---|
class |
ScheduleTriggerCleanUp |
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterEventCleanupPeriodical |
class |
ClusterEventPeriodical |
| Modifier and Type | Class and Description |
|---|---|
class |
IndexFieldTypePollerPeriodical
Periodical that creates and maintains index field type information in the database. |
| Modifier and Type | Class and Description |
|---|---|
class |
AlertScannerThread |
class |
BatchedElasticSearchOutputFlushThread |
class |
ClusterHealthCheckThread |
class |
ContentPackLoaderPeriodical |
class |
ESVersionCheckPeriodical |
class |
GarbageCollectionWarningThread |
class |
IndexBlockCheck |
class |
IndexerClusterCheckerThread |
class |
IndexRangesCleanupPeriodical
A
Periodical to clean up stale index ranges (e. |
class |
IndexRetentionThread |
class |
IndexRotationThread |
class |
NodePingThread |
class |
ThrottleStateUpdaterThread
The ThrottleStateUpdater publishes the current state buffer state of the journal to other interested parties,
chiefly the ThrottleableTransports.
|
class |
ThroughputCalculator |
class |
TrafficCounterCalculator |
class |
UserSessionTerminationPeriodical
Simply calls
UserSessionTerminationService.runGlobalSessionTermination() once on startup. |
class |
VersionCheckThread |
| Modifier and Type | Method and Description |
|---|---|
List<Periodical> |
Periodicals.getAll() |
Set<Periodical> |
Periodicals.getAllRunning()
All periodicals which are currently running, i.e.
|
List<Periodical> |
Periodicals.getAllStoppedOnGracefulShutdown() |
Map<Periodical,ScheduledFuture> |
Periodicals.getFutures() |
| Modifier and Type | Method and Description |
|---|---|
void |
Periodicals.registerAndStart(Periodical periodical) |
void |
Periodicals.unregisterAndStop(Periodical periodical) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PluginModule.addPeriodical(Class<? extends Periodical> periodicalClass) |
| Constructor and Description |
|---|
PeriodicalsService(Periodicals periodicals,
Set<Periodical> allPeriodicals,
com.google.common.eventbus.EventBus eventBus,
LeaderElectionService leaderElectionService) |
Copyright © 2012–2022 Graylog, Inc.. All rights reserved.