Package org.apache.bookkeeper.metastore
Class MetastoreUtils
- java.lang.Object
- 
- org.apache.bookkeeper.metastore.MetastoreUtils
 
- 
 public class MetastoreUtils extends java.lang.ObjectProvides utilities for metastore.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description (package private) static classMetastoreUtils.MultiMetastoreCallback<T>(package private) static classMetastoreUtils.SyncMetastoreCallback<T>
 - 
Constructor SummaryConstructors Constructor Description MetastoreUtils()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcleanTable(MetastoreTable table, int numEntriesPerScan)Clean the given table.
 
- 
- 
- 
Method Detail- 
cleanTablepublic static void cleanTable(MetastoreTable table, int numEntriesPerScan) throws MSException, java.lang.InterruptedException Clean the given table.- Parameters:
- table- Metastore Table.
- numEntriesPerScan- Num entries per scan.
- Throws:
- MSException
- java.lang.InterruptedException
 
 
- 
 
-