Uses of Class
com.exoscale.sdk.model.JsonSchemaMysql
-
Packages that use JsonSchemaMysql Package Description com.exoscale.sdk.model -
-
Uses of JsonSchemaMysql in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return JsonSchemaMysql Modifier and Type Method Description JsonSchemaMysql
JsonSchemaMysql. connectTimeout(Integer connectTimeout)
JsonSchemaMysql
JsonSchemaMysql. defaultTimeZone(String defaultTimeZone)
JsonSchemaMysql
CreateDbaasServiceMysqlRequest. getMysqlSettings()
Get mysqlSettingsJsonSchemaMysql
DbaasServiceMysql. getMysqlSettings()
Get mysqlSettingsJsonSchemaMysql
UpdateDbaasServiceMysqlRequest. getMysqlSettings()
Get mysqlSettingsJsonSchemaMysql
JsonSchemaMysql. groupConcatMaxLen(Integer groupConcatMaxLen)
JsonSchemaMysql
JsonSchemaMysql. informationSchemaStatsExpiry(Integer informationSchemaStatsExpiry)
JsonSchemaMysql
JsonSchemaMysql. innodbChangeBufferMaxSize(Integer innodbChangeBufferMaxSize)
JsonSchemaMysql
JsonSchemaMysql. innodbFlushNeighbors(Integer innodbFlushNeighbors)
JsonSchemaMysql
JsonSchemaMysql. innodbFtMinTokenSize(Integer innodbFtMinTokenSize)
JsonSchemaMysql
JsonSchemaMysql. innodbFtServerStopwordTable(String innodbFtServerStopwordTable)
JsonSchemaMysql
JsonSchemaMysql. innodbLockWaitTimeout(Integer innodbLockWaitTimeout)
JsonSchemaMysql
JsonSchemaMysql. innodbLogBufferSize(Integer innodbLogBufferSize)
JsonSchemaMysql
JsonSchemaMysql. innodbOnlineAlterLogMaxSize(Integer innodbOnlineAlterLogMaxSize)
JsonSchemaMysql
JsonSchemaMysql. innodbPrintAllDeadlocks(Boolean innodbPrintAllDeadlocks)
JsonSchemaMysql
JsonSchemaMysql. innodbReadIoThreads(Integer innodbReadIoThreads)
JsonSchemaMysql
JsonSchemaMysql. innodbRollbackOnTimeout(Boolean innodbRollbackOnTimeout)
JsonSchemaMysql
JsonSchemaMysql. innodbThreadConcurrency(Integer innodbThreadConcurrency)
JsonSchemaMysql
JsonSchemaMysql. innodbWriteIoThreads(Integer innodbWriteIoThreads)
JsonSchemaMysql
JsonSchemaMysql. interactiveTimeout(Integer interactiveTimeout)
JsonSchemaMysql
JsonSchemaMysql. internalTmpMemStorageEngine(JsonSchemaMysql.InternalTmpMemStorageEngineEnum internalTmpMemStorageEngine)
JsonSchemaMysql
JsonSchemaMysql. longQueryTime(BigDecimal longQueryTime)
JsonSchemaMysql
JsonSchemaMysql. maxAllowedPacket(Integer maxAllowedPacket)
JsonSchemaMysql
JsonSchemaMysql. maxHeapTableSize(Integer maxHeapTableSize)
JsonSchemaMysql
JsonSchemaMysql. netBufferLength(Integer netBufferLength)
JsonSchemaMysql
JsonSchemaMysql. netReadTimeout(Integer netReadTimeout)
JsonSchemaMysql
JsonSchemaMysql. netWriteTimeout(Integer netWriteTimeout)
JsonSchemaMysql
JsonSchemaMysql. slowQueryLog(Boolean slowQueryLog)
JsonSchemaMysql
JsonSchemaMysql. sortBufferSize(Integer sortBufferSize)
JsonSchemaMysql
JsonSchemaMysql. sqlMode(String sqlMode)
JsonSchemaMysql
JsonSchemaMysql. sqlRequirePrimaryKey(Boolean sqlRequirePrimaryKey)
JsonSchemaMysql
JsonSchemaMysql. tmpTableSize(Integer tmpTableSize)
JsonSchemaMysql
JsonSchemaMysql. waitTimeout(Integer waitTimeout)
Methods in com.exoscale.sdk.model with parameters of type JsonSchemaMysql Modifier and Type Method Description CreateDbaasServiceMysqlRequest
CreateDbaasServiceMysqlRequest. mysqlSettings(JsonSchemaMysql mysqlSettings)
DbaasServiceMysql
DbaasServiceMysql. mysqlSettings(JsonSchemaMysql mysqlSettings)
UpdateDbaasServiceMysqlRequest
UpdateDbaasServiceMysqlRequest. mysqlSettings(JsonSchemaMysql mysqlSettings)
void
CreateDbaasServiceMysqlRequest. setMysqlSettings(JsonSchemaMysql mysqlSettings)
void
DbaasServiceMysql. setMysqlSettings(JsonSchemaMysql mysqlSettings)
void
UpdateDbaasServiceMysqlRequest. setMysqlSettings(JsonSchemaMysql mysqlSettings)
-