|
GridGain 2.1.0
Java API Specification |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@GridMBeanDescription(value="MBean that provides information about database checkpoint SPI.") public interface GridDatabaseCheckpointSpiMBean
Management bean that provides general administrative and configuration information
about database checkpoint SPI.
See Also:
Documentation
Email Support
Online Forums
Issue Tracking
Author: 2005-2008 Copyright © GridGain Systems. All Rights Reserved. ver. 2.1.0

| Method Summary | |
|---|---|
String |
getCheckpointTableName()
Gets checkpoint table name. |
String |
getDataSourceInfo()
Gets data source description. |
String |
getExpireDateFieldName()
Gets expiration date field name for checkpoint table. |
String |
getExpireDateFieldType()
Gets expiration date field type for checkpoint table. |
String |
getKeyFieldName()
Gets key field name for checkpoint table. |
String |
getKeyFieldType()
Gets key field type for checkpoint table. |
int |
getNumberOfRetries()
Gets number of retries in case of DB failure. |
String |
getPassword()
Gets checkpoint database password. |
String |
getUser()
Gets checkpoint database user name. |
String |
getValueFieldName()
Gets value field name for checkpoint table. |
String |
getValueFieldType()
Gets value field type for checkpoint table. |
| Methods inherited from interface org.gridgain.grid.spi.GridSpiManagementMBean |
|---|
getAuthor, getGridGainHome, getLocalNodeId, getName, getStartTimestamp, getStartTimestampFormatted, getUpTime, getUpTimeFormatted, getVendorEmail, getVendorUrl, getVersion |
| Method Detail |
|---|
@GridMBeanDescription(value="Number of retries.") int getNumberOfRetries()
@GridMBeanDescription(value="Description for data source.") String getDataSourceInfo()
@GridMBeanDescription(value="User name for checkpoint database.") String getUser()
@GridMBeanDescription(value="Password for checkpoint database.") String getPassword()
@GridMBeanDescription(value="Checkpoint table name.") String getCheckpointTableName()
@GridMBeanDescription(value="Key field name for checkpoint table.") String getKeyFieldName()
@GridMBeanDescription(value="Key field type for checkpoint table.") String getKeyFieldType()
@GridMBeanDescription(value="Value field name for checkpoint table.") String getValueFieldName()
@GridMBeanDescription(value="Value field type for checkpoint table.") String getValueFieldType()
@GridMBeanDescription(value="Expiration date field name for checkpoint table.") String getExpireDateFieldName()
@GridMBeanDescription(value="Expiration date field type for checkpoint table.") String getExpireDateFieldType()
|
GridGain 2.1.0
Java API Specification |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
|
GridGain - Grid Computing Made Simple, ver. 2.1.0.19122008
2005-2008 Copyright © GridGain Systems. All Rights Reserved. |
|
|