public interface AbstractCDODiscovery
The following features are supported:
JavaBenchmarkPackage.getAbstractCDODiscovery()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCacheType()
Returns the value of the 'Cache Type' attribute.
|
int |
getCurrentLruCapacity()
Returns the value of the 'Current Lru Capacity' attribute.
|
double |
getInitTimeInSeconds()
Returns the value of the 'Init Time In Seconds' attribute.
|
int |
getRevisedLruCapacity()
Returns the value of the 'Revised Lru Capacity' attribute.
|
java.lang.String |
getServerDescription()
Returns the value of the 'Server Description' attribute.
|
java.lang.String |
getVersion()
Returns the value of the 'Version' attribute.
|
void |
setCacheType(java.lang.String value)
Sets the value of the '
Cache Type' attribute. |
void |
setCurrentLruCapacity(int value)
Sets the value of the '
Current Lru Capacity' attribute. |
void |
setInitTimeInSeconds(double value)
Sets the value of the '
Init Time In Seconds' attribute. |
void |
setRevisedLruCapacity(int value)
Sets the value of the '
Revised Lru Capacity' attribute. |
void |
setServerDescription(java.lang.String value)
Sets the value of the '
Server Description' attribute. |
void |
setVersion(java.lang.String value)
Sets the value of the '
Version' attribute. |
java.lang.String getVersion()
If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...
setVersion(String),
JavaBenchmarkPackage.getAbstractCDODiscovery_Version()void setVersion(java.lang.String value)
Version' attribute.
value - the new value of the 'Version' attribute.getVersion()int getRevisedLruCapacity()
If the meaning of the 'Revised Lru Capacity' attribute isn't clear, there really should be more of a description here...
setRevisedLruCapacity(int),
JavaBenchmarkPackage.getAbstractCDODiscovery_RevisedLruCapacity()void setRevisedLruCapacity(int value)
Revised Lru Capacity' attribute.
value - the new value of the 'Revised Lru Capacity' attribute.getRevisedLruCapacity()java.lang.String getCacheType()
If the meaning of the 'Cache Type' attribute isn't clear, there really should be more of a description here...
setCacheType(String),
JavaBenchmarkPackage.getAbstractCDODiscovery_CacheType()void setCacheType(java.lang.String value)
Cache Type' attribute.
value - the new value of the 'Cache Type' attribute.getCacheType()java.lang.String getServerDescription()
If the meaning of the 'Server Description' attribute isn't clear, there really should be more of a description here...
setServerDescription(String),
JavaBenchmarkPackage.getAbstractCDODiscovery_ServerDescription()void setServerDescription(java.lang.String value)
Server Description' attribute.
value - the new value of the 'Server Description' attribute.getServerDescription()int getCurrentLruCapacity()
If the meaning of the 'Current Lru Capacity' attribute isn't clear, there really should be more of a description here...
setCurrentLruCapacity(int),
JavaBenchmarkPackage.getAbstractCDODiscovery_CurrentLruCapacity()void setCurrentLruCapacity(int value)
Current Lru Capacity' attribute.
value - the new value of the 'Current Lru Capacity' attribute.getCurrentLruCapacity()double getInitTimeInSeconds()
If the meaning of the 'Init Time In Seconds' attribute isn't clear, there really should be more of a description here...
setInitTimeInSeconds(double),
JavaBenchmarkPackage.getAbstractCDODiscovery_InitTimeInSeconds()void setInitTimeInSeconds(double value)
Init Time In Seconds' attribute.
value - the new value of the 'Init Time In Seconds' attribute.getInitTimeInSeconds()