| Package | Description |
|---|---|
| org.graylog2.lookup | |
| org.graylog2.lookup.caches | |
| org.graylog2.plugin.inject | |
| org.graylog2.plugin.lookup |
| Modifier and Type | Method and Description |
|---|---|
abstract LookupCache |
LookupTable.cache() |
| Modifier and Type | Method and Description |
|---|---|
Collection<LookupCache> |
LookupTableService.getCaches(Set<String> cacheNames) |
| Modifier and Type | Method and Description |
|---|---|
abstract LookupTable.Builder |
LookupTable.Builder.cache(LookupCache cache) |
| Modifier and Type | Class and Description |
|---|---|
class |
CaffeineLookupCache |
class |
NullCache
The cache that doesn't.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Graylog2Module.installLookupCache(String name,
Class<? extends LookupCache> cacheClass,
Class<? extends LookupCache.Factory> factoryClass,
Class<? extends LookupCacheConfiguration> configClass) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LookupCache.Factory<T extends LookupCache> |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.