public abstract class FsTestOp extends java.lang.Object implements TestOp
| Constructor and Description |
|---|
FsTestOp() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Clients clients)
Applies the test operation.
|
protected abstract void |
apply(FileSystem fs) |
void |
check(Clients clients)
Verifies the result of the test operation.
|
protected abstract void |
check(FileSystem fs) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsupportsVersionpublic void apply(Clients clients) throws java.lang.Exception
TestOpprotected abstract void apply(FileSystem fs) throws java.lang.Exception
java.lang.Exceptionpublic void check(Clients clients) throws java.lang.Exception
TestOpprotected abstract void check(FileSystem fs) throws java.lang.Exception
java.lang.ExceptionCopyright © 2023. All Rights Reserved.