public class Scheduler.GroupInfo extends Object implements Comparable<Scheduler.GroupInfo>
| Constructor and Description |
|---|
GroupInfo(String groupName,
String user,
int timeToIdelSeconds) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Scheduler.GroupInfo o) |
int |
getGroupId() |
String |
getGroupName() |
Set<Integer> |
getJobs() |
int |
getPriority() |
int |
getTimeToIdelSeconds() |
String |
getUser() |
void |
setPriority(int priority) |
void |
setTimeToIdelSeconds(int timeToIdelSeconds) |
public String getGroupName()
public int getGroupId()
public String getUser()
public void setTimeToIdelSeconds(int timeToIdelSeconds)
public int getPriority()
public void setPriority(int priority)
public int getTimeToIdelSeconds()
public int compareTo(Scheduler.GroupInfo o)
compareTo in interface Comparable<Scheduler.GroupInfo>Copyright © 2010–2016. All rights reserved.