Class HiveExtendedStorageProvider
java.lang.Object
io.deephaven.enterprise.tabledataservice.extended.HiveExtendedStorageProvider
- All Implemented Interfaces:
ExtendedStorageProvider
The provider for the coreplus:hive format, where tables are stored in the Apache Hive layout. Tables may be either
parquet or deephaven tables at the leaves.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
The factory class for creating this provider. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull TableLocationProvider
getProvider
(@NotNull EnterpriseTableKey tableKey, @NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.schema.Schema schema, @NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.schema.ExtendedStorage extendedStorage, @NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.locations.local.LocalTablePathManager pathManager, @NotNull Set<EnterpriseTableKey> warnedLocations, boolean useMetadataIndex) Get theTableLocationProvider
for the specified table key and extended storage type.
-
Constructor Details
-
HiveExtendedStorageProvider
public HiveExtendedStorageProvider()
-
-
Method Details
-
getProvider
@NotNull public @NotNull TableLocationProvider getProvider(@NotNull @NotNull EnterpriseTableKey tableKey, @NotNull @NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.schema.Schema schema, @NotNull @NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.schema.ExtendedStorage extendedStorage, @NotNull @NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.locations.local.LocalTablePathManager pathManager, @NotNull @NotNull Set<EnterpriseTableKey> warnedLocations, boolean useMetadataIndex) Description copied from interface:ExtendedStorageProvider
Get theTableLocationProvider
for the specified table key and extended storage type.- Specified by:
getProvider
in interfaceExtendedStorageProvider
- Parameters:
tableKey
- the table keyschema
- the table schemaextendedStorage
- theExtendedStorage
elementpathManager
- theLocalTablePathManager
for locating tableswarnedLocations
- a mutable set of locations for which warnings have been issueduseMetadataIndex
- if a metadata index should be used when available- Returns:
- a
TableLocationProvider
.
-