public final class AlluxioFuseOpenUtils
extends java.lang.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 |
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 checkCopyright © 2023. All Rights Reserved.