Package | Description |
---|---|
alluxio.thrift | |
alluxio.worker.block |
Modifier and Type | Method and Description |
---|---|
RequestBlockLocationTOptions |
RequestBlockLocationTOptions.deepCopy() |
RequestBlockLocationTOptions |
BlockWorkerClientService.requestBlockLocation_args.getOptions()
the method options
|
Modifier and Type | Method and Description |
---|---|
int |
RequestBlockLocationTOptions.compareTo(RequestBlockLocationTOptions other) |
boolean |
RequestBlockLocationTOptions.equals(RequestBlockLocationTOptions that) |
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) |
void |
BlockWorkerClientService.AsyncIface.requestBlockLocation(long sessionId,
long blockId,
long initialBytes,
int writeTier,
RequestBlockLocationTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
BlockWorkerClientService.AsyncClient.requestBlockLocation(long sessionId,
long blockId,
long initialBytes,
int writeTier,
RequestBlockLocationTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
BlockWorkerClientService.Client.send_requestBlockLocation(long sessionId,
long blockId,
long initialBytes,
int writeTier,
RequestBlockLocationTOptions options) |
BlockWorkerClientService.requestBlockLocation_args |
BlockWorkerClientService.requestBlockLocation_args.setOptions(RequestBlockLocationTOptions options)
the method options
|
Constructor and Description |
---|
requestBlockLocation_args(long sessionId,
long blockId,
long initialBytes,
int writeTier,
RequestBlockLocationTOptions options) |
requestBlockLocation_call(long sessionId,
long blockId,
long initialBytes,
int writeTier,
RequestBlockLocationTOptions 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) |
RequestBlockLocationTOptions(RequestBlockLocationTOptions 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.