Uses of Class
alluxio.multi.process.MasterNetAddress
-
Packages that use MasterNetAddress Package Description alluxio.multi.process -
-
Uses of MasterNetAddress in alluxio.multi.process
Methods in alluxio.multi.process that return types with arguments of type MasterNetAddress Modifier and Type Method Description java.util.List<MasterNetAddress>MultiProcessCluster. getMasterAddresses()Methods in alluxio.multi.process with parameters of type MasterNetAddress Modifier and Type Method Description voidMultiProcessCluster. addExternalMasterAddress(MasterNetAddress externalMasterAddress)Updates internal master list with an external address.
-