Package | Description |
---|---|
alluxio.thrift | |
alluxio.worker.block |
Modifier and Type | Method and Description |
---|---|
CancelBlockTOptions |
CancelBlockTOptions.deepCopy() |
CancelBlockTOptions |
BlockWorkerClientService.cancelBlock_args.getOptions()
the method options
|
Modifier and Type | Method and Description |
---|---|
CancelBlockTResponse |
BlockWorkerClientService.Iface.cancelBlock(long sessionId,
long blockId,
CancelBlockTOptions options)
Used to cancel a block which is being written.
|
CancelBlockTResponse |
BlockWorkerClientService.Client.cancelBlock(long sessionId,
long blockId,
CancelBlockTOptions options) |
void |
BlockWorkerClientService.AsyncIface.cancelBlock(long sessionId,
long blockId,
CancelBlockTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
BlockWorkerClientService.AsyncClient.cancelBlock(long sessionId,
long blockId,
CancelBlockTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
int |
CancelBlockTOptions.compareTo(CancelBlockTOptions other) |
boolean |
CancelBlockTOptions.equals(CancelBlockTOptions that) |
void |
BlockWorkerClientService.Client.send_cancelBlock(long sessionId,
long blockId,
CancelBlockTOptions options) |
BlockWorkerClientService.cancelBlock_args |
BlockWorkerClientService.cancelBlock_args.setOptions(CancelBlockTOptions options)
the method options
|
Constructor and Description |
---|
cancelBlock_args(long sessionId,
long blockId,
CancelBlockTOptions options) |
cancelBlock_call(long sessionId,
long blockId,
CancelBlockTOptions 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) |
CancelBlockTOptions(CancelBlockTOptions other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
CancelBlockTResponse |
BlockWorkerClientServiceHandler.cancelBlock(long sessionId,
long blockId,
CancelBlockTOptions options) |
Copyright © 2023. All Rights Reserved.