Package com.dianping.cat.status.model.entity

Examples of com.dianping.cat.status.model.entity.RuntimeInfo


  @Override
  public void visitStatus(StatusInfo status) {
    status.setTimestamp(new Date());
    status.setOs(new OsInfo());
    status.setDisk(new DiskInfo());
    status.setRuntime(new RuntimeInfo());
    status.setMemory(new MemoryInfo());
    status.setThread(new ThreadsInfo());
    status.setMessage(new MessageInfo());

    super.visitStatus(status);
View Full Code Here

TOP

Related Classes of com.dianping.cat.status.model.entity.RuntimeInfo

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.