Package | Description |
---|---|
alluxio.thrift | |
alluxio.worker.block |
Modifier and Type | Method and Description |
---|---|
LockBlockTResponse |
LockBlockTResponse.deepCopy() |
LockBlockTResponse |
BlockWorkerClientService.AsyncClient.lockBlock_call.getResult() |
LockBlockTResponse |
BlockWorkerClientService.lockBlock_result.getSuccess() |
LockBlockTResponse |
BlockWorkerClientService.Iface.lockBlock(long blockId,
long sessionId,
LockBlockTOptions options)
Locks the file in Alluxio's space while the session is reading it.
|
LockBlockTResponse |
BlockWorkerClientService.Client.lockBlock(long blockId,
long sessionId,
LockBlockTOptions options) |
LockBlockTResponse |
BlockWorkerClientService.Client.recv_lockBlock() |
LockBlockTResponse |
LockBlockTResponse.setBlockPath(String blockPath) |
LockBlockTResponse |
LockBlockTResponse.setLockBlockStatus(LockBlockStatus lockBlockStatus) |
LockBlockTResponse |
LockBlockTResponse.setLockId(long lockId) |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<LockBlockTResponse> |
BlockWorkerClientService.AsyncProcessor.lockBlock.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
LockBlockTResponse.compareTo(LockBlockTResponse other) |
boolean |
LockBlockTResponse.equals(LockBlockTResponse that) |
BlockWorkerClientService.lockBlock_result |
BlockWorkerClientService.lockBlock_result.setSuccess(LockBlockTResponse success) |
Modifier and Type | Method and Description |
---|---|
void |
BlockWorkerClientService.AsyncProcessor.lockBlock.start(I iface,
BlockWorkerClientService.lockBlock_args args,
org.apache.thrift.async.AsyncMethodCallback<LockBlockTResponse> resultHandler) |
Constructor and Description |
---|
lockBlock_result(LockBlockTResponse success,
AlluxioTException e) |
LockBlockTResponse(LockBlockTResponse other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
LockBlockTResponse |
BlockWorkerClientServiceHandler.lockBlock(long blockId,
long sessionId,
LockBlockTOptions options) |
Copyright © 2023. All Rights Reserved.