Package | Description |
---|---|
alluxio.thrift | |
alluxio.worker.block |
Modifier and Type | Method and Description |
---|---|
RequestSpaceTOptions |
RequestSpaceTOptions.deepCopy() |
RequestSpaceTOptions |
BlockWorkerClientService.requestSpace_args.getOptions()
the method options
|
Modifier and Type | Method and Description |
---|---|
int |
RequestSpaceTOptions.compareTo(RequestSpaceTOptions other) |
boolean |
RequestSpaceTOptions.equals(RequestSpaceTOptions that) |
RequestSpaceTResponse |
BlockWorkerClientService.Iface.requestSpace(long sessionId,
long blockId,
long requestBytes,
RequestSpaceTOptions options)
Used to request space for some block file.
|
RequestSpaceTResponse |
BlockWorkerClientService.Client.requestSpace(long sessionId,
long blockId,
long requestBytes,
RequestSpaceTOptions options) |
void |
BlockWorkerClientService.AsyncIface.requestSpace(long sessionId,
long blockId,
long requestBytes,
RequestSpaceTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
BlockWorkerClientService.AsyncClient.requestSpace(long sessionId,
long blockId,
long requestBytes,
RequestSpaceTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
BlockWorkerClientService.Client.send_requestSpace(long sessionId,
long blockId,
long requestBytes,
RequestSpaceTOptions options) |
BlockWorkerClientService.requestSpace_args |
BlockWorkerClientService.requestSpace_args.setOptions(RequestSpaceTOptions options)
the method options
|
Constructor and Description |
---|
requestSpace_args(long sessionId,
long blockId,
long requestBytes,
RequestSpaceTOptions options) |
requestSpace_call(long sessionId,
long blockId,
long requestBytes,
RequestSpaceTOptions 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) |
RequestSpaceTOptions(RequestSpaceTOptions other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
RequestSpaceTResponse |
BlockWorkerClientServiceHandler.requestSpace(long sessionId,
long blockId,
long requestBytes,
RequestSpaceTOptions options) |
Copyright © 2023. All Rights Reserved.