Package alluxio.master.backcompat.ops
Class SetAcl
- java.lang.Object
-
- alluxio.master.backcompat.FsTestOp
-
- alluxio.master.backcompat.ops.SetAcl
-
-
Constructor Summary
Constructors Constructor Description SetAcl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(alluxio.client.file.FileSystem fs)voidcheck(alluxio.client.file.FileSystem fs)booleansupportsVersion(Version version)
-
-
-
Method Detail
-
apply
public void apply(alluxio.client.file.FileSystem fs) throws java.lang.Exception
-
check
public void check(alluxio.client.file.FileSystem fs) throws java.lang.Exception
-
supportsVersion
public boolean supportsVersion(Version version)
- Parameters:
version- a version, e.g. 1.8.0, 1.9.0, etc- Returns:
- whether this operation is supported in the given version
-
-