Package | Description |
---|---|
alluxio.thrift | |
alluxio.worker.block |
Modifier and Type | Method and Description |
---|---|
PromoteBlockTResponse |
PromoteBlockTResponse.deepCopy() |
PromoteBlockTResponse |
BlockWorkerClientService.AsyncClient.promoteBlock_call.getResult() |
PromoteBlockTResponse |
BlockWorkerClientService.promoteBlock_result.getSuccess() |
PromoteBlockTResponse |
BlockWorkerClientService.Iface.promoteBlock(long blockId,
PromoteBlockTOptions options)
Used to promote block on under storage layer to top storage layer when there are more than one
storage layers in Alluxio's space.
|
PromoteBlockTResponse |
BlockWorkerClientService.Client.promoteBlock(long blockId,
PromoteBlockTOptions options) |
PromoteBlockTResponse |
BlockWorkerClientService.Client.recv_promoteBlock() |
PromoteBlockTResponse |
PromoteBlockTResponse.setPromoted(boolean promoted) |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<PromoteBlockTResponse> |
BlockWorkerClientService.AsyncProcessor.promoteBlock.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
PromoteBlockTResponse.compareTo(PromoteBlockTResponse other) |
boolean |
PromoteBlockTResponse.equals(PromoteBlockTResponse that) |
BlockWorkerClientService.promoteBlock_result |
BlockWorkerClientService.promoteBlock_result.setSuccess(PromoteBlockTResponse success) |
Modifier and Type | Method and Description |
---|---|
void |
BlockWorkerClientService.AsyncProcessor.promoteBlock.start(I iface,
BlockWorkerClientService.promoteBlock_args args,
org.apache.thrift.async.AsyncMethodCallback<PromoteBlockTResponse> resultHandler) |
Constructor and Description |
---|
promoteBlock_result(PromoteBlockTResponse success,
AlluxioTException e) |
PromoteBlockTResponse(PromoteBlockTResponse other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
PromoteBlockTResponse |
BlockWorkerClientServiceHandler.promoteBlock(long blockId,
PromoteBlockTOptions options) |
Copyright © 2023. All Rights Reserved.