@GridMBeanDescription(value="MBean that provides information about jdbc checkpoint SPI.") public interface GridJdbcCheckpointSpiMBean extends GridSpiManagementMBean
| 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.
|
getGridGainHome, getLocalNodeId, getName, getStartTimestamp, getStartTimestampFormatted, getUpTime, getUpTimeFormatted@GridMBeanDescription(value="Number of retries.") int getNumberOfRetries()
@GridMBeanDescription(value="Data source description.") String getDataSourceInfo()
@GridMBeanDescription(value="User name for checkpoint database.") String getUser()
@GridMBeanDescription(value="Password for checkpoint database.") String getPwd()
@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()
Copyright © 2014. All rights reserved.