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 |
---|---|
GetWorkerIdTOptions |
GetWorkerIdTOptions.deepCopy() |
GetWorkerIdTOptions |
BlockMasterWorkerService.getWorkerId_args.getOptions()
the method options
|
Modifier and Type | Method and Description |
---|---|
int |
GetWorkerIdTOptions.compareTo(GetWorkerIdTOptions other) |
boolean |
GetWorkerIdTOptions.equals(GetWorkerIdTOptions that) |
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) |
void |
BlockMasterWorkerService.AsyncIface.getWorkerId(WorkerNetAddress workerNetAddress,
GetWorkerIdTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
BlockMasterWorkerService.AsyncClient.getWorkerId(WorkerNetAddress workerNetAddress,
GetWorkerIdTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
BlockMasterWorkerService.Client.send_getWorkerId(WorkerNetAddress workerNetAddress,
GetWorkerIdTOptions options) |
BlockMasterWorkerService.getWorkerId_args |
BlockMasterWorkerService.getWorkerId_args.setOptions(GetWorkerIdTOptions options)
the method options
|
Constructor and Description |
---|
getWorkerId_args(WorkerNetAddress workerNetAddress,
GetWorkerIdTOptions options) |
getWorkerId_call(WorkerNetAddress workerNetAddress,
GetWorkerIdTOptions 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) |
GetWorkerIdTOptions(GetWorkerIdTOptions other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.