Package alluxio.master.backcompat.ops
Class UpdateUfsMode
- java.lang.Object
-
- alluxio.master.backcompat.ops.UpdateUfsMode
-
-
Constructor Summary
Constructors Constructor Description UpdateUfsMode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(alluxio.multi.process.Clients clients)Applies the test operation.voidcheck(alluxio.multi.process.Clients clients)Verifies the result of the test operation.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface alluxio.master.backcompat.TestOp
supportsVersion
-
-
-
-
Method Detail
-
apply
public void apply(alluxio.multi.process.Clients clients) throws java.lang.ExceptionDescription copied from interface:TestOpApplies the test operation.
-
check
public void check(alluxio.multi.process.Clients clients) throws java.lang.ExceptionDescription copied from interface:TestOpVerifies the result of the test operation.
-
-