Package | Description |
---|---|
alluxio.master.meta | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
GetMasterIdTResponse |
MetaMasterMasterServiceHandler.getMasterId(MasterNetAddress address,
GetMasterIdTOptions options) |
Modifier and Type | Method and Description |
---|---|
GetMasterIdTResponse |
GetMasterIdTResponse.deepCopy() |
GetMasterIdTResponse |
MetaMasterMasterService.Iface.getMasterId(MasterNetAddress masterAddress,
GetMasterIdTOptions options)
Returns a master id for the given master address.
|
GetMasterIdTResponse |
MetaMasterMasterService.Client.getMasterId(MasterNetAddress masterAddress,
GetMasterIdTOptions options) |
GetMasterIdTResponse |
MetaMasterMasterService.AsyncClient.getMasterId_call.getResult() |
GetMasterIdTResponse |
MetaMasterMasterService.getMasterId_result.getSuccess() |
GetMasterIdTResponse |
MetaMasterMasterService.Client.recv_getMasterId() |
GetMasterIdTResponse |
GetMasterIdTResponse.setMasterId(long masterId) |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<GetMasterIdTResponse> |
MetaMasterMasterService.AsyncProcessor.getMasterId.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
GetMasterIdTResponse.compareTo(GetMasterIdTResponse other) |
boolean |
GetMasterIdTResponse.equals(GetMasterIdTResponse that) |
MetaMasterMasterService.getMasterId_result |
MetaMasterMasterService.getMasterId_result.setSuccess(GetMasterIdTResponse success) |
Modifier and Type | Method and Description |
---|---|
void |
MetaMasterMasterService.AsyncProcessor.getMasterId.start(I iface,
MetaMasterMasterService.getMasterId_args args,
org.apache.thrift.async.AsyncMethodCallback<GetMasterIdTResponse> resultHandler) |
Constructor and Description |
---|
getMasterId_result(GetMasterIdTResponse success,
AlluxioTException e) |
GetMasterIdTResponse(GetMasterIdTResponse other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.