org.eclipse.modisco.java.discoverer.benchmark.javaBenchmark
Interface AbstractCDODiscovery

All Known Subinterfaces:
CDODiscovery, CDOProjectDiscovery

public interface AbstractCDODiscovery

A representation of the model object 'Abstract CDO Discovery'.

The following features are supported:

See Also:
JavaBenchmarkPackage.getAbstractCDODiscovery()
Generated:
Model:
abstract="true"

Method Summary
 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.
 

Method Detail

getVersion

java.lang.String getVersion()
Returns the value of the 'Version' attribute.

If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Version' attribute.
See Also:
setVersion(String), JavaBenchmarkPackage.getAbstractCDODiscovery_Version()
Generated:
Model:

setVersion

void setVersion(java.lang.String value)
Sets the value of the 'Version' attribute.

Parameters:
value - the new value of the 'Version' attribute.
See Also:
getVersion()
Generated:

getRevisedLruCapacity

int getRevisedLruCapacity()
Returns the value of the 'Revised Lru Capacity' attribute.

If the meaning of the 'Revised Lru Capacity' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Revised Lru Capacity' attribute.
See Also:
setRevisedLruCapacity(int), JavaBenchmarkPackage.getAbstractCDODiscovery_RevisedLruCapacity()
Generated:
Model:

setRevisedLruCapacity

void setRevisedLruCapacity(int value)
Sets the value of the 'Revised Lru Capacity' attribute.

Parameters:
value - the new value of the 'Revised Lru Capacity' attribute.
See Also:
getRevisedLruCapacity()
Generated:

getCacheType

java.lang.String getCacheType()
Returns the value of the 'Cache Type' attribute.

If the meaning of the 'Cache Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Cache Type' attribute.
See Also:
setCacheType(String), JavaBenchmarkPackage.getAbstractCDODiscovery_CacheType()
Generated:
Model:

setCacheType

void setCacheType(java.lang.String value)
Sets the value of the 'Cache Type' attribute.

Parameters:
value - the new value of the 'Cache Type' attribute.
See Also:
getCacheType()
Generated:

getServerDescription

java.lang.String getServerDescription()
Returns the value of the 'Server Description' attribute.

If the meaning of the 'Server Description' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Server Description' attribute.
See Also:
setServerDescription(String), JavaBenchmarkPackage.getAbstractCDODiscovery_ServerDescription()
Generated:
Model:

setServerDescription

void setServerDescription(java.lang.String value)
Sets the value of the 'Server Description' attribute.

Parameters:
value - the new value of the 'Server Description' attribute.
See Also:
getServerDescription()
Generated:

getCurrentLruCapacity

int getCurrentLruCapacity()
Returns the value of the 'Current Lru Capacity' attribute.

If the meaning of the 'Current Lru Capacity' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Current Lru Capacity' attribute.
See Also:
setCurrentLruCapacity(int), JavaBenchmarkPackage.getAbstractCDODiscovery_CurrentLruCapacity()
Generated:
Model:

setCurrentLruCapacity

void setCurrentLruCapacity(int value)
Sets the value of the 'Current Lru Capacity' attribute.

Parameters:
value - the new value of the 'Current Lru Capacity' attribute.
See Also:
getCurrentLruCapacity()
Generated:

getInitTimeInSeconds

double getInitTimeInSeconds()
Returns the value of the 'Init Time In Seconds' attribute.

If the meaning of the 'Init Time In Seconds' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Init Time In Seconds' attribute.
See Also:
setInitTimeInSeconds(double), JavaBenchmarkPackage.getAbstractCDODiscovery_InitTimeInSeconds()
Generated:
Model:

setInitTimeInSeconds

void setInitTimeInSeconds(double value)
Sets the value of the 'Init Time In Seconds' attribute.

Parameters:
value - the new value of the 'Init Time In Seconds' attribute.
See Also:
getInitTimeInSeconds()
Generated: