|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.PerfPublisher.Report.Core
public class Core
| Constructor Summary | |
|---|---|
Core()
|
|
Core(int proc,
int coreid,
int physid)
|
|
| Method Summary | |
|---|---|
int |
getCoreid()
|
int |
getPhysid()
|
int |
getProc()
|
void |
setCoreid(int coreid)
|
void |
setPhysid(int physid)
|
void |
setProc(int proc)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Core()
public Core(int proc,
int coreid,
int physid)
| Method Detail |
|---|
public int getProc()
public void setProc(int proc)
proc - the proc to setpublic int getCoreid()
public void setCoreid(int coreid)
coreid - the coreid to setpublic int getPhysid()
public void setPhysid(int physid)
physid - the physid to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||