public class HiveMetadataFactory extends Object
| Constructor and Description |
|---|
HiveMetadataFactory(HiveConnectorId connectorId,
ExtendedHiveMetastore metastore,
HdfsEnvironment hdfsEnvironment,
HivePartitionManager partitionManager,
org.joda.time.DateTimeZone timeZone,
int maxConcurrentFileRenames,
boolean allowCorruptWritesForTesting,
boolean respectTableFormat,
boolean skipDeletionForAlter,
boolean bucketWritingEnabled,
boolean writesToNonManagedTablesEnabled,
HiveStorageFormat defaultStorageFormat,
long perTransactionCacheMaximumSize,
TypeManager typeManager,
LocationService locationService,
TableParameterCodec tableParameterCodec,
io.airlift.json.JsonCodec<PartitionUpdate> partitionUpdateCodec,
ExecutorService executorService,
TypeTranslator typeTranslator,
String prestoVersion) |
HiveMetadataFactory(HiveConnectorId connectorId,
HiveClientConfig hiveClientConfig,
ExtendedHiveMetastore metastore,
HdfsEnvironment hdfsEnvironment,
HivePartitionManager partitionManager,
ExecutorService executorService,
TypeManager typeManager,
LocationService locationService,
TableParameterCodec tableParameterCodec,
io.airlift.json.JsonCodec<PartitionUpdate> partitionUpdateCodec,
TypeTranslator typeTranslator,
NodeVersion nodeVersion) |
@Inject public HiveMetadataFactory(HiveConnectorId connectorId, HiveClientConfig hiveClientConfig, ExtendedHiveMetastore metastore, HdfsEnvironment hdfsEnvironment, HivePartitionManager partitionManager, ExecutorService executorService, TypeManager typeManager, LocationService locationService, TableParameterCodec tableParameterCodec, io.airlift.json.JsonCodec<PartitionUpdate> partitionUpdateCodec, TypeTranslator typeTranslator, NodeVersion nodeVersion)
public HiveMetadataFactory(HiveConnectorId connectorId, ExtendedHiveMetastore metastore, HdfsEnvironment hdfsEnvironment, HivePartitionManager partitionManager, org.joda.time.DateTimeZone timeZone, int maxConcurrentFileRenames, boolean allowCorruptWritesForTesting, boolean respectTableFormat, boolean skipDeletionForAlter, boolean bucketWritingEnabled, boolean writesToNonManagedTablesEnabled, HiveStorageFormat defaultStorageFormat, long perTransactionCacheMaximumSize, TypeManager typeManager, LocationService locationService, TableParameterCodec tableParameterCodec, io.airlift.json.JsonCodec<PartitionUpdate> partitionUpdateCodec, ExecutorService executorService, TypeTranslator typeTranslator, String prestoVersion)
public HiveMetadata create()
Copyright © 2012-2017. All Rights Reserved.