Package | Description |
---|---|
alluxio.master.block | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
GetWorkerIdTResponse |
BlockMasterWorkerServiceHandler.getWorkerId(WorkerNetAddress workerNetAddress,
GetWorkerIdTOptions options) |
Modifier and Type | Method and Description |
---|---|
GetWorkerIdTResponse |
GetWorkerIdTResponse.deepCopy() |
GetWorkerIdTResponse |
BlockMasterWorkerService.AsyncClient.getWorkerId_call.getResult() |
GetWorkerIdTResponse |
BlockMasterWorkerService.getWorkerId_result.getSuccess() |
GetWorkerIdTResponse |
BlockMasterWorkerService.Iface.getWorkerId(WorkerNetAddress workerNetAddress,
GetWorkerIdTOptions options)
Returns a worker id for the given network address.
|
GetWorkerIdTResponse |
BlockMasterWorkerService.Client.getWorkerId(WorkerNetAddress workerNetAddress,
GetWorkerIdTOptions options) |
GetWorkerIdTResponse |
BlockMasterWorkerService.Client.recv_getWorkerId() |
GetWorkerIdTResponse |
GetWorkerIdTResponse.setWorkerId(long workerId) |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<GetWorkerIdTResponse> |
BlockMasterWorkerService.AsyncProcessor.getWorkerId.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
GetWorkerIdTResponse.compareTo(GetWorkerIdTResponse other) |
boolean |
GetWorkerIdTResponse.equals(GetWorkerIdTResponse that) |
BlockMasterWorkerService.getWorkerId_result |
BlockMasterWorkerService.getWorkerId_result.setSuccess(GetWorkerIdTResponse success) |
Modifier and Type | Method and Description |
---|---|
void |
BlockMasterWorkerService.AsyncProcessor.getWorkerId.start(I iface,
BlockMasterWorkerService.getWorkerId_args args,
org.apache.thrift.async.AsyncMethodCallback<GetWorkerIdTResponse> resultHandler) |
Constructor and Description |
---|
getWorkerId_result(GetWorkerIdTResponse success,
AlluxioTException e) |
GetWorkerIdTResponse(GetWorkerIdTResponse other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.