Package org.apache.uima.ducc.agent

Examples of org.apache.uima.ducc.agent.ProcessReaperTask


  DuccLogger logger;
  public AgentMonitor(NodeAgent agent, DuccLogger logger, int nodeStability, int agentMetricsRate) {
    super(nodeStability, agentMetricsRate);
    //this.agent = agent;
    this.logger = logger;
    reaperTask = new ProcessReaperTask(agent,logger);
  }
View Full Code Here

TOP

Related Classes of org.apache.uima.ducc.agent.ProcessReaperTask

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.