Package | Description |
---|---|
alluxio.thrift | |
alluxio.worker.block |
Modifier and Type | Method and Description |
---|---|
CacheBlockTOptions |
CacheBlockTOptions.deepCopy() |
CacheBlockTOptions |
BlockWorkerClientService.cacheBlock_args.getOptions()
the method options
|
Modifier and Type | Method and Description |
---|---|
CacheBlockTResponse |
BlockWorkerClientService.Iface.cacheBlock(long sessionId,
long blockId,
CacheBlockTOptions options)
Used to cache a block into Alluxio space, worker will move the temporary block file from session
folder to data folder, and update the space usage information related.
|
CacheBlockTResponse |
BlockWorkerClientService.Client.cacheBlock(long sessionId,
long blockId,
CacheBlockTOptions options) |
void |
BlockWorkerClientService.AsyncIface.cacheBlock(long sessionId,
long blockId,
CacheBlockTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
BlockWorkerClientService.AsyncClient.cacheBlock(long sessionId,
long blockId,
CacheBlockTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
int |
CacheBlockTOptions.compareTo(CacheBlockTOptions other) |
boolean |
CacheBlockTOptions.equals(CacheBlockTOptions that) |
void |
BlockWorkerClientService.Client.send_cacheBlock(long sessionId,
long blockId,
CacheBlockTOptions options) |
BlockWorkerClientService.cacheBlock_args |
BlockWorkerClientService.cacheBlock_args.setOptions(CacheBlockTOptions options)
the method options
|
Constructor and Description |
---|
cacheBlock_args(long sessionId,
long blockId,
CacheBlockTOptions options) |
cacheBlock_call(long sessionId,
long blockId,
CacheBlockTOptions 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) |
CacheBlockTOptions(CacheBlockTOptions other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
CacheBlockTResponse |
BlockWorkerClientServiceHandler.cacheBlock(long sessionId,
long blockId,
CacheBlockTOptions options) |
Copyright © 2023. All Rights Reserved.