Uses of Class
com.exoscale.sdk.model.JsonSchemaPg
Packages that use JsonSchemaPg
-
Uses of JsonSchemaPg in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return JsonSchemaPgModifier and TypeMethodDescriptionJsonSchemaPg.autovacuum
(AutovacuumSettings autovacuum) JsonSchemaPg.bgWriter
(BackgroundBGWriterSettings bgWriter) JsonSchemaPg.deadlockTimeout
(Integer deadlockTimeout) JsonSchemaPg.defaultToastCompression
(JsonSchemaPg.DefaultToastCompressionEnum defaultToastCompression) CreateDbaasServicePgRequest.getPgSettings()
Get pgSettingsDbaasServicePg.getPgSettings()
Get pgSettingsUpdateDbaasServicePgRequest.getPgSettings()
Get pgSettingsJsonSchemaPg.idleInTransactionSessionTimeout
(Integer idleInTransactionSessionTimeout) JsonSchemaPg.logErrorVerbosity
(JsonSchemaPg.LogErrorVerbosityEnum logErrorVerbosity) JsonSchemaPg.logLinePrefix
(JsonSchemaPg.LogLinePrefixEnum logLinePrefix) JsonSchemaPg.logMinDurationStatement
(Integer logMinDurationStatement) JsonSchemaPg.logTempFiles
(Integer logTempFiles) JsonSchemaPg.maxFilesPerProcess
(Integer maxFilesPerProcess) JsonSchemaPg.maxLocksPerTransaction
(Integer maxLocksPerTransaction) JsonSchemaPg.maxLogicalReplicationWorkers
(Integer maxLogicalReplicationWorkers) JsonSchemaPg.maxParallelWorkers
(Integer maxParallelWorkers) JsonSchemaPg.maxParallelWorkersPerGather
(Integer maxParallelWorkersPerGather) JsonSchemaPg.maxPredLocksPerTransaction
(Integer maxPredLocksPerTransaction) JsonSchemaPg.maxPreparedTransactions
(Integer maxPreparedTransactions) JsonSchemaPg.maxReplicationSlots
(Integer maxReplicationSlots) JsonSchemaPg.maxStackDepth
(Integer maxStackDepth) JsonSchemaPg.maxStandbyArchiveDelay
(Integer maxStandbyArchiveDelay) JsonSchemaPg.maxStandbyStreamingDelay
(Integer maxStandbyStreamingDelay) JsonSchemaPg.maxWorkerProcesses
(Integer maxWorkerProcesses) JsonSchemaPg.pgPartmanBgwInterval
(Integer pgPartmanBgwInterval) JsonSchemaPg.pgPartmanBgwRole
(String pgPartmanBgwRole) JsonSchemaPg.pgStatMonitorPgsmEnableQueryPlan
(Boolean pgStatMonitorPgsmEnableQueryPlan) JsonSchemaPg.pgStatMonitorPgsmMaxBuckets
(Integer pgStatMonitorPgsmMaxBuckets) JsonSchemaPg.pgStatStatementsTrack
(JsonSchemaPg.PgStatStatementsTrackEnum pgStatStatementsTrack) JsonSchemaPg.tempFileLimit
(Integer tempFileLimit) JsonSchemaPg.trackActivityQuerySize
(Integer trackActivityQuerySize) JsonSchemaPg.trackCommitTimestamp
(JsonSchemaPg.TrackCommitTimestampEnum trackCommitTimestamp) JsonSchemaPg.trackFunctions
(JsonSchemaPg.TrackFunctionsEnum trackFunctions) JsonSchemaPg.trackIoTiming
(JsonSchemaPg.TrackIoTimingEnum trackIoTiming) JsonSchemaPg.wal
(WriteAheadLogWALSettings wal) Methods in com.exoscale.sdk.model with parameters of type JsonSchemaPgModifier and TypeMethodDescriptionCreateDbaasServicePgRequest.pgSettings
(JsonSchemaPg pgSettings) DbaasServicePg.pgSettings
(JsonSchemaPg pgSettings) UpdateDbaasServicePgRequest.pgSettings
(JsonSchemaPg pgSettings) void
CreateDbaasServicePgRequest.setPgSettings
(JsonSchemaPg pgSettings) void
DbaasServicePg.setPgSettings
(JsonSchemaPg pgSettings) void
UpdateDbaasServicePgRequest.setPgSettings
(JsonSchemaPg pgSettings)