Package | Description |
---|---|
alluxio.master.file | |
alluxio.master.file.contexts |
Modifier and Type | Method and Description |
---|---|
OperationContext |
RpcContext.getOperationContext() |
Modifier and Type | Method and Description |
---|---|
RpcContext |
DefaultFileSystemMaster.createRpcContext(OperationContext operationContext) |
Constructor and Description |
---|
RpcContext(BlockDeletionContext blockDeleter,
JournalContext journalContext,
OperationContext operationContext)
Creates an
RpcContext . |
Modifier and Type | Class and Description |
---|---|
class |
OperationContext<T extends com.google.protobuf.GeneratedMessageV3.Builder,C extends OperationContext>
Used as a base class for wrapping context around proto messages.
|
Modifier and Type | Class and Description |
---|---|
class |
CheckAccessContext
Used to merge and wrap
CheckAccessPOptions . |
class |
CheckConsistencyContext
Used to merge and wrap
CheckConsistencyPOptions . |
class |
CompleteFileContext
Used to merge and wrap
CompleteFilePOptions . |
class |
CreateDirectoryContext
Used to merge and wrap
CreateDirectoryPOptions . |
class |
CreateFileContext
Implementation of
OperationContext used to merge and wrap CreateFilePOptions . |
class |
CreatePathContext<T extends com.google.protobuf.GeneratedMessageV3.Builder<?>,K extends CreatePathContext<?,?>>
Wrapper for
CreateFilePOptions or CreateDirectoryPOptions with additional context
data. |
class |
DeleteContext
Used to merge and wrap
DeletePOptions . |
class |
FreeContext
Used to merge and wrap
FreePOptions . |
class |
GetStatusContext
Used to merge and wrap
GetStatusPOptions . |
class |
InternalOperationContext
Used for wiring call-tracking to non-rpc requests.
|
class |
ListStatusContext
Used to merge and wrap
ListStatusPOptions . |
class |
LoadMetadataContext
Used to merge and wrap
LoadMetadataPOptions . |
class |
MountContext
Used to merge and wrap
MountPOptions . |
class |
RenameContext
Used to merge and wrap
RenamePOptions . |
class |
ScheduleAsyncPersistenceContext
Used to merge and wrap
ScheduleAsyncPersistencePOptions . |
class |
SetAclContext
Used to merge and wrap
SetAclPOptions . |
class |
SetAttributeContext
Used to merge and wrap
SetAttributePOptions . |
class |
WorkerHeartbeatContext
Used to merge and wrap
FileSystemHeartbeatPOptions . |
Copyright © 2023. All Rights Reserved.