|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FemFennelConfig
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 |
---|
int getDatabaseInitSize()
int getDatabaseIncrementSize()
void setDatabaseIncrementSize(int newValue)
getDatabaseIncrementSize()
for description on the attribute.
newValue
- New value to be set.int getDatabaseMaxSize()
void setDatabaseMaxSize(int newValue)
getDatabaseMaxSize()
for description on the attribute.
newValue
- New value to be set.int getTempInitSize()
void setTempInitSize(int newValue)
getTempInitSize()
for description on the attribute.
newValue
- New value to be set.int getTempIncrementSize()
void setTempIncrementSize(int newValue)
getTempIncrementSize()
for description on the attribute.
newValue
- New value to be set.int getTempMaxSize()
void setTempMaxSize(int newValue)
getTempMaxSize()
for description on the attribute.
newValue
- New value to be set.int getDatabaseShadowLogInitSize()
void setDatabaseShadowLogInitSize(int newValue)
getDatabaseShadowLogInitSize()
for description on the attribute.
newValue
- New value to be set.int getDatabaseShadowLogIncrementSize()
void setDatabaseShadowLogIncrementSize(int newValue)
getDatabaseShadowLogIncrementSize()
for description on the
attribute.
newValue
- New value to be set.int getDatabaseTxnLogInitSize()
void setDatabaseTxnLogInitSize(int newValue)
getDatabaseTxnLogInitSize()
for description on the attribute.
newValue
- New value to be set.int getDatabaseTxnLogIncrementSize()
void setDatabaseTxnLogIncrementSize(int newValue)
getDatabaseTxnLogIncrementSize()
for description on the attribute.
newValue
- New value to be set.int getCachePagesMax()
void setCachePagesMax(int newValue)
getCachePagesMax()
for description on the attribute.
newValue
- New value to be set.int getCachePagesInit()
void setCachePagesInit(int newValue)
getCachePagesInit()
for description on the attribute.
newValue
- New value to be set.int getCachePageSize()
int getGroupCommitInterval()
void setGroupCommitInterval(int newValue)
getGroupCommitInterval()
for description on the attribute.
newValue
- New value to be set.String getResourceDir()
void setResourceDir(String newValue)
getResourceDir()
for description on the attribute.
newValue
- New value to be set.String getJniHandleTraceFile()
void setJniHandleTraceFile(String newValue)
getJniHandleTraceFile()
for description on the attribute.
newValue
- New value to be set.int getExpectedConcurrentStatements()
void setExpectedConcurrentStatements(int newValue)
getExpectedConcurrentStatements()
for description on the attribute.
newValue
- New value to be set.int getCacheReservePercentage()
void setCacheReservePercentage(int newValue)
getCacheReservePercentage()
for description on the attribute.
newValue
- New value to be set.DeviceSchedulerType getDeviceSchedulerType()
void setDeviceSchedulerType(DeviceSchedulerType newValue)
getDeviceSchedulerType()
for description on the attribute.
newValue
- New value to be set.Integer getFreshmenPageQueuePercentage()
void setFreshmenPageQueuePercentage(Integer newValue)
getFreshmenPageQueuePercentage()
for description on the attribute.
newValue
- New value to be set.Integer getPageHistoryQueuePercentage()
void setPageHistoryQueuePercentage(Integer newValue)
getPageHistoryQueuePercentage()
for description on the attribute.
newValue
- New value to be set.Integer getPrefetchPagesMax()
void setPrefetchPagesMax(Integer newValue)
getPrefetchPagesMax()
for description on the attribute.
newValue
- New value to be set.Integer getPrefetchThrottleRate()
void setPrefetchThrottleRate(Integer newValue)
getPrefetchThrottleRate()
for description on the attribute.
newValue
- New value to be set.FemFarragoConfig getFarragoConfig()
void setFarragoConfig(FemFarragoConfig newValue)
getFarragoConfig()
for description on the attribute.
newValue
- New value to be set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |