Package org.apache.uima.ducc.ws.utils

Examples of org.apache.uima.ducc.ws.utils.DatedNodeMetricsUpdateDuccEvent


 
  public void update(NodeMetricsUpdateDuccEvent duccEvent) {
    String methodName = "update";
    duccLogger.trace(methodName, jobid, duccMsg.fetch("enter"));
    duccLogger.trace(methodName, jobid, duccMsg.fetchLabel("received")+"NodeMetricsUpdateDuccEvent");
    DuccMachinesData.getInstance().put(new DatedNodeMetricsUpdateDuccEvent(duccEvent));
    duccLogger.trace(methodName, jobid, duccMsg.fetch("exit"));
  }
View Full Code Here

TOP

Related Classes of org.apache.uima.ducc.ws.utils.DatedNodeMetricsUpdateDuccEvent

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.