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