public interface Benchmark
The following features are supported:
BenchmarkPackage.getBenchmark()| Modifier and Type | Method and Description |
|---|---|
long |
getJvmMaxHeapInMiB()
Returns the value of the 'Jvm Max Heap In Mi B' attribute.
|
java.lang.String |
getOsArchitecture()
Returns the value of the 'Os Architecture' attribute.
|
java.lang.String |
getOsName()
Returns the value of the 'Os Name' attribute.
|
java.lang.String |
getOsVersion()
Returns the value of the 'Os Version' attribute.
|
java.lang.String |
getProcessorCacheSize()
Returns the value of the 'Processor Cache Size' attribute.
|
int |
getProcessorCount()
Returns the value of the 'Processor Count' attribute.
|
java.lang.String |
getProcessorDescription()
Returns the value of the 'Processor Description' attribute.
|
java.lang.String |
getProcessorName()
Returns the value of the 'Processor Name' attribute.
|
java.lang.String |
getSystemMemory()
Returns the value of the 'System Memory' attribute.
|
void |
setJvmMaxHeapInMiB(long value)
Sets the value of the '
Jvm Max Heap In Mi B' attribute. |
void |
setOsArchitecture(java.lang.String value)
Sets the value of the '
Os Architecture' attribute. |
void |
setOsName(java.lang.String value)
Sets the value of the '
Os Name' attribute. |
void |
setOsVersion(java.lang.String value)
Sets the value of the '
Os Version' attribute. |
void |
setProcessorCacheSize(java.lang.String value)
Sets the value of the '
Processor Cache Size' attribute. |
void |
setProcessorCount(int value)
Sets the value of the '
Processor Count' attribute. |
void |
setProcessorDescription(java.lang.String value)
Sets the value of the '
Processor Description' attribute. |
void |
setProcessorName(java.lang.String value)
Sets the value of the '
Processor Name' attribute. |
void |
setSystemMemory(java.lang.String value)
Sets the value of the '
System Memory' attribute. |
long getJvmMaxHeapInMiB()
If the meaning of the 'Jvm Max Heap In Mi B' attribute isn't clear, there really should be more of a description here...
setJvmMaxHeapInMiB(long),
BenchmarkPackage.getBenchmark_JvmMaxHeapInMiB()void setJvmMaxHeapInMiB(long value)
Jvm Max Heap In Mi B' attribute.
value - the new value of the 'Jvm Max Heap In Mi B' attribute.getJvmMaxHeapInMiB()java.lang.String getProcessorName()
If the meaning of the 'Processor Name' attribute isn't clear, there really should be more of a description here...
setProcessorName(String),
BenchmarkPackage.getBenchmark_ProcessorName()void setProcessorName(java.lang.String value)
Processor Name' attribute.
value - the new value of the 'Processor Name' attribute.getProcessorName()java.lang.String getProcessorDescription()
If the meaning of the 'Processor Description' attribute isn't clear, there really should be more of a description here...
setProcessorDescription(String),
BenchmarkPackage.getBenchmark_ProcessorDescription()void setProcessorDescription(java.lang.String value)
Processor Description' attribute.
value - the new value of the 'Processor Description' attribute.getProcessorDescription()int getProcessorCount()
If the meaning of the 'Processor Count' attribute isn't clear, there really should be more of a description here...
setProcessorCount(int),
BenchmarkPackage.getBenchmark_ProcessorCount()void setProcessorCount(int value)
Processor Count' attribute.
value - the new value of the 'Processor Count' attribute.getProcessorCount()java.lang.String getProcessorCacheSize()
If the meaning of the 'Processor Cache Size' attribute isn't clear, there really should be more of a description here...
setProcessorCacheSize(String),
BenchmarkPackage.getBenchmark_ProcessorCacheSize()void setProcessorCacheSize(java.lang.String value)
Processor Cache Size' attribute.
value - the new value of the 'Processor Cache Size' attribute.getProcessorCacheSize()java.lang.String getSystemMemory()
If the meaning of the 'System Memory' attribute isn't clear, there really should be more of a description here...
setSystemMemory(String),
BenchmarkPackage.getBenchmark_SystemMemory()void setSystemMemory(java.lang.String value)
System Memory' attribute.
value - the new value of the 'System Memory' attribute.getSystemMemory()java.lang.String getOsName()
If the meaning of the 'Os Name' attribute isn't clear, there really should be more of a description here...
setOsName(String),
BenchmarkPackage.getBenchmark_OsName()void setOsName(java.lang.String value)
Os Name' attribute.
value - the new value of the 'Os Name' attribute.getOsName()java.lang.String getOsVersion()
If the meaning of the 'Os Version' attribute isn't clear, there really should be more of a description here...
setOsVersion(String),
BenchmarkPackage.getBenchmark_OsVersion()void setOsVersion(java.lang.String value)
Os Version' attribute.
value - the new value of the 'Os Version' attribute.getOsVersion()java.lang.String getOsArchitecture()
If the meaning of the 'Os Architecture' attribute isn't clear, there really should be more of a description here...
setOsArchitecture(String),
BenchmarkPackage.getBenchmark_OsArchitecture()void setOsArchitecture(java.lang.String value)
Os Architecture' attribute.
value - the new value of the 'Os Architecture' attribute.getOsArchitecture()