Package com.illumon.iris.console.utils
Class WaitForTable
java.lang.Object
com.illumon.iris.console.utils.WaitForTable
public class WaitForTable extends Object
-
Constructor Summary
Constructors Constructor Description WaitForTable(int timeoutMs, int sleepMs)
-
Method Summary
Modifier and Type Method Description void
waitForTable(Database database, String namespace, String tableName)
-
Constructor Details
-
WaitForTable
public WaitForTable(int timeoutMs, int sleepMs)
-
-
Method Details