Package org.apache.ambari.server.controller

Examples of org.apache.ambari.server.controller.ExecuteActionRequest


        RoleCommand.ACTIONEXECUTE,
        new ServiceComponentHostStartEvent(Role.HBASE_MASTER.toString(),
            hostname, System.currentTimeMillis()), "cluster1", "HBASE");
    List<Stage> stages = new ArrayList<Stage>();
    stages.add(s);
    ExecuteActionRequest request = new ExecuteActionRequest("cluster1", null, actionName, "HBASE",
        "HBASE_MASTER", null, null);
    db.persistActions(stages);
  }
View Full Code Here

TOP

Related Classes of org.apache.ambari.server.controller.ExecuteActionRequest

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.