public final class AlluxioFuseOpenUtils extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AlluxioFuseOpenUtils.OpenAction
Alluxio Fuse open action.
|
Constructor and Description |
---|
AlluxioFuseOpenUtils() |
Modifier and Type | Method and Description |
---|---|
static boolean |
containsCreate(int flag)
Checks if the open flag contains create open flag.
|
static boolean |
containsTruncate(int flag)
Checks if the open flag contains truncate open flag.
|
static AlluxioFuseOpenUtils.OpenAction |
getOpenAction(int flag)
Gets Alluxio Fuse open action based on open flag.
|
public static AlluxioFuseOpenUtils.OpenAction getOpenAction(int flag)
flag
- the open flagpublic static boolean containsTruncate(int flag)
flag
- the open flag to checkpublic static boolean containsCreate(int flag)
flag
- the open flag to checkCopyright © 2023. All Rights Reserved.