Package org.apache.bookkeeper.metastore
Class MetastoreUtils
java.lang.Object
org.apache.bookkeeper.metastore.MetastoreUtils
Provides utilities for metastore.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class(package private) static class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcleanTable(MetastoreTable table, int numEntriesPerScan) Clean the given table.
-
Constructor Details
-
MetastoreUtils
public MetastoreUtils()
-
-
Method Details
-
cleanTable
public static void cleanTable(MetastoreTable table, int numEntriesPerScan) throws MSException, InterruptedException Clean the given table.- Parameters:
table- Metastore Table.numEntriesPerScan- Num entries per scan.- Throws:
MSExceptionInterruptedException
-