Package | Description |
---|---|
alluxio.thrift | |
alluxio.worker.block |
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) |
CacheBlockTResponse |
CacheBlockTResponse.deepCopy() |
CacheBlockTResponse |
BlockWorkerClientService.AsyncClient.cacheBlock_call.getResult() |
CacheBlockTResponse |
BlockWorkerClientService.cacheBlock_result.getSuccess() |
CacheBlockTResponse |
BlockWorkerClientService.Client.recv_cacheBlock() |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<CacheBlockTResponse> |
BlockWorkerClientService.AsyncProcessor.cacheBlock.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
CacheBlockTResponse.compareTo(CacheBlockTResponse other) |
boolean |
CacheBlockTResponse.equals(CacheBlockTResponse that) |
BlockWorkerClientService.cacheBlock_result |
BlockWorkerClientService.cacheBlock_result.setSuccess(CacheBlockTResponse success) |
Modifier and Type | Method and Description |
---|---|
void |
BlockWorkerClientService.AsyncProcessor.cacheBlock.start(I iface,
BlockWorkerClientService.cacheBlock_args args,
org.apache.thrift.async.AsyncMethodCallback<CacheBlockTResponse> resultHandler) |
Constructor and Description |
---|
cacheBlock_result(CacheBlockTResponse success,
AlluxioTException e) |
CacheBlockTResponse(CacheBlockTResponse 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.