public class MemoryPool extends Object
| Constructor and Description |
|---|
MemoryPool() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCommitted()
Gets the committed.
|
String |
getId()
Gets the id.
|
long |
getInit()
Gets the inits the.
|
long |
getMax()
Gets the max.
|
String |
getName()
Gets the name.
|
String |
getType()
Gets the type.
|
int |
getUsageScore()
Gets the usage score.
|
long |
getUsed()
Gets the used.
|
void |
setCommitted(long committed)
Sets the committed.
|
void |
setInit(long init)
Sets the inits the.
|
void |
setMax(long max)
Sets the max.
|
void |
setName(String name)
Sets the name.
|
void |
setType(String type)
Sets the type.
|
void |
setUsed(long used)
Sets the used.
|
public String getName()
public void setName(String name)
name - the new namepublic long getInit()
public void setInit(long init)
init - the new inits thepublic long getMax()
public void setMax(long max)
max - the new maxpublic long getUsed()
public void setUsed(long used)
used - the new usedpublic long getCommitted()
public void setCommitted(long committed)
committed - the new committedpublic String getType()
public void setType(String type)
type - the new typepublic int getUsageScore()
public String getId()
Copyright © 2009–2020 psi-probe. All rights reserved.