Package | Description |
---|---|
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
BlockWorkerClientService.requestBlockLocation_args |
BlockWorkerClientService.requestBlockLocation_args.deepCopy() |
BlockWorkerClientService.requestBlockLocation_args |
BlockWorkerClientService.Processor.requestBlockLocation.getEmptyArgsInstance() |
BlockWorkerClientService.requestBlockLocation_args |
BlockWorkerClientService.AsyncProcessor.requestBlockLocation.getEmptyArgsInstance() |
BlockWorkerClientService.requestBlockLocation_args |
BlockWorkerClientService.requestBlockLocation_args.setBlockId(long blockId)
the id of the block being accessed
|
BlockWorkerClientService.requestBlockLocation_args |
BlockWorkerClientService.requestBlockLocation_args.setInitialBytes(long initialBytes)
initial number of bytes requested
|
BlockWorkerClientService.requestBlockLocation_args |
BlockWorkerClientService.requestBlockLocation_args.setOptions(RequestBlockLocationTOptions options)
the method options
|
BlockWorkerClientService.requestBlockLocation_args |
BlockWorkerClientService.requestBlockLocation_args.setSessionId(long sessionId)
the id of the current session
|
BlockWorkerClientService.requestBlockLocation_args |
BlockWorkerClientService.requestBlockLocation_args.setWriteTier(int writeTier)
the target tier to write to
|
Modifier and Type | Method and Description |
---|---|
int |
BlockWorkerClientService.requestBlockLocation_args.compareTo(BlockWorkerClientService.requestBlockLocation_args other) |
boolean |
BlockWorkerClientService.requestBlockLocation_args.equals(BlockWorkerClientService.requestBlockLocation_args that) |
BlockWorkerClientService.requestBlockLocation_result |
BlockWorkerClientService.Processor.requestBlockLocation.getResult(I iface,
BlockWorkerClientService.requestBlockLocation_args args) |
void |
BlockWorkerClientService.AsyncProcessor.requestBlockLocation.start(I iface,
BlockWorkerClientService.requestBlockLocation_args args,
org.apache.thrift.async.AsyncMethodCallback<RequestBlockLocationTResponse> resultHandler) |
Constructor and Description |
---|
requestBlockLocation_args(BlockWorkerClientService.requestBlockLocation_args other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.