Package | Description |
---|---|
alluxio.thrift | |
alluxio.worker.block |
Modifier and Type | Method and Description |
---|---|
PromoteBlockTOptions |
PromoteBlockTOptions.deepCopy() |
PromoteBlockTOptions |
BlockWorkerClientService.promoteBlock_args.getOptions()
the method options
|
Modifier and Type | Method and Description |
---|---|
int |
PromoteBlockTOptions.compareTo(PromoteBlockTOptions other) |
boolean |
PromoteBlockTOptions.equals(PromoteBlockTOptions that) |
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) |
void |
BlockWorkerClientService.AsyncIface.promoteBlock(long blockId,
PromoteBlockTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
BlockWorkerClientService.AsyncClient.promoteBlock(long blockId,
PromoteBlockTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
BlockWorkerClientService.Client.send_promoteBlock(long blockId,
PromoteBlockTOptions options) |
BlockWorkerClientService.promoteBlock_args |
BlockWorkerClientService.promoteBlock_args.setOptions(PromoteBlockTOptions options)
the method options
|
Constructor and Description |
---|
promoteBlock_args(long blockId,
PromoteBlockTOptions options) |
promoteBlock_call(long blockId,
PromoteBlockTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
PromoteBlockTOptions(PromoteBlockTOptions 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.