Class AbstractTableLocation<TKT extends TableKey,​CLT extends ColumnLocation>

java.lang.Object
com.illumon.iris.db.v2.locations.SubscriptionAggregator<TableLocation.Listener>
com.illumon.iris.db.v2.locations.AbstractTableLocation<TKT,​CLT>
All Implemented Interfaces:
com.fishlib.base.log.LogOutputAppendable, TableLocation<CLT>, TableLocationKey, TableLocationState, NamedImplementation
Direct Known Subclasses:
LocalTableLocation, ReadOnlyParquetTableLocation

public abstract class AbstractTableLocation<TKT extends TableKey,​CLT extends ColumnLocation>
extends SubscriptionAggregator<TableLocation.Listener>
implements TableLocation<CLT>
Partial TableLocation implementation for use by TableDataService implementations.