Uses of Interface
org.graylog2.indexer.indices.IndicesAdapter
Packages that use IndicesAdapter
-
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) -
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, javax.inject.Provider<IndicesAdapter>> pluginBindings)