Uses of Class
org.graylog2.storage.versionprobe.VersionProbe
Packages that use VersionProbe
Package
Description
-
Uses of VersionProbe in org.graylog2.bootstrap.preflight
Constructors in org.graylog2.bootstrap.preflight with parameters of type VersionProbeModifierConstructorDescriptionSearchDbPreflightCheck(VersionProbe elasticVersionProbe, List<URI> elasticsearchHosts) -
Uses of VersionProbe in org.graylog2.periodical
Constructors in org.graylog2.periodical with parameters of type VersionProbeModifierConstructorDescriptionESVersionCheckPeriodical(SearchVersion elasticsearchVersion, SearchVersion versionOverride, List<URI> elasticsearchHosts, VersionProbe versionProbe, NotificationService notificationService) -
Uses of VersionProbe in org.graylog2.rest.resources.system.debug.bundle
Constructors in org.graylog2.rest.resources.system.debug.bundle with parameters of type VersionProbeModifierConstructorDescriptionSupportBundleService(ExecutorService executor, NodeService nodeService, RemoteInterfaceProvider remoteInterfaceProvider, Path dataDir, ObjectMapperProvider objectMapperProvider, ClusterStatsService clusterStatsService, VersionProbe searchDbProbe, List<URI> searchDbHosts, ClusterAdapter searchDbClusterAdapter) -
Uses of VersionProbe in org.graylog2.storage.providers
Constructors in org.graylog2.storage.providers with parameters of type VersionProbeModifierConstructorDescriptionElasticsearchVersionProvider(SearchVersion versionOverride, List<URI> elasticsearchHosts, VersionProbe versionProbe, AtomicCache<Optional<SearchVersion>> cachedVersion)