Class LookupResult

java.lang.Object
org.graylog2.plugin.lookup.LookupResult

public abstract class LookupResult extends Object
The result of looking up a key in a lookup table (i. e. lookup data adapter or lookup cache).

For convenience, this class can be serialized and deserialized with Jackson (see ObjectMapper, but we strongly recommend implementing your own serialization and deserialization logic if you're implementing a lookup cache.

There are no guarantees about binary compatibility of this class across Graylog releases!

See Also: