摘要:
紧接着上一节HMaster的构建完成。接下来会调用HMaster调用master.start(),master.join()。 由HMaster的继承关系,很明显,他是Runnable的子类。也就是说,在调用其start方法时,run方法被调用。 下面,让我们来到HMaster.run方法。这里的涉 阅读全文
摘要:
首先,让我们来到HMaster的main方法。我们今天的流程就从这里开始。 我们需要注意,下图所示的tool的类型就是HMasterCommandLine。 接下来,让我们来到HMasterCommandLine.run方法 在HMasterCommandLine.startMaster方法开始,有 阅读全文