Class LookupTable

java.lang.Object
org.graylog2.lookup.LookupTable

public abstract class LookupTable extends Object
A LookupTable references a LookupCache and a LookupDataAdapter, which both have their own lifecycle.

Multiple lookup tables can use the same caches and adapters.