Package | Description |
---|---|
org.apache.hadoop.fs |
Implementations of
AbstractFileSystem for hdfs
over rpc and hdfs over web. |
org.apache.hadoop.fs.adl |
Supporting classes for metrics instrumentation.
|
org.apache.hadoop.fs.azure |
A distributed implementation of
FileSystem for reading and writing files on
Azure Block Storage. |
org.apache.hadoop.fs.azurebfs |
A distributed implementation of
FileSystem for reading and writing files on
Azure Storage. |
org.apache.hadoop.fs.permission |
This package provides support for HDFS permission and ACL.
|
org.apache.hadoop.fs.viewfs |
ViewFileSystem and ViewFileSystemOverloadScheme classes.
|
Modifier and Type | Method and Description |
---|---|
void |
FilterFileSystem.access(Path path,
FsAction mode) |
Modifier and Type | Method and Description |
---|---|
void |
AdlFileSystem.access(Path path,
FsAction mode)
Checks if the user can access a path.
|
Modifier and Type | Method and Description |
---|---|
void |
NativeAzureFileSystem.access(Path path,
FsAction mode) |
Modifier and Type | Method and Description |
---|---|
void |
AzureBlobFileSystemStore.access(Path path,
FsAction mode,
org.apache.hadoop.fs.azurebfs.utils.TracingContext tracingContext) |
Modifier and Type | Method and Description |
---|---|
FsAction |
FsAction.and(FsAction that)
AND operation.
|
FsAction |
AclStatus.getEffectivePermission(AclEntry entry)
Get the effective permission for the AclEntry
|
FsAction |
AclStatus.getEffectivePermission(AclEntry entry,
FsPermission permArg)
Get the effective permission for the AclEntry.
|
static FsAction |
FsAction.getFsAction(String permission)
Get the FsAction enum for String representation of permissions
|
FsAction |
FsPermission.getGroupAction() |
FsAction |
FsPermission.getOtherAction() |
FsAction |
AclEntry.getPermission()
Returns the set of permissions in the ACL entry.
|
FsAction |
FsPermission.getUserAction() |
FsAction |
FsAction.not()
NOT operation.
|
FsAction |
FsAction.or(FsAction that)
OR operation.
|
static FsAction |
FsAction.valueOf(String name) |
static FsAction[] |
FsAction.values() |
Modifier and Type | Method and Description |
---|---|
FsAction |
FsAction.and(FsAction that)
AND operation.
|
boolean |
FsAction.implies(FsAction that)
Return true if this action implies that action.
|
FsAction |
FsAction.or(FsAction that)
OR operation.
|
Constructor and Description |
---|
FsPermission(FsAction u,
FsAction g,
FsAction o)
Construct by the given
FsAction . |
FsPermission(FsAction u,
FsAction g,
FsAction o,
boolean sb) |
Modifier and Type | Method and Description |
---|---|
void |
ViewFs.access(Path path,
FsAction mode) |
void |
ViewFileSystem.access(Path path,
FsAction mode) |
Copyright © 2024 Apache Software Foundation. All rights reserved.