public interface TestOp
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Clients clients)
Applies the test operation.
|
void |
check(Clients clients)
Verifies the result of the test operation.
|
default boolean |
supportsVersion(Version version) |
void apply(Clients clients) throws java.lang.Exception
clients - Alluxio clients for performing the operationjava.lang.Exceptionvoid check(Clients clients) throws java.lang.Exception
clients - Alluxio clients for performing the verificationjava.lang.Exceptiondefault boolean supportsVersion(Version version)
version - a version, e.g. 1.8.0, 1.9.0, etcCopyright © 2022. All Rights Reserved.