Examples of IDuccId


Examples of org.apache.uima.ducc.common.utils.id.IDuccId

import org.apache.uima.ducc.transport.event.common.IDuccProcess;

public class CGroupManager {

  public static void assign(IDuccId primaryId, IDuccProcess process, long max_size_in_bytes) {
    IDuccId secondaryId = process.getDuccId();
    CGroup cgroup = new CGroup(primaryId, secondaryId, max_size_in_bytes);
    process.setCGroup(cgroup);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.