Uses of Class
org.apache.hugegraph.computer.core.common.ContainerInfo
-
Packages that use ContainerInfo Package Description org.apache.hugegraph.computer.core.bsp -
-
Uses of ContainerInfo in org.apache.hugegraph.computer.core.bsp
Methods in org.apache.hugegraph.computer.core.bsp that return ContainerInfo Modifier and Type Method Description ContainerInfoBsp4Worker. waitMasterInitDone()Wait master registered, get master's information includes hostname and port.Methods in org.apache.hugegraph.computer.core.bsp that return types with arguments of type ContainerInfo Modifier and Type Method Description java.util.List<ContainerInfo>Bsp4Worker. waitMasterAllInitDone()Get all workers information includes hostname and port the workers listen on.java.util.List<ContainerInfo>Bsp4Master. waitWorkersInitDone()Wait workers registered.Methods in org.apache.hugegraph.computer.core.bsp with parameters of type ContainerInfo Modifier and Type Method Description voidBsp4Master. masterInitDone(ContainerInfo masterInfo)Register Master, workers can get master information.Constructors in org.apache.hugegraph.computer.core.bsp with parameters of type ContainerInfo Constructor Description Bsp4Worker(org.apache.hugegraph.computer.core.config.Config config, ContainerInfo workerInfo)
-