Class RecordingLocationKeyFinder<TLK extends ImmutableTableLocationKey>

java.lang.Object
io.deephaven.engine.table.impl.locations.impl.RecordingLocationKeyFinder<TLK>
All Implemented Interfaces:
TableLocationKeyFinder<TLK>, Consumer<TLK>

public final class RecordingLocationKeyFinder<TLK extends ImmutableTableLocationKey> extends Object implements TableLocationKeyFinder<TLK>, Consumer<TLK>
Location finder that will record and expose the output of another for subsequent delivery to an observer.