| Package | Description |
|---|---|
| org.graylog.plugins.map.geoip | |
| org.graylog2.lookup | |
| org.graylog2.lookup.adapters | |
| org.graylog2.plugin.inject | |
| org.graylog2.rest.resources.system.lookup |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MaxmindDataAdapter.Factory |
| Constructor and Description |
|---|
LookupTableService(DBDataAdapterService dbAdapters,
DBCacheService dbCaches,
DBLookupTableService dbTables,
Map<String,LookupCache.Factory> cacheFactories,
Map<String,LookupDataAdapter.Factory> adapterFactories,
Map<String,LookupDataAdapter.Factory2> adapterFactories2,
ScheduledExecutorService scheduler,
com.google.common.eventbus.EventBus eventBus) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CSVFileDataAdapter.Factory |
static interface |
DSVHTTPDataAdapter.Factory |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.inject.multibindings.MapBinder<String,LookupDataAdapter.Factory> |
Graylog2Module.lookupDataAdapterBinder() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Graylog2Module.installLookupDataAdapter(String name,
Class<? extends LookupDataAdapter> adapterClass,
Class<? extends LookupDataAdapter.Factory> factoryClass,
Class<? extends LookupDataAdapterConfiguration> configClass) |
| Constructor and Description |
|---|
LookupTableResource(DBLookupTableService dbTableService,
DBDataAdapterService dbDataAdapterService,
DBCacheService dbCacheService,
Map<String,LookupCache.Factory> cacheTypes,
Map<String,LookupDataAdapter.Factory> dataAdapterTypes,
Map<String,LookupDataAdapter.Factory2> dataAdapterTypes2,
LookupTableService lookupTableService,
LookupDataAdapterValidationContext lookupDataAdapterValidationContext) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.