GridGain™ 2.1.0
Java API Specification

org.gridgain.grid.spi.checkpoint.database
Interface GridDatabaseCheckpointSpiMBean

All Superinterfaces:
GridSpiManagementMBean
All Known Implementing Classes:
GridDatabaseCheckpointSpi

@GridMBeanDescription(value="MBean that provides information about database checkpoint SPI.")
public interface GridDatabaseCheckpointSpiMBean
extends GridSpiManagementMBean

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

getNumberOfRetries

@GridMBeanDescription(value="Number of retries.")
int getNumberOfRetries()
Gets number of retries in case of DB failure.

Returns:
Number of retries.

getDataSourceInfo

@GridMBeanDescription(value="Description for data source.")
String getDataSourceInfo()
Gets data source description.

Returns:
Description for data source.

getUser

@GridMBeanDescription(value="User name for checkpoint database.")
String getUser()
Gets checkpoint database user name.

Returns:
User name for checkpoint database.

getPassword

@GridMBeanDescription(value="Password for checkpoint database.")
String getPassword()
Gets checkpoint database password.

Returns:
Password for checkpoint database.

getCheckpointTableName

@GridMBeanDescription(value="Checkpoint table name.")
String getCheckpointTableName()
Gets checkpoint table name.

Returns:
Checkpoint table name.

getKeyFieldName

@GridMBeanDescription(value="Key field name for checkpoint table.")
String getKeyFieldName()
Gets key field name for checkpoint table.

Returns:
Key field name for checkpoint table.

getKeyFieldType

@GridMBeanDescription(value="Key field type for checkpoint table.")
String getKeyFieldType()
Gets key field type for checkpoint table.

Returns:
Key field type for checkpoint table.

getValueFieldName

@GridMBeanDescription(value="Value field name for checkpoint table.")
String getValueFieldName()
Gets value field name for checkpoint table.

Returns:
Value field name for checkpoint table.

getValueFieldType

@GridMBeanDescription(value="Value field type for checkpoint table.")
String getValueFieldType()
Gets value field type for checkpoint table.

Returns:
Value field type for checkpoint table.

getExpireDateFieldName

@GridMBeanDescription(value="Expiration date field name for checkpoint table.")
String getExpireDateFieldName()
Gets expiration date field name for checkpoint table.

Returns:
Create date field name for checkpoint table.

getExpireDateFieldType

@GridMBeanDescription(value="Expiration date field type for checkpoint table.")
String getExpireDateFieldType()
Gets expiration date field type for checkpoint table.

Returns:
Expiration date field type for checkpoint table.

GridGain™ 2.1.0
Java API Specification

GridGain™ - Grid Computing Made Simple, ver. 2.1.0.19122008
2005-2008 Copyright © GridGain Systems. All Rights Reserved.