Package org.apache.ambari.server.state.action

Examples of org.apache.ambari.server.state.action.ActionImpl


public class JobTest {

  private Action createNewJob(long id, String jobName, long startTime) {
    ActionId jId = new ActionId(id, new ActionType(jobName));
    Action job = new ActionImpl(jId, startTime);
    return job;
  }
View Full Code Here

TOP

Related Classes of org.apache.ambari.server.state.action.ActionImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.