Uses of Interface
alluxio.master.backcompat.TestOp
-
Packages that use TestOp Package Description alluxio.master.backcompat alluxio.master.backcompat.ops -
-
Uses of TestOp in alluxio.master.backcompat
Classes in alluxio.master.backcompat that implement TestOp Modifier and Type Class Description classFsTestOpA test operation which only needs the FileSystem client.Fields in alluxio.master.backcompat with type parameters of type TestOp Modifier and Type Field Description static java.util.List<TestOp>BackwardsCompatibilityJournalGenerator. OPS -
Uses of TestOp in alluxio.master.backcompat.ops
Classes in alluxio.master.backcompat.ops that implement TestOp Modifier and Type Class Description classAsyncPersistTest for async persist functionality.classCreateDirectoryTest for directory creation.classCreateFileTest for file creation.classDeleteTest for file deletion.classMountTest for mounting and unmounting.classPersistDirectoryTest for persisting a directory.classPersistFileTest for persisting a file.classRenameTest for renaming a file.classSetAclTest for setting an ACL.classUpdateUfsModeTest for updating UFS modes.
-