Package | Description |
---|---|
alluxio.thrift | |
alluxio.worker.block |
Modifier and Type | Method and Description |
---|---|
UnlockBlockTResponse |
UnlockBlockTResponse.deepCopy() |
UnlockBlockTResponse |
BlockWorkerClientService.AsyncClient.unlockBlock_call.getResult() |
UnlockBlockTResponse |
BlockWorkerClientService.unlockBlock_result.getSuccess() |
UnlockBlockTResponse |
BlockWorkerClientService.Client.recv_unlockBlock() |
UnlockBlockTResponse |
UnlockBlockTResponse.setSuccess(boolean success) |
UnlockBlockTResponse |
BlockWorkerClientService.Iface.unlockBlock(long blockId,
long sessionId,
UnlockBlockTOptions options)
Used to unlock a block after the block is accessed, if the block is to be removed, delete the
block file.
|
UnlockBlockTResponse |
BlockWorkerClientService.Client.unlockBlock(long blockId,
long sessionId,
UnlockBlockTOptions options) |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<UnlockBlockTResponse> |
BlockWorkerClientService.AsyncProcessor.unlockBlock.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
UnlockBlockTResponse.compareTo(UnlockBlockTResponse other) |
boolean |
UnlockBlockTResponse.equals(UnlockBlockTResponse that) |
BlockWorkerClientService.unlockBlock_result |
BlockWorkerClientService.unlockBlock_result.setSuccess(UnlockBlockTResponse success) |
Modifier and Type | Method and Description |
---|---|
void |
BlockWorkerClientService.AsyncProcessor.unlockBlock.start(I iface,
BlockWorkerClientService.unlockBlock_args args,
org.apache.thrift.async.AsyncMethodCallback<UnlockBlockTResponse> resultHandler) |
Constructor and Description |
---|
unlockBlock_result(UnlockBlockTResponse success,
AlluxioTException e) |
UnlockBlockTResponse(UnlockBlockTResponse other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
UnlockBlockTResponse |
BlockWorkerClientServiceHandler.unlockBlock(long blockId,
long sessionId,
UnlockBlockTOptions options) |
Copyright © 2023. All Rights Reserved.