Package | Description |
---|---|
alluxio.master.file | |
alluxio.master.file.contexts | |
alluxio.master.file.meta | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
OperationId |
RpcContext.getOpId()
gets op id.
|
Modifier and Type | Method and Description |
---|---|
OperationId |
RenameContext.getOperationId() |
OperationId |
DeleteContext.getOperationId() |
OperationId |
CompleteFileContext.getOperationId() |
OperationId |
CreateFileContext.getOperationId() |
OperationId |
CreateDirectoryContext.getOperationId() |
OperationId |
OperationContext.getOperationId()
Get embedded operation id, passed via proto options.
|
Modifier and Type | Method and Description |
---|---|
void |
InodeTreePersistentState.cacheOperation(OperationId opId)
Used to mark an operation as complete in retry-cache.
|
void |
InodeTree.cacheOperation(OperationId opId)
Used to mark an operation as complete in retry-cache.
|
boolean |
InodeTreePersistentState.isOperationComplete(OperationId opId)
Whether given operation is still cached in retry-cache.
|
boolean |
InodeTree.isOperationComplete(OperationId opId)
Whether given operation is still cached in retry-cache.
|
Modifier and Type | Method and Description |
---|---|
static OperationId |
OperationId.fromFsProto(FsOpPId opId)
Creates FsOpId from proto.
|
static OperationId |
OperationId.fromJournalProto(Journal.JournalOpPId opId)
Creates FsOpId from proto.
|
Copyright © 2023. All Rights Reserved.