net.sf.farrago.fem.config
Interface FemFennelConfig

All Superinterfaces:
RefBaseObject, RefFeatured, RefObject
All Known Implementing Classes:
FemFennelConfig$Hib

public interface FemFennelConfig
extends RefObject

FennelConfig object instance interface.

Note: This type should not be subclassed, implemented or directly instantiated by clients. It is generated from a MOF metamodel and implemented by Enki or MDR.


Method Summary
 int getCachePagesInit()
          Returns the value of attribute cachePagesInit.
 int getCachePageSize()
          Returns the value of attribute cachePageSize.
 int getCachePagesMax()
          Returns the value of attribute cachePagesMax.
 int getCacheReservePercentage()
          Returns the value of attribute cacheReservePercentage.
 int getDatabaseIncrementSize()
          Returns the value of attribute databaseIncrementSize.
 int getDatabaseInitSize()
          Returns the value of attribute databaseInitSize.
 int getDatabaseMaxSize()
          Returns the value of attribute databaseMaxSize.
 int getDatabaseShadowLogIncrementSize()
          Returns the value of attribute databaseShadowLogIncrementSize.
 int getDatabaseShadowLogInitSize()
          Returns the value of attribute databaseShadowLogInitSize.
 int getDatabaseTxnLogIncrementSize()
          Returns the value of attribute databaseTxnLogIncrementSize.
 int getDatabaseTxnLogInitSize()
          Returns the value of attribute databaseTxnLogInitSize.
 DeviceSchedulerType getDeviceSchedulerType()
          Returns the value of attribute deviceSchedulerType.
 int getExpectedConcurrentStatements()
          Returns the value of attribute expectedConcurrentStatements.
 FemFarragoConfig getFarragoConfig()
          Returns the value of reference FarragoConfig.
 Integer getFreshmenPageQueuePercentage()
          Returns the value of attribute freshmenPageQueuePercentage.
 int getGroupCommitInterval()
          Returns the value of attribute groupCommitInterval.
 String getJniHandleTraceFile()
          Returns the value of attribute jniHandleTraceFile.
 Integer getPageHistoryQueuePercentage()
          Returns the value of attribute pageHistoryQueuePercentage.
 Integer getPrefetchPagesMax()
          Returns the value of attribute prefetchPagesMax.
 Integer getPrefetchThrottleRate()
          Returns the value of attribute prefetchThrottleRate.
 String getResourceDir()
          Returns the value of attribute resourceDir.
 int getTempIncrementSize()
          Returns the value of attribute tempIncrementSize.
 int getTempInitSize()
          Returns the value of attribute tempInitSize.
 int getTempMaxSize()
          Returns the value of attribute tempMaxSize.
 void setCachePagesInit(int newValue)
          Sets the value of cachePagesInit attribute.
 void setCachePagesMax(int newValue)
          Sets the value of cachePagesMax attribute.
 void setCacheReservePercentage(int newValue)
          Sets the value of cacheReservePercentage attribute.
 void setDatabaseIncrementSize(int newValue)
          Sets the value of databaseIncrementSize attribute.
 void setDatabaseMaxSize(int newValue)
          Sets the value of databaseMaxSize attribute.
 void setDatabaseShadowLogIncrementSize(int newValue)
          Sets the value of databaseShadowLogIncrementSize attribute.
 void setDatabaseShadowLogInitSize(int newValue)
          Sets the value of databaseShadowLogInitSize attribute.
 void setDatabaseTxnLogIncrementSize(int newValue)
          Sets the value of databaseTxnLogIncrementSize attribute.
 void setDatabaseTxnLogInitSize(int newValue)
          Sets the value of databaseTxnLogInitSize attribute.
 void setDeviceSchedulerType(DeviceSchedulerType newValue)
          Sets the value of deviceSchedulerType attribute.
 void setExpectedConcurrentStatements(int newValue)
          Sets the value of expectedConcurrentStatements attribute.
 void setFarragoConfig(FemFarragoConfig newValue)
          Sets the value of FarragoConfig reference.
 void setFreshmenPageQueuePercentage(Integer newValue)
          Sets the value of freshmenPageQueuePercentage attribute.
 void setGroupCommitInterval(int newValue)
          Sets the value of groupCommitInterval attribute.
 void setJniHandleTraceFile(String newValue)
          Sets the value of jniHandleTraceFile attribute.
 void setPageHistoryQueuePercentage(Integer newValue)
          Sets the value of pageHistoryQueuePercentage attribute.
 void setPrefetchPagesMax(Integer newValue)
          Sets the value of prefetchPagesMax attribute.
 void setPrefetchThrottleRate(Integer newValue)
          Sets the value of prefetchThrottleRate attribute.
 void setResourceDir(String newValue)
          Sets the value of resourceDir attribute.
 void setTempIncrementSize(int newValue)
          Sets the value of tempIncrementSize attribute.
 void setTempInitSize(int newValue)
          Sets the value of tempInitSize attribute.
 void setTempMaxSize(int newValue)
          Sets the value of tempMaxSize attribute.
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

getDatabaseInitSize

int getDatabaseInitSize()
Returns the value of attribute databaseInitSize.

Returns:
Value of attribute databaseInitSize.

getDatabaseIncrementSize

int getDatabaseIncrementSize()
Returns the value of attribute databaseIncrementSize.

Returns:
Value of attribute databaseIncrementSize.

setDatabaseIncrementSize

void setDatabaseIncrementSize(int newValue)
Sets the value of databaseIncrementSize attribute. See getDatabaseIncrementSize() for description on the attribute.

Parameters:
newValue - New value to be set.

getDatabaseMaxSize

int getDatabaseMaxSize()
Returns the value of attribute databaseMaxSize.

Returns:
Value of attribute databaseMaxSize.

setDatabaseMaxSize

void setDatabaseMaxSize(int newValue)
Sets the value of databaseMaxSize attribute. See getDatabaseMaxSize() for description on the attribute.

Parameters:
newValue - New value to be set.

getTempInitSize

int getTempInitSize()
Returns the value of attribute tempInitSize.

Returns:
Value of attribute tempInitSize.

setTempInitSize

void setTempInitSize(int newValue)
Sets the value of tempInitSize attribute. See getTempInitSize() for description on the attribute.

Parameters:
newValue - New value to be set.

getTempIncrementSize

int getTempIncrementSize()
Returns the value of attribute tempIncrementSize.

Returns:
Value of attribute tempIncrementSize.

setTempIncrementSize

void setTempIncrementSize(int newValue)
Sets the value of tempIncrementSize attribute. See getTempIncrementSize() for description on the attribute.

Parameters:
newValue - New value to be set.

getTempMaxSize

int getTempMaxSize()
Returns the value of attribute tempMaxSize.

Returns:
Value of attribute tempMaxSize.

setTempMaxSize

void setTempMaxSize(int newValue)
Sets the value of tempMaxSize attribute. See getTempMaxSize() for description on the attribute.

Parameters:
newValue - New value to be set.

getDatabaseShadowLogInitSize

int getDatabaseShadowLogInitSize()
Returns the value of attribute databaseShadowLogInitSize.

Returns:
Value of attribute databaseShadowLogInitSize.

setDatabaseShadowLogInitSize

void setDatabaseShadowLogInitSize(int newValue)
Sets the value of databaseShadowLogInitSize attribute. See getDatabaseShadowLogInitSize() for description on the attribute.

Parameters:
newValue - New value to be set.

getDatabaseShadowLogIncrementSize

int getDatabaseShadowLogIncrementSize()
Returns the value of attribute databaseShadowLogIncrementSize.

Returns:
Value of attribute databaseShadowLogIncrementSize.

setDatabaseShadowLogIncrementSize

void setDatabaseShadowLogIncrementSize(int newValue)
Sets the value of databaseShadowLogIncrementSize attribute. See getDatabaseShadowLogIncrementSize() for description on the attribute.

Parameters:
newValue - New value to be set.

getDatabaseTxnLogInitSize

int getDatabaseTxnLogInitSize()
Returns the value of attribute databaseTxnLogInitSize.

Returns:
Value of attribute databaseTxnLogInitSize.

setDatabaseTxnLogInitSize

void setDatabaseTxnLogInitSize(int newValue)
Sets the value of databaseTxnLogInitSize attribute. See getDatabaseTxnLogInitSize() for description on the attribute.

Parameters:
newValue - New value to be set.

getDatabaseTxnLogIncrementSize

int getDatabaseTxnLogIncrementSize()
Returns the value of attribute databaseTxnLogIncrementSize.

Returns:
Value of attribute databaseTxnLogIncrementSize.

setDatabaseTxnLogIncrementSize

void setDatabaseTxnLogIncrementSize(int newValue)
Sets the value of databaseTxnLogIncrementSize attribute. See getDatabaseTxnLogIncrementSize() for description on the attribute.

Parameters:
newValue - New value to be set.

getCachePagesMax

int getCachePagesMax()
Returns the value of attribute cachePagesMax.

Returns:
Value of attribute cachePagesMax.

setCachePagesMax

void setCachePagesMax(int newValue)
Sets the value of cachePagesMax attribute. See getCachePagesMax() for description on the attribute.

Parameters:
newValue - New value to be set.

getCachePagesInit

int getCachePagesInit()
Returns the value of attribute cachePagesInit.

Returns:
Value of attribute cachePagesInit.

setCachePagesInit

void setCachePagesInit(int newValue)
Sets the value of cachePagesInit attribute. See getCachePagesInit() for description on the attribute.

Parameters:
newValue - New value to be set.

getCachePageSize

int getCachePageSize()
Returns the value of attribute cachePageSize.

Returns:
Value of attribute cachePageSize.

getGroupCommitInterval

int getGroupCommitInterval()
Returns the value of attribute groupCommitInterval.

Returns:
Value of attribute groupCommitInterval.

setGroupCommitInterval

void setGroupCommitInterval(int newValue)
Sets the value of groupCommitInterval attribute. See getGroupCommitInterval() for description on the attribute.

Parameters:
newValue - New value to be set.

getResourceDir

String getResourceDir()
Returns the value of attribute resourceDir.

Returns:
Value of attribute resourceDir.

setResourceDir

void setResourceDir(String newValue)
Sets the value of resourceDir attribute. See getResourceDir() for description on the attribute.

Parameters:
newValue - New value to be set.

getJniHandleTraceFile

String getJniHandleTraceFile()
Returns the value of attribute jniHandleTraceFile.

Returns:
Value of attribute jniHandleTraceFile.

setJniHandleTraceFile

void setJniHandleTraceFile(String newValue)
Sets the value of jniHandleTraceFile attribute. See getJniHandleTraceFile() for description on the attribute.

Parameters:
newValue - New value to be set.

getExpectedConcurrentStatements

int getExpectedConcurrentStatements()
Returns the value of attribute expectedConcurrentStatements.

Returns:
Value of attribute expectedConcurrentStatements.

setExpectedConcurrentStatements

void setExpectedConcurrentStatements(int newValue)
Sets the value of expectedConcurrentStatements attribute. See getExpectedConcurrentStatements() for description on the attribute.

Parameters:
newValue - New value to be set.

getCacheReservePercentage

int getCacheReservePercentage()
Returns the value of attribute cacheReservePercentage.

Returns:
Value of attribute cacheReservePercentage.

setCacheReservePercentage

void setCacheReservePercentage(int newValue)
Sets the value of cacheReservePercentage attribute. See getCacheReservePercentage() for description on the attribute.

Parameters:
newValue - New value to be set.

getDeviceSchedulerType

DeviceSchedulerType getDeviceSchedulerType()
Returns the value of attribute deviceSchedulerType.

Returns:
Value of attribute deviceSchedulerType.

setDeviceSchedulerType

void setDeviceSchedulerType(DeviceSchedulerType newValue)
Sets the value of deviceSchedulerType attribute. See getDeviceSchedulerType() for description on the attribute.

Parameters:
newValue - New value to be set.

getFreshmenPageQueuePercentage

Integer getFreshmenPageQueuePercentage()
Returns the value of attribute freshmenPageQueuePercentage.

Returns:
Value of attribute freshmenPageQueuePercentage.

setFreshmenPageQueuePercentage

void setFreshmenPageQueuePercentage(Integer newValue)
Sets the value of freshmenPageQueuePercentage attribute. See getFreshmenPageQueuePercentage() for description on the attribute.

Parameters:
newValue - New value to be set.

getPageHistoryQueuePercentage

Integer getPageHistoryQueuePercentage()
Returns the value of attribute pageHistoryQueuePercentage.

Returns:
Value of attribute pageHistoryQueuePercentage.

setPageHistoryQueuePercentage

void setPageHistoryQueuePercentage(Integer newValue)
Sets the value of pageHistoryQueuePercentage attribute. See getPageHistoryQueuePercentage() for description on the attribute.

Parameters:
newValue - New value to be set.

getPrefetchPagesMax

Integer getPrefetchPagesMax()
Returns the value of attribute prefetchPagesMax.

Returns:
Value of attribute prefetchPagesMax.

setPrefetchPagesMax

void setPrefetchPagesMax(Integer newValue)
Sets the value of prefetchPagesMax attribute. See getPrefetchPagesMax() for description on the attribute.

Parameters:
newValue - New value to be set.

getPrefetchThrottleRate

Integer getPrefetchThrottleRate()
Returns the value of attribute prefetchThrottleRate.

Returns:
Value of attribute prefetchThrottleRate.

setPrefetchThrottleRate

void setPrefetchThrottleRate(Integer newValue)
Sets the value of prefetchThrottleRate attribute. See getPrefetchThrottleRate() for description on the attribute.

Parameters:
newValue - New value to be set.

getFarragoConfig

FemFarragoConfig getFarragoConfig()
Returns the value of reference FarragoConfig.

Returns:
Value of reference FarragoConfig.

setFarragoConfig

void setFarragoConfig(FemFarragoConfig newValue)
Sets the value of FarragoConfig reference. See getFarragoConfig() for description on the attribute.

Parameters:
newValue - New value to be set.