Class ReverseLookupListener

All Implemented Interfaces:
com.fishlib.base.log.LogOutputAppendable, NotificationQueue.Dependency, LivenessManager, LivenessNode, LivenessReferent, DynamicNode, NotificationStepSource, ReverseLookup, Serializable

public class ReverseLookupListener
extends LivenessArtifact
implements ReverseLookup, DynamicNode, NotificationStepSource
Maintains a map from key column values to their index. This allows you to quickly find a row based on a unique key on a ticking table, without the need for searching the entire table. Note: The key column values must be unique.
See Also:
Serialized Form