@ThreadSafe
public final class AlluxioFuseUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static long |
getGid(java.lang.String userName)
Retrieves the primary gid of the given user.
|
static java.lang.String |
getGroupName(long uid)
Gets the group name from the user id.
|
static long |
getUid(java.lang.String userName)
Retrieves the uid of the given user.
|
static java.lang.String |
getUserName(long uid)
Gets the user name from the user id.
|
public static long getUid(java.lang.String userName)
userName - the user namepublic static long getGid(java.lang.String userName)
userName - the user namepublic static java.lang.String getUserName(long uid)
throws java.io.IOException
uid - user idjava.io.IOExceptionpublic static java.lang.String getGroupName(long uid)
throws java.io.IOException
uid - user idjava.io.IOExceptionCopyright © 2018. All Rights Reserved.