Interface MetadataCleaner
-
- All Known Implementing Classes:
HiveMetadataCleaner
public interface MetadataCleaner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleandropPartition(HousekeepingMetadata housekeepingMetadata, CleanerClient client)voiddropTable(HousekeepingMetadata housekeepingMetadata, CleanerClient client)booleantableExists(CleanerClient client, java.lang.String databaseName, java.lang.String tableName)
-
-
-
Method Detail
-
dropTable
void dropTable(HousekeepingMetadata housekeepingMetadata, CleanerClient client)
-
dropPartition
boolean dropPartition(HousekeepingMetadata housekeepingMetadata, CleanerClient client)
-
tableExists
boolean tableExists(CleanerClient client, java.lang.String databaseName, java.lang.String tableName)
-
-