Package | Description |
---|---|
alluxio.file.options | |
alluxio.grpc | |
alluxio.master.file | |
alluxio.master.file.meta |
Modifier and Type | Method and Description |
---|---|
static DescendantType |
DescendantType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DescendantType[] |
DescendantType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static DescendantType |
GrpcUtils.fromProto(LoadDescendantPType pDescendantType)
Converts a proto type to a wire type.
|
Modifier and Type | Method and Description |
---|---|
static LoadDescendantPType |
GrpcUtils.toProto(DescendantType loadDescendantType)
Converts options to proto type.
|
Constructor and Description |
---|
InodeSyncStream(LockingScheme rootScheme,
DefaultFileSystemMaster fsMaster,
RpcContext rpcContext,
DescendantType descendantType,
FileSystemMasterCommonPOptions options,
boolean isGetFileInfo,
boolean forceSync,
boolean loadOnly,
boolean loadAlways)
Create a new instance of
InodeSyncStream without any audit or permission checks. |
InodeSyncStream(LockingScheme rootPath,
DefaultFileSystemMaster fsMaster,
RpcContext rpcContext,
DescendantType descendantType,
FileSystemMasterCommonPOptions options,
FileSystemMasterAuditContext auditContext,
java.util.function.Function<LockedInodePath,Inode> auditContextSrcInodeFunc,
alluxio.master.file.DefaultFileSystemMaster.PermissionCheckFunction permissionCheckOperation,
boolean isGetFileInfo,
boolean forceSync,
boolean loadOnly,
boolean loadAlways)
Create a new instance of
InodeSyncStream . |
Modifier and Type | Method and Description |
---|---|
void |
UfsSyncPathCache.notifySyncedPath(String path,
DescendantType descendantType)
Notifies the cache that the path was synced.
|
Copyright © 2023. All Rights Reserved.