Package | Description |
---|---|
alluxio.thrift | |
alluxio.worker.block |
Modifier and Type | Method and Description |
---|---|
UnlockBlockTOptions |
UnlockBlockTOptions.deepCopy() |
UnlockBlockTOptions |
BlockWorkerClientService.unlockBlock_args.getOptions()
the method options
|
Modifier and Type | Method and Description |
---|---|
int |
UnlockBlockTOptions.compareTo(UnlockBlockTOptions other) |
boolean |
UnlockBlockTOptions.equals(UnlockBlockTOptions that) |
void |
BlockWorkerClientService.Client.send_unlockBlock(long blockId,
long sessionId,
UnlockBlockTOptions options) |
BlockWorkerClientService.unlockBlock_args |
BlockWorkerClientService.unlockBlock_args.setOptions(UnlockBlockTOptions options)
the method options
|
UnlockBlockTResponse |
BlockWorkerClientService.Iface.unlockBlock(long blockId,
long sessionId,
UnlockBlockTOptions options)
Used to unlock a block after the block is accessed, if the block is to be removed, delete the
block file.
|
UnlockBlockTResponse |
BlockWorkerClientService.Client.unlockBlock(long blockId,
long sessionId,
UnlockBlockTOptions options) |
void |
BlockWorkerClientService.AsyncIface.unlockBlock(long blockId,
long sessionId,
UnlockBlockTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
BlockWorkerClientService.AsyncClient.unlockBlock(long blockId,
long sessionId,
UnlockBlockTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
Constructor and Description |
---|
unlockBlock_args(long blockId,
long sessionId,
UnlockBlockTOptions options) |
unlockBlock_call(long blockId,
long sessionId,
UnlockBlockTOptions 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) |
UnlockBlockTOptions(UnlockBlockTOptions other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
UnlockBlockTResponse |
BlockWorkerClientServiceHandler.unlockBlock(long blockId,
long sessionId,
UnlockBlockTOptions options) |
Copyright © 2023. All Rights Reserved.