Class HiveTableLocationFactory<TLK extends EnterpriseTableLocationKey>
java.lang.Object
io.deephaven.enterprise.locations.hive.HiveTableLocationFactory<TLK>
- Type Parameters:
- TLK- the location key type
- All Implemented Interfaces:
- TableLocationFactory<EnterpriseTableKey,- TLK> 
public class HiveTableLocationFactory<TLK extends EnterpriseTableLocationKey>
extends Object
implements TableLocationFactory<EnterpriseTableKey,TLK> 
A 
TableLocationFactory for resolving Hive style keys to locations. This factory is only suitable for creating
 locations that are physically accessible on the local filesystem.- 
Constructor SummaryConstructorsConstructorDescriptionHiveTableLocationFactory(@NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.schema.Schema schema) 
- 
Method SummaryModifier and TypeMethodDescriptionmakeLocation(@NotNull EnterpriseTableKey tableKey, @NotNull EnterpriseTableLocationKey locationKey, @Nullable TableDataRefreshService refreshService) 
- 
Constructor Details- 
HiveTableLocationFactorypublic HiveTableLocationFactory(@NotNull @NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.schema.Schema schema) 
 
- 
- 
Method Details- 
makeLocationpublic TableLocation makeLocation(@NotNull @NotNull EnterpriseTableKey tableKey, @NotNull @NotNull EnterpriseTableLocationKey locationKey, @Nullable @Nullable TableDataRefreshService refreshService) - Specified by:
- makeLocationin interface- TableLocationFactory<EnterpriseTableKey,- TLK extends EnterpriseTableLocationKey> 
 
 
-