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 Exception
clients - Alluxio clients for performing the operationExceptionvoid check(Clients clients) throws Exception
clients - Alluxio clients for performing the verificationExceptiondefault boolean supportsVersion(Version version)
version - a version, e.g. 1.8.0, 1.9.0, etcCopyright © 2019. All Rights Reserved.