All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.baltoro.to.MgntContext Maven / Gradle / Ivy

There is a newer version: 4.0.12
Show newest version
package io.baltoro.to;

import java.util.List;

import io.baltoro.to.PathTO;

public class MgntContext
{
	
	private int cpuPercent;
	private int memoryGB;
	private int heartBeatCount;
	private long localTimestamp;
	private String clusterPath;
	private List pathTOs;
	private int threadCount;
	
	public int getCpuPercent()
	{
		return cpuPercent;
	}
	public void setCpuPercent(int cpuPercent)
	{
		this.cpuPercent = cpuPercent;
	}
	public int getMemoryGB()
	{
		return memoryGB;
	}
	public void setMemoryGB(int memoryGB)
	{
		this.memoryGB = memoryGB;
	}
	
	public int getHeartBeatCount()
	{
		return heartBeatCount;
	}
	public void setHeartBeatCount(int heartBeatCount)
	{
		this.heartBeatCount = heartBeatCount;
	}
	public long getLocalTimestamp()
	{
		return localTimestamp;
	}
	public void setLocalTimestamp(long localTimestamp)
	{
		this.localTimestamp = localTimestamp;
	}
	public List getPathTOs()
	{
		return pathTOs;
	}
	public void setPathTOs(List pathTOs)
	{
		this.pathTOs = pathTOs;
	}
	public String getClusterPath()
	{
		return clusterPath;
	}
	public void setClusterPath(String clusterPath)
	{
		this.clusterPath = clusterPath;
	}
	public int getThreadCount()
	{
		return threadCount;
	}
	public void setThreadCount(int threadCount)
	{
		this.threadCount = threadCount;
	}
	
	
	
	
	

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy