public class MySQLChecksImpl extends Object implements MySQLChecks
| Constructor and Description |
|---|
MySQLChecksImpl(org.springframework.orm.hibernate5.HibernateTemplate hibernateTemplate) |
| Modifier and Type | Method and Description |
|---|---|
long |
getInnoDBLogFileSize() |
long |
getMaxAllowedPacketSize() |
long |
getRecommendedInnoDBLogFileSize() |
long |
getRecommendedMaxPacketsSize() |
boolean |
isCharacterSetCheckPass() |
boolean |
isCollationCheckPass() |
boolean |
isInnoDBLogFileSizeCheckPass() |
boolean |
isMaxAllowedPacketSizeCheckPass() |
public MySQLChecksImpl(org.springframework.orm.hibernate5.HibernateTemplate hibernateTemplate)
public boolean isMaxAllowedPacketSizeCheckPass()
throws IllegalStateException
isMaxAllowedPacketSizeCheckPass in interface MySQLChecksMySQLChecks.getRecommendedMaxPacketsSize()IllegalStateException - if can't connect to DBpublic long getMaxAllowedPacketSize()
getMaxAllowedPacketSize in interface MySQLCheckspublic long getRecommendedMaxPacketsSize()
getRecommendedMaxPacketsSize in interface MySQLCheckspublic boolean isCharacterSetCheckPass()
isCharacterSetCheckPass in interface MySQLCheckspublic boolean isCollationCheckPass()
isCollationCheckPass in interface MySQLCheckspublic boolean isInnoDBLogFileSizeCheckPass()
isInnoDBLogFileSizeCheckPass in interface MySQLChecksMySQLChecks.getRecommendedInnoDBLogFileSize()public long getInnoDBLogFileSize()
getInnoDBLogFileSize in interface MySQLCheckspublic long getRecommendedInnoDBLogFileSize()
getRecommendedInnoDBLogFileSize in interface MySQLChecksCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.