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