Uses of Annotation Interface
org.graylog2.configuration.IndexerHosts
Packages that use IndexerHosts
Package
Description
-
Uses of IndexerHosts in org.graylog2.bootstrap.preflight
Constructor parameters in org.graylog2.bootstrap.preflight with annotations of type IndexerHostsModifierConstructorDescriptionSearchDbPreflightCheck(VersionProbe elasticVersionProbe, List<URI> elasticsearchHosts) -
Uses of IndexerHosts in org.graylog2.periodical
Constructor parameters in org.graylog2.periodical with annotations of type IndexerHostsModifierConstructorDescriptionESVersionCheckPeriodical(SearchVersion elasticsearchVersion, SearchVersion versionOverride, List<URI> elasticsearchHosts, VersionProbe versionProbe, NotificationService notificationService) -
Uses of IndexerHosts in org.graylog2.rest.resources.system.debug.bundle
Constructor parameters in org.graylog2.rest.resources.system.debug.bundle with annotations of type IndexerHostsModifierConstructorDescriptionSupportBundleService(ExecutorService executor, NodeService nodeService, NodeService<DataNodeDto> datanodeService, RemoteInterfaceProvider remoteInterfaceProvider, Path dataDir, ObjectMapperProvider objectMapperProvider, ClusterStatsService clusterStatsService, VersionProbe searchDbProbe, List<URI> searchDbHosts, ClusterAdapter searchDbClusterAdapter, DatanodeRestApiProxy datanodeProxy, RemoteReindexingMigrationAdapter migrationService) -
Uses of IndexerHosts in org.graylog2.storage.providers
Constructor parameters in org.graylog2.storage.providers with annotations of type IndexerHostsModifierConstructorDescriptionElasticsearchVersionProvider(SearchVersion versionOverride, List<URI> elasticsearchHosts, VersionProbe versionProbe, AtomicCache<Optional<SearchVersion>> cachedVersion)