Package | Description |
---|---|
alluxio.thrift | |
alluxio.worker.block |
Modifier and Type | Method and Description |
---|---|
RequestBlockLocationTResponse |
RequestBlockLocationTResponse.deepCopy() |
RequestBlockLocationTResponse |
BlockWorkerClientService.AsyncClient.requestBlockLocation_call.getResult() |
RequestBlockLocationTResponse |
BlockWorkerClientService.requestBlockLocation_result.getSuccess() |
RequestBlockLocationTResponse |
BlockWorkerClientService.Client.recv_requestBlockLocation() |
RequestBlockLocationTResponse |
BlockWorkerClientService.Iface.requestBlockLocation(long sessionId,
long blockId,
long initialBytes,
int writeTier,
RequestBlockLocationTOptions options)
Used to allocate location and space for a new coming block, worker will choose the appropriate
storage directory which fits the initial block size by some allocation strategy, and the
temporary file path of the block file will be returned.
|
RequestBlockLocationTResponse |
BlockWorkerClientService.Client.requestBlockLocation(long sessionId,
long blockId,
long initialBytes,
int writeTier,
RequestBlockLocationTOptions options) |
RequestBlockLocationTResponse |
RequestBlockLocationTResponse.setLocation(String location) |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<RequestBlockLocationTResponse> |
BlockWorkerClientService.AsyncProcessor.requestBlockLocation.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
RequestBlockLocationTResponse.compareTo(RequestBlockLocationTResponse other) |
boolean |
RequestBlockLocationTResponse.equals(RequestBlockLocationTResponse that) |
BlockWorkerClientService.requestBlockLocation_result |
BlockWorkerClientService.requestBlockLocation_result.setSuccess(RequestBlockLocationTResponse success) |
Modifier and Type | Method and Description |
---|---|
void |
BlockWorkerClientService.AsyncProcessor.requestBlockLocation.start(I iface,
BlockWorkerClientService.requestBlockLocation_args args,
org.apache.thrift.async.AsyncMethodCallback<RequestBlockLocationTResponse> resultHandler) |
Constructor and Description |
---|
requestBlockLocation_result(RequestBlockLocationTResponse success,
AlluxioTException e) |
RequestBlockLocationTResponse(RequestBlockLocationTResponse other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
RequestBlockLocationTResponse |
BlockWorkerClientServiceHandler.requestBlockLocation(long sessionId,
long blockId,
long initialBytes,
int writeTier,
RequestBlockLocationTOptions options) |
Copyright © 2023. All Rights Reserved.