Interface | Description |
---|---|
LookupCache.Factory<T extends LookupCache> | |
LookupCacheConfiguration | |
LookupCachePurge |
This is passed into
LookupDataAdapter.doRefresh(LookupCachePurge) to allow data adapters to prune cache
entries without having to know about the actual cache instances. |
LookupDataAdapter.Factory<T extends LookupDataAdapter> | |
LookupDataAdapter.Factory2<T extends LookupDataAdapter> | |
LookupDataAdapterConfiguration |
Class | Description |
---|---|
FallbackAdapterConfig |
This is the dummy config that accepts anything and has a marker method to detect a missing plugin.
|
FallbackCacheConfig |
This is the dummy config that accepts anything and has a marker method to detect a missing plugin.
|
LookupCache | |
LookupCache.Descriptor<C extends LookupCacheConfiguration> | |
LookupCacheKey |
This class is used as a key in
LookupCache implementations. |
LookupDataAdapter | |
LookupDataAdapter.Descriptor<C extends LookupDataAdapterConfiguration> | |
LookupResult |
The result of looking up a key in a lookup table (i.
|
LookupResult.Builder |
Copyright © 2012–2020 Graylog, Inc.. All rights reserved.