Package | Description |
---|---|
alluxio.thrift | |
alluxio.worker.block |
Modifier and Type | Method and Description |
---|---|
CancelBlockTResponse |
BlockWorkerClientService.Iface.cancelBlock(long sessionId,
long blockId,
CancelBlockTOptions options)
Used to cancel a block which is being written.
|
CancelBlockTResponse |
BlockWorkerClientService.Client.cancelBlock(long sessionId,
long blockId,
CancelBlockTOptions options) |
CancelBlockTResponse |
CancelBlockTResponse.deepCopy() |
CancelBlockTResponse |
BlockWorkerClientService.AsyncClient.cancelBlock_call.getResult() |
CancelBlockTResponse |
BlockWorkerClientService.cancelBlock_result.getSuccess() |
CancelBlockTResponse |
BlockWorkerClientService.Client.recv_cancelBlock() |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<CancelBlockTResponse> |
BlockWorkerClientService.AsyncProcessor.cancelBlock.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
CancelBlockTResponse.compareTo(CancelBlockTResponse other) |
boolean |
CancelBlockTResponse.equals(CancelBlockTResponse that) |
BlockWorkerClientService.cancelBlock_result |
BlockWorkerClientService.cancelBlock_result.setSuccess(CancelBlockTResponse success) |
Modifier and Type | Method and Description |
---|---|
void |
BlockWorkerClientService.AsyncProcessor.cancelBlock.start(I iface,
BlockWorkerClientService.cancelBlock_args args,
org.apache.thrift.async.AsyncMethodCallback<CancelBlockTResponse> resultHandler) |
Constructor and Description |
---|
cancelBlock_result(CancelBlockTResponse success,
AlluxioTException e) |
CancelBlockTResponse(CancelBlockTResponse other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
CancelBlockTResponse |
BlockWorkerClientServiceHandler.cancelBlock(long sessionId,
long blockId,
CancelBlockTOptions options) |
Copyright © 2023. All Rights Reserved.