Class EnterpriseTableLocationFactory<TLK extends EnterpriseTableLocationKey>

java.lang.Object
io.deephaven.enterprise.locations.local.EnterpriseTableLocationFactory<TLK>
All Implemented Interfaces:
TableLocationFactory<EnterpriseTableKey,TLK>

public class EnterpriseTableLocationFactory<TLK extends EnterpriseTableLocationKey> extends Object implements TableLocationFactory<EnterpriseTableKey,TLK>
A TableLocationFactory for resolving EnterpriseTableLocationKeyUnresolved to either a OnDiskDeephavenTableLocation or ParquetTableLocation based on the data on disk. This factory is only suitable for creating locations that are physically accessible on the local filesystem.