Package | Description |
---|---|
alluxio.thrift | |
alluxio.worker.block |
Modifier and Type | Method and Description |
---|---|
AccessBlockTOptions |
AccessBlockTOptions.deepCopy() |
AccessBlockTOptions |
BlockWorkerClientService.accessBlock_args.getOptions()
the method options
|
Modifier and Type | Method and Description |
---|---|
AccessBlockTResponse |
BlockWorkerClientService.Iface.accessBlock(long blockId,
AccessBlockTOptions options)
Accesses a block given the block id.
|
AccessBlockTResponse |
BlockWorkerClientService.Client.accessBlock(long blockId,
AccessBlockTOptions options) |
void |
BlockWorkerClientService.AsyncIface.accessBlock(long blockId,
AccessBlockTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
BlockWorkerClientService.AsyncClient.accessBlock(long blockId,
AccessBlockTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
int |
AccessBlockTOptions.compareTo(AccessBlockTOptions other) |
boolean |
AccessBlockTOptions.equals(AccessBlockTOptions that) |
void |
BlockWorkerClientService.Client.send_accessBlock(long blockId,
AccessBlockTOptions options) |
BlockWorkerClientService.accessBlock_args |
BlockWorkerClientService.accessBlock_args.setOptions(AccessBlockTOptions options)
the method options
|
Constructor and Description |
---|
accessBlock_args(long blockId,
AccessBlockTOptions options) |
accessBlock_call(long blockId,
AccessBlockTOptions 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) |
AccessBlockTOptions(AccessBlockTOptions other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
AccessBlockTResponse |
BlockWorkerClientServiceHandler.accessBlock(long blockId,
AccessBlockTOptions options) |
Copyright © 2023. All Rights Reserved.