Package alluxio.master
Class TestUtils
- java.lang.Object
-
- alluxio.master.TestUtils
-
public class TestUtils extends java.lang.ObjectTest utilities.
-
-
Constructor Summary
Constructors Constructor Description TestUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidassertAllLocksReleased(LocalAlluxioCluster cluster)Verifies that all master inode tree locks have been released for the given cluster.static voidwaitForReady(alluxio.Process process)
-
-
-
Method Detail
-
waitForReady
public static void waitForReady(alluxio.Process process)
- Parameters:
process- the process to wait for
-
assertAllLocksReleased
public static void assertAllLocksReleased(LocalAlluxioCluster cluster)
Verifies that all master inode tree locks have been released for the given cluster.- Parameters:
cluster- the cluster
-
-