Uses of Class
org.graylog2.plugin.lookup.LookupResult
Packages that use LookupResult
Package
Description
-
Uses of LookupResult in org.graylog.plugins.map.geoip
Methods in org.graylog.plugins.map.geoip that return LookupResult -
Uses of LookupResult in org.graylog.plugins.threatintel.adapters.abusech
Methods in org.graylog.plugins.threatintel.adapters.abusech that return LookupResult -
Uses of LookupResult in org.graylog.plugins.threatintel.adapters.otx
Methods in org.graylog.plugins.threatintel.adapters.otx that return LookupResult -
Uses of LookupResult in org.graylog.plugins.threatintel.adapters.spamhaus
Methods in org.graylog.plugins.threatintel.adapters.spamhaus that return LookupResult -
Uses of LookupResult in org.graylog.plugins.threatintel.adapters.tor
Methods in org.graylog.plugins.threatintel.adapters.tor that return LookupResult -
Uses of LookupResult in org.graylog.plugins.threatintel.functions.otx
Methods in org.graylog.plugins.threatintel.functions.otx with parameters of type LookupResultModifier and TypeMethodDescriptionstatic OTXLookupResultOTXLookupResult.buildFromError(LookupResult lookupResult) -
Uses of LookupResult in org.graylog.plugins.threatintel.whois.ip
Methods in org.graylog.plugins.threatintel.whois.ip that return LookupResult -
Uses of LookupResult in org.graylog2.lookup
Methods in org.graylog2.lookup that return LookupResultModifier and TypeMethodDescriptionLookupTable.addStringList(Object key, List<String> value, boolean keepDuplicates) LookupTableService.Function.addStringList(Object key, List<String> value, boolean keepDuplicates) LookupTable.removeStringList(Object key, List<String> value) LookupTableService.Function.removeStringList(Object key, List<String> value) LookupTable.setStringList(Object key, List<String> value) LookupTableService.Function.setStringList(Object key, List<String> value) LookupTable.setStringListWithTtl(Object key, List<String> value, Long ttlSec) LookupTableService.Function.setStringListWithTtl(Object key, List<String> value, Long ttlSec) LookupTable.setValueWithTtl(Object key, Object value, Long ttlSec) LookupTableService.Function.setValueWithTtl(Object key, Object value, Long ttlSec) -
Uses of LookupResult in org.graylog2.lookup.adapters
Methods in org.graylog2.lookup.adapters that return LookupResultModifier and TypeMethodDescriptionprotected LookupResultprotected LookupResultCSVFileDataAdapter.getResultForCIDRRange(Object ip) -
Uses of LookupResult in org.graylog2.lookup.caches
Methods in org.graylog2.lookup.caches that return LookupResultModifier and TypeMethodDescriptionCaffeineLookupCache.get(LookupCacheKey key, Callable<LookupResult> loader) NullCache.get(LookupCacheKey key, Callable<LookupResult> loader) CaffeineLookupCache.getIfPresent(LookupCacheKey key) NullCache.getIfPresent(LookupCacheKey key) Method parameters in org.graylog2.lookup.caches with type arguments of type LookupResultModifier and TypeMethodDescriptionCaffeineLookupCache.get(LookupCacheKey key, Callable<LookupResult> loader) NullCache.get(LookupCacheKey key, Callable<LookupResult> loader) -
Uses of LookupResult in org.graylog2.plugin.lookup
Methods in org.graylog2.plugin.lookup that return LookupResultModifier and TypeMethodDescriptionLookupDataAdapter.addStringList(Object key, List<String> listValue, boolean keepDuplicates) Merge / append all list entries for the given key in a DataAdapter.Update / add a time to live for the given key in a DataAdapter.abstract LookupResultLookupResult.Builder.build()static LookupResultLookupResult.createFromJSON(Object singleValue, Map<Object, Object> multiValue, List<String> stringListValue, boolean hasError, long cacheTTL) protected abstract LookupResultstatic LookupResultLookupResult.empty()abstract LookupResultLookupCache.get(LookupCacheKey key, Callable<LookupResult> loader) LookupDataAdapter.getEmptyResult()LookupDataAdapter.getErrorResult()abstract LookupResultLookupCache.getIfPresent(LookupCacheKey key) static LookupResultstatic LookupResultLookupResult.multi(CharSequence singleValue, Map<Object, Object> multiValue) static LookupResultLookupDataAdapter.removeStringList(Object key, List<String> listValue) Remove all matching list entries for the given key in a DataAdapter.LookupDataAdapter.setStringList(Object key, List<String> listValue) Update all list entries for the given key in a DataAdapter.LookupDataAdapter.setStringListWithTtl(Object key, List<String> listValue, Long ttlSec) Update all list entries for the given key in a DataAdapter and assign a TTL.Update a value for the given key in a DataAdapter.LookupDataAdapter.setValueWithTtl(Object key, Object value, Long ttlSec) Update a value for the given key in a DataAdapter and assign a TTL.static LookupResultstatic LookupResultLookupResult.single(CharSequence singleValue) static LookupResultstatic LookupResultLookupResult.withDefaults(LookupDefaultSingleValue singleValue, LookupDefaultMultiValue multiValue) static LookupResultLookupResult.withError()static LookupResultLookupResult.withError(long errorTTL) static LookupResultMethod parameters in org.graylog2.plugin.lookup with type arguments of type LookupResultModifier and TypeMethodDescriptionabstract LookupResultLookupCache.get(LookupCacheKey key, Callable<LookupResult> loader) -
Uses of LookupResult in org.graylog2.rest.resources.system.lookup
Methods in org.graylog2.rest.resources.system.lookup that return LookupResultModifier and TypeMethodDescriptionLookupTableResource.performAdapterLookup(@NotEmpty String name, @NotEmpty String key) LookupTableResource.performLookup(@NotEmpty String name, @NotEmpty String key) -
Uses of LookupResult in org.graylog2.rest.resources.tools.responses
Methods in org.graylog2.rest.resources.tools.responses with parameters of type LookupResultModifier and TypeMethodDescriptionstatic LookupTableTesterResponseLookupTableTesterResponse.result(String string, LookupResult result)