Uses of Interface
com.expediagroup.beekeeper.cleanup.metadata.CleanerClient
-
Packages that use CleanerClient Package Description com.expediagroup.beekeeper.cleanup.hive com.expediagroup.beekeeper.cleanup.metadata -
-
Uses of CleanerClient in com.expediagroup.beekeeper.cleanup.hive
Classes in com.expediagroup.beekeeper.cleanup.hive that implement CleanerClient Modifier and Type Class Description classHiveClientMethods in com.expediagroup.beekeeper.cleanup.hive with parameters of type CleanerClient Modifier and Type Method Description booleanHiveMetadataCleaner. dropPartition(HousekeepingMetadata housekeepingMetadata, CleanerClient client)voidHiveMetadataCleaner. dropTable(HousekeepingMetadata housekeepingMetadata, CleanerClient client)booleanHiveMetadataCleaner. tableExists(CleanerClient client, java.lang.String databaseName, java.lang.String tableName) -
Uses of CleanerClient in com.expediagroup.beekeeper.cleanup.metadata
Methods in com.expediagroup.beekeeper.cleanup.metadata that return CleanerClient Modifier and Type Method Description CleanerClientCleanerClientFactory. newInstance()Methods in com.expediagroup.beekeeper.cleanup.metadata with parameters of type CleanerClient Modifier and Type Method Description booleanMetadataCleaner. dropPartition(HousekeepingMetadata housekeepingMetadata, CleanerClient client)voidMetadataCleaner. dropTable(HousekeepingMetadata housekeepingMetadata, CleanerClient client)booleanMetadataCleaner. tableExists(CleanerClient client, java.lang.String databaseName, java.lang.String tableName)
-