@MXBeanDescription(value="MBean that provides information about jdbc checkpoint SPI.") public interface JdbcCheckpointSpiMBean extends IgniteSpiManagementMBean
Modifier and Type | Method and Description |
---|---|
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 |
getPwd()
Gets checkpoint jdbc password.
|
String |
getUser()
Gets checkpoint jdbc user name.
|
String |
getValueFieldName()
Gets value field name for checkpoint table.
|
String |
getValueFieldType()
Gets value field type for checkpoint table.
|
getIgniteHome, getLocalNodeId, getName, getStartTimestamp, getStartTimestampFormatted, getUpTime, getUpTimeFormatted
@MXBeanDescription(value="Number of retries.") int getNumberOfRetries()
@MXBeanDescription(value="Data source description.") String getDataSourceInfo()
@MXBeanDescription(value="User name for checkpoint database.") String getUser()
@MXBeanDescription(value="Password for checkpoint database.") String getPwd()
@MXBeanDescription(value="Checkpoint table name.") String getCheckpointTableName()
@MXBeanDescription(value="Key field name for checkpoint table.") String getKeyFieldName()
@MXBeanDescription(value="Key field type for checkpoint table.") String getKeyFieldType()
@MXBeanDescription(value="Value field name for checkpoint table.") String getValueFieldName()
@MXBeanDescription(value="Value field type for checkpoint table.") String getValueFieldType()
@MXBeanDescription(value="Expiration date field name for checkpoint table.") String getExpireDateFieldName()
@MXBeanDescription(value="Expiration date field type for checkpoint table.") String getExpireDateFieldType()
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024