Package | Description |
---|---|
alluxio.master.meta | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
void |
DefaultMetaMaster.masterRegister(long masterId,
RegisterMasterTOptions options) |
void |
MetaMaster.masterRegister(long masterId,
RegisterMasterTOptions options)
A standby master registers with the leader master.
|
RegisterMasterTResponse |
MetaMasterMasterServiceHandler.registerMaster(long masterId,
RegisterMasterTOptions options) |
Modifier and Type | Method and Description |
---|---|
RegisterMasterTOptions |
RegisterMasterTOptions.deepCopy() |
RegisterMasterTOptions |
MetaMasterMasterService.registerMaster_args.getOptions()
the method options
|
RegisterMasterTOptions |
RegisterMasterTOptions.setConfigList(List<ConfigProperty> configList) |
Modifier and Type | Method and Description |
---|---|
int |
RegisterMasterTOptions.compareTo(RegisterMasterTOptions other) |
boolean |
RegisterMasterTOptions.equals(RegisterMasterTOptions that) |
RegisterMasterTResponse |
MetaMasterMasterService.Iface.registerMaster(long masterId,
RegisterMasterTOptions options)
Registers a master.
|
RegisterMasterTResponse |
MetaMasterMasterService.Client.registerMaster(long masterId,
RegisterMasterTOptions options) |
void |
MetaMasterMasterService.AsyncIface.registerMaster(long masterId,
RegisterMasterTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
MetaMasterMasterService.AsyncClient.registerMaster(long masterId,
RegisterMasterTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
MetaMasterMasterService.Client.send_registerMaster(long masterId,
RegisterMasterTOptions options) |
MetaMasterMasterService.registerMaster_args |
MetaMasterMasterService.registerMaster_args.setOptions(RegisterMasterTOptions options)
the method options
|
Constructor and Description |
---|
registerMaster_args(long masterId,
RegisterMasterTOptions options) |
registerMaster_call(long masterId,
RegisterMasterTOptions 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) |
RegisterMasterTOptions(RegisterMasterTOptions other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.