Package | Description |
---|---|
alluxio.thrift | |
alluxio.worker.block |
Modifier and Type | Method and Description |
---|---|
RemoveBlockTOptions |
RemoveBlockTOptions.deepCopy() |
RemoveBlockTOptions |
BlockWorkerClientService.removeBlock_args.getOptions()
the method options
|
Modifier and Type | Method and Description |
---|---|
int |
RemoveBlockTOptions.compareTo(RemoveBlockTOptions other) |
boolean |
RemoveBlockTOptions.equals(RemoveBlockTOptions that) |
RemoveBlockTResponse |
BlockWorkerClientService.Iface.removeBlock(long blockId,
RemoveBlockTOptions options)
Used to remove a block from an Alluxio worker.
|
RemoveBlockTResponse |
BlockWorkerClientService.Client.removeBlock(long blockId,
RemoveBlockTOptions options) |
void |
BlockWorkerClientService.AsyncIface.removeBlock(long blockId,
RemoveBlockTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
BlockWorkerClientService.AsyncClient.removeBlock(long blockId,
RemoveBlockTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
BlockWorkerClientService.Client.send_removeBlock(long blockId,
RemoveBlockTOptions options) |
BlockWorkerClientService.removeBlock_args |
BlockWorkerClientService.removeBlock_args.setOptions(RemoveBlockTOptions options)
the method options
|
Constructor and Description |
---|
removeBlock_args(long blockId,
RemoveBlockTOptions options) |
removeBlock_call(long blockId,
RemoveBlockTOptions 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) |
RemoveBlockTOptions(RemoveBlockTOptions other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
RemoveBlockTResponse |
BlockWorkerClientServiceHandler.removeBlock(long blockId,
RemoveBlockTOptions options) |
Copyright © 2023. All Rights Reserved.