Uses of Class
io.trino.plugin.hive.HiveTransactionHandle
-
Packages that use HiveTransactionHandle Package Description io.trino.plugin.hive io.trino.plugin.hive.security -
-
Uses of HiveTransactionHandle in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return types with arguments of type HiveTransactionHandle Modifier and Type Method Description Function<HiveTransactionHandle,SemiTransactionalHiveMetastore>HiveModule. createMetastoreGetter(HiveTransactionManager transactionManager)Constructor parameters in io.trino.plugin.hive with type arguments of type HiveTransactionHandle Constructor Description HiveSplitManager(HiveConfig hiveConfig, Function<HiveTransactionHandle,SemiTransactionalHiveMetastore> metastoreProvider, HivePartitionManager partitionManager, NamenodeStats namenodeStats, HdfsEnvironment hdfsEnvironment, DirectoryLister directoryLister, ExecutorService executorService, VersionEmbedder versionEmbedder, TypeManager typeManager)HiveSplitManager(Function<HiveTransactionHandle,SemiTransactionalHiveMetastore> metastoreProvider, HivePartitionManager partitionManager, NamenodeStats namenodeStats, HdfsEnvironment hdfsEnvironment, DirectoryLister directoryLister, Executor executor, io.airlift.stats.CounterStat highMemorySplitSourceCounter, int maxOutstandingSplits, io.airlift.units.DataSize maxOutstandingSplitsSize, int minPartitionBatchSize, int maxPartitionBatchSize, int maxInitialSplits, int splitLoaderConcurrency, Integer maxSplitsPerSecond, boolean recursiveDfsWalkerEnabled, TypeManager typeManager) -
Uses of HiveTransactionHandle in io.trino.plugin.hive.security
Constructor parameters in io.trino.plugin.hive.security with type arguments of type HiveTransactionHandle Constructor Description SemiTransactionalLegacyAccessControlMetastore(Function<HiveTransactionHandle,SemiTransactionalHiveMetastore> metastoreProvider)SemiTransactionalSqlStandardAccessControlMetastore(Function<HiveTransactionHandle,SemiTransactionalHiveMetastore> metastoreProvider)
-