Class HiveClientFactory
- java.lang.Object
-
- com.expediagroup.beekeeper.cleanup.hive.HiveClientFactory
-
- All Implemented Interfaces:
CleanerClientFactory
public class HiveClientFactory extends java.lang.Object implements CleanerClientFactory
-
-
Constructor Summary
Constructors Constructor Description HiveClientFactory(java.util.function.Supplier<com.hotels.hcommon.hive.metastore.client.api.CloseableMetaStoreClient> metaStoreClientSupplier, boolean dryRunEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HiveClientnewInstance()
-
-
-
Method Detail
-
newInstance
public HiveClient newInstance()
- Specified by:
newInstancein interfaceCleanerClientFactory
-
-