Uses of Interface
org.graylog2.indexer.indices.IndicesAdapter
Packages that use IndicesAdapter
Package
Description
-
Uses of IndicesAdapter in org.graylog2.indexer.indices
Constructors in org.graylog2.indexer.indices with parameters of type IndicesAdapterModifierConstructorDescriptionIndices(IndexMappingFactory indexMappingFactory, NodeId nodeId, AuditEventSender auditEventSender, com.google.common.eventbus.EventBus eventBus, IndicesAdapter indicesAdapter, IndexFieldTypeProfileService profileService) -
Uses of IndicesAdapter in org.graylog2.rest.resources.system.indexer
Constructors in org.graylog2.rest.resources.system.indexer with parameters of type IndicesAdapterModifierConstructorDescriptionIndexerOverviewResource(DeflectorResource deflectorResource, IndexerClusterResource indexerClusterResource, IndexRangesResource indexRangesResource, Counts counts, IndexSetRegistry indexSetRegistry, Indices indices, Cluster cluster, IndicesAdapter indicesAdapter) -
Uses of IndicesAdapter in org.graylog2.storage.providers
Constructor parameters in org.graylog2.storage.providers with type arguments of type IndicesAdapterModifierConstructorDescriptionIndicesAdapterProvider(SearchVersion version, Map<SearchVersion, jakarta.inject.Provider<IndicesAdapter>> pluginBindings)