Package com.exoscale.sdk.model
Class JsonSchemaPg
java.lang.Object
com.exoscale.sdk.model.JsonSchemaPg
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class JsonSchemaPg
extends Object
JsonSchemaPg
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumSpecifies the default TOAST compression method for values of compressible columns.static enumEXPERIMENTAL: Controls the maximum number of I/O operations that one process can execute simultaneously.static enumControls the amount of detail written in the server log for each message that is logged.static enumChoose from one of the available log formats.static enumChooses the algorithm for encrypting passwords.static enumControls which statements are counted.static enumRecord commit time of transactions.static enumEnables tracking of function call counts and time used.static enumEnables timing of database I/O calls. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionautovacuum(AutovacuumSettings autovacuum) bgWriter(BackgroundBGWriterSettings bgWriter) deadlockTimeout(Integer deadlockTimeout) defaultToastCompression(JsonSchemaPg.DefaultToastCompressionEnum defaultToastCompression) booleanReturn true if this json-schema-pg object is equal to o.Get autovacuumGet bgWriterThis is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition.Specifies the default TOAST compression method for values of compressible columns.Time out sessions with open transactions after this number of milliseconds minimum: 0 maximum: 604800000EXPERIMENTAL: Controls the largest I/O size in operations that combine I/O in 8kB units.EXPERIMENTAL: Controls the largest I/O size in operations that combine I/O in 8kB units, and silently limits the user-settable parameter io_combine_limit.EXPERIMENTAL: Controls the maximum number of I/O operations that one process can execute simultaneously.EXPERIMENTAL: Controls the maximum number of I/O operations that one process can execute simultaneously.EXPERIMENTAL: Number of IO worker processes, for io_method=worker.getJit()Controls system-wide use of Just-in-Time Compilation (JIT).Controls the amount of detail written in the server log for each message that is logged.Choose from one of the available log formats.Log statements that take more than this number of milliseconds to run, -1 disables minimum: -1 maximum: 86400000Log statements for each temporary file created larger than this number of kilobytes, -1 disables minimum: -1 maximum: 2147483647PostgreSQL maximum number of files that can be open per process.PostgreSQL maximum locks per transaction.PostgreSQL maximum logical replication workers (taken from the pool of max_parallel_workers).Sets the maximum number of workers that the system can support for parallel queries.Sets the maximum number of workers that can be started by a single Gather or Gather Merge node.PostgreSQL maximum predicate locks per transaction.PostgreSQL maximum prepared transactions.PostgreSQL maximum replication slots.Maximum depth of the stack in bytes.Max standby archive delay in milliseconds.Max standby streaming delay in milliseconds.Maximum number of synchronization workers per subscription.Sets the maximum number of background processes that the system can support.Chooses the algorithm for encrypting passwords.org.openapitools.jackson.nullable.JsonNullable<JsonSchemaPg.PasswordEncryptionEnum>Sets the time interval in seconds to run pg_partman's scheduled tasks.Controls which role to use for pg_partman's scheduled background tasks.Enables or disables query plan monitoring.Sets the maximum number of buckets.Controls which statements are counted.PostgreSQL temporary file limit in KiB, -1 for unlimited minimum: -1 maximum: 2147483647PostgreSQL service timezoneSpecifies the number of bytes reserved to track the currently executing command for each active session.Record commit time of transactions.Enables tracking of function call counts and time used.Enables timing of database I/O calls.getWal()Get walinthashCode()idleInTransactionSessionTimeout(Integer idleInTransactionSessionTimeout) ioCombineLimit(Integer ioCombineLimit) ioMaxCombineLimit(Integer ioMaxCombineLimit) ioMaxConcurrency(Integer ioMaxConcurrency) ioMethod(JsonSchemaPg.IoMethodEnum ioMethod) logErrorVerbosity(JsonSchemaPg.LogErrorVerbosityEnum logErrorVerbosity) logLinePrefix(JsonSchemaPg.LogLinePrefixEnum logLinePrefix) logMinDurationStatement(Integer logMinDurationStatement) logTempFiles(Integer logTempFiles) maxFilesPerProcess(Integer maxFilesPerProcess) maxLocksPerTransaction(Integer maxLocksPerTransaction) maxLogicalReplicationWorkers(Integer maxLogicalReplicationWorkers) maxParallelWorkers(Integer maxParallelWorkers) maxParallelWorkersPerGather(Integer maxParallelWorkersPerGather) maxPredLocksPerTransaction(Integer maxPredLocksPerTransaction) maxPreparedTransactions(Integer maxPreparedTransactions) maxReplicationSlots(Integer maxReplicationSlots) maxStackDepth(Integer maxStackDepth) maxStandbyArchiveDelay(Integer maxStandbyArchiveDelay) maxStandbyStreamingDelay(Integer maxStandbyStreamingDelay) maxSyncWorkersPerSubscription(Integer maxSyncWorkersPerSubscription) maxWorkerProcesses(Integer maxWorkerProcesses) passwordEncryption(JsonSchemaPg.PasswordEncryptionEnum passwordEncryption) pgPartmanBgwInterval(Integer pgPartmanBgwInterval) pgPartmanBgwRole(String pgPartmanBgwRole) pgStatMonitorPgsmEnableQueryPlan(Boolean pgStatMonitorPgsmEnableQueryPlan) pgStatMonitorPgsmMaxBuckets(Integer pgStatMonitorPgsmMaxBuckets) pgStatStatementsTrack(JsonSchemaPg.PgStatStatementsTrackEnum pgStatStatementsTrack) voidsetAutovacuum(AutovacuumSettings autovacuum) voidsetBgWriter(BackgroundBGWriterSettings bgWriter) voidsetDeadlockTimeout(Integer deadlockTimeout) voidsetDefaultToastCompression(JsonSchemaPg.DefaultToastCompressionEnum defaultToastCompression) voidsetIdleInTransactionSessionTimeout(Integer idleInTransactionSessionTimeout) voidsetIoCombineLimit(Integer ioCombineLimit) voidsetIoMaxCombineLimit(Integer ioMaxCombineLimit) voidsetIoMaxConcurrency(Integer ioMaxConcurrency) voidsetIoMethod(JsonSchemaPg.IoMethodEnum ioMethod) voidsetIoWorkers(Integer ioWorkers) voidvoidsetLogErrorVerbosity(JsonSchemaPg.LogErrorVerbosityEnum logErrorVerbosity) voidsetLogLinePrefix(JsonSchemaPg.LogLinePrefixEnum logLinePrefix) voidsetLogMinDurationStatement(Integer logMinDurationStatement) voidsetLogTempFiles(Integer logTempFiles) voidsetMaxFilesPerProcess(Integer maxFilesPerProcess) voidsetMaxLocksPerTransaction(Integer maxLocksPerTransaction) voidsetMaxLogicalReplicationWorkers(Integer maxLogicalReplicationWorkers) voidsetMaxParallelWorkers(Integer maxParallelWorkers) voidsetMaxParallelWorkersPerGather(Integer maxParallelWorkersPerGather) voidsetMaxPredLocksPerTransaction(Integer maxPredLocksPerTransaction) voidsetMaxPreparedTransactions(Integer maxPreparedTransactions) voidsetMaxReplicationSlots(Integer maxReplicationSlots) voidsetMaxStackDepth(Integer maxStackDepth) voidsetMaxStandbyArchiveDelay(Integer maxStandbyArchiveDelay) voidsetMaxStandbyStreamingDelay(Integer maxStandbyStreamingDelay) voidsetMaxSyncWorkersPerSubscription(Integer maxSyncWorkersPerSubscription) voidsetMaxWorkerProcesses(Integer maxWorkerProcesses) voidsetPasswordEncryption(JsonSchemaPg.PasswordEncryptionEnum passwordEncryption) voidsetPasswordEncryption_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<JsonSchemaPg.PasswordEncryptionEnum> passwordEncryption) voidsetPgPartmanBgwInterval(Integer pgPartmanBgwInterval) voidsetPgPartmanBgwRole(String pgPartmanBgwRole) voidsetPgStatMonitorPgsmEnableQueryPlan(Boolean pgStatMonitorPgsmEnableQueryPlan) voidsetPgStatMonitorPgsmMaxBuckets(Integer pgStatMonitorPgsmMaxBuckets) voidsetPgStatStatementsTrack(JsonSchemaPg.PgStatStatementsTrackEnum pgStatStatementsTrack) voidsetTempFileLimit(Integer tempFileLimit) voidsetTimezone(String timezone) voidsetTrackActivityQuerySize(Integer trackActivityQuerySize) voidsetTrackCommitTimestamp(JsonSchemaPg.TrackCommitTimestampEnum trackCommitTimestamp) voidsetTrackFunctions(JsonSchemaPg.TrackFunctionsEnum trackFunctions) voidsetTrackIoTiming(JsonSchemaPg.TrackIoTimingEnum trackIoTiming) voidtempFileLimit(Integer tempFileLimit) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.trackActivityQuerySize(Integer trackActivityQuerySize) trackCommitTimestamp(JsonSchemaPg.TrackCommitTimestampEnum trackCommitTimestamp) trackFunctions(JsonSchemaPg.TrackFunctionsEnum trackFunctions) trackIoTiming(JsonSchemaPg.TrackIoTimingEnum trackIoTiming)
-
Field Details
-
JSON_PROPERTY_TRACK_ACTIVITY_QUERY_SIZE
- See Also:
-
JSON_PROPERTY_TIMEZONE
- See Also:
-
JSON_PROPERTY_TRACK_IO_TIMING
- See Also:
-
JSON_PROPERTY_PG_STAT_MONITOR_PGSM_ENABLE_QUERY_PLAN
- See Also:
-
JSON_PROPERTY_MAX_FILES_PER_PROCESS
- See Also:
-
JSON_PROPERTY_PG_STAT_MONITOR_PGSM_MAX_BUCKETS
- See Also:
-
JSON_PROPERTY_IO_MAX_CONCURRENCY
- See Also:
-
JSON_PROPERTY_WAL
- See Also:
-
JSON_PROPERTY_DEFAULT_TOAST_COMPRESSION
- See Also:
-
JSON_PROPERTY_DEADLOCK_TIMEOUT
- See Also:
-
JSON_PROPERTY_IDLE_IN_TRANSACTION_SESSION_TIMEOUT
- See Also:
-
JSON_PROPERTY_MAX_PRED_LOCKS_PER_TRANSACTION
- See Also:
-
JSON_PROPERTY_MAX_REPLICATION_SLOTS
- See Also:
-
JSON_PROPERTY_MAX_SYNC_WORKERS_PER_SUBSCRIPTION
- See Also:
-
JSON_PROPERTY_AUTOVACUUM
- See Also:
-
JSON_PROPERTY_MAX_PARALLEL_WORKERS_PER_GATHER
- See Also:
-
JSON_PROPERTY_IO_COMBINE_LIMIT
- See Also:
-
JSON_PROPERTY_PASSWORD_ENCRYPTION
- See Also:
-
JSON_PROPERTY_IO_WORKERS
- See Also:
-
JSON_PROPERTY_PG_PARTMAN_BGW_INTERVAL
- See Also:
-
JSON_PROPERTY_LOG_LINE_PREFIX
- See Also:
-
JSON_PROPERTY_LOG_TEMP_FILES
- See Also:
-
JSON_PROPERTY_MAX_LOCKS_PER_TRANSACTION
- See Also:
-
JSON_PROPERTY_TRACK_COMMIT_TIMESTAMP
- See Also:
-
JSON_PROPERTY_TRACK_FUNCTIONS
- See Also:
-
JSON_PROPERTY_IO_MAX_COMBINE_LIMIT
- See Also:
-
JSON_PROPERTY_IO_METHOD
- See Also:
-
JSON_PROPERTY_MAX_STACK_DEPTH
- See Also:
-
JSON_PROPERTY_MAX_PARALLEL_WORKERS
- See Also:
-
JSON_PROPERTY_PG_PARTMAN_BGW_ROLE
- See Also:
-
JSON_PROPERTY_MAX_LOGICAL_REPLICATION_WORKERS
- See Also:
-
JSON_PROPERTY_MAX_PREPARED_TRANSACTIONS
- See Also:
-
JSON_PROPERTY_MAX_WORKER_PROCESSES
- See Also:
-
JSON_PROPERTY_PG_STAT_STATEMENTS_TRACK
- See Also:
-
JSON_PROPERTY_TEMP_FILE_LIMIT
- See Also:
-
JSON_PROPERTY_LOG_ERROR_VERBOSITY
- See Also:
-
JSON_PROPERTY_LOG_MIN_DURATION_STATEMENT
- See Also:
-
JSON_PROPERTY_MAX_STANDBY_STREAMING_DELAY
- See Also:
-
JSON_PROPERTY_JIT
- See Also:
-
JSON_PROPERTY_MAX_STANDBY_ARCHIVE_DELAY
- See Also:
-
JSON_PROPERTY_BG_WRITER
- See Also:
-
-
Constructor Details
-
JsonSchemaPg
public JsonSchemaPg()
-
-
Method Details
-
trackActivityQuerySize
-
getTrackActivityQuerySize
Specifies the number of bytes reserved to track the currently executing command for each active session. Changing this parameter causes a service restart. minimum: 1024 maximum: 10240- Returns:
- trackActivityQuerySize
-
setTrackActivityQuerySize
-
timezone
-
getTimezone
PostgreSQL service timezone- Returns:
- timezone
-
setTimezone
-
trackIoTiming
-
getTrackIoTiming
Enables timing of database I/O calls. The default is `off`. When on, it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms.- Returns:
- trackIoTiming
-
setTrackIoTiming
-
pgStatMonitorPgsmEnableQueryPlan
-
getPgStatMonitorPgsmEnableQueryPlan
Enables or disables query plan monitoring. Changing this parameter causes a service restart. Only available for PostgreSQL 13+.- Returns:
- pgStatMonitorPgsmEnableQueryPlan
-
setPgStatMonitorPgsmEnableQueryPlan
-
maxFilesPerProcess
-
getMaxFilesPerProcess
PostgreSQL maximum number of files that can be open per process. The default is `1000` (upstream default). Changing this parameter causes a service restart. minimum: 1000 maximum: 4096- Returns:
- maxFilesPerProcess
-
setMaxFilesPerProcess
-
pgStatMonitorPgsmMaxBuckets
-
getPgStatMonitorPgsmMaxBuckets
Sets the maximum number of buckets. Changing this parameter causes a service restart. Only available for PostgreSQL 13+. minimum: 1 maximum: 10- Returns:
- pgStatMonitorPgsmMaxBuckets
-
setPgStatMonitorPgsmMaxBuckets
-
ioMaxConcurrency
-
getIoMaxConcurrency
EXPERIMENTAL: Controls the maximum number of I/O operations that one process can execute simultaneously. Version 18 and up only. Changing this parameter causes a service restart. minimum: -1 maximum: 1024- Returns:
- ioMaxConcurrency
-
setIoMaxConcurrency
-
wal
-
getWal
Get wal- Returns:
- wal
-
setWal
-
defaultToastCompression
public JsonSchemaPg defaultToastCompression(JsonSchemaPg.DefaultToastCompressionEnum defaultToastCompression) -
getDefaultToastCompression
Specifies the default TOAST compression method for values of compressible columns. The default is `lz4`. Only available for PostgreSQL 14+.- Returns:
- defaultToastCompression
-
setDefaultToastCompression
public void setDefaultToastCompression(JsonSchemaPg.DefaultToastCompressionEnum defaultToastCompression) -
deadlockTimeout
-
getDeadlockTimeout
This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition. The default is `1000` (upstream default). minimum: 500 maximum: 1800000- Returns:
- deadlockTimeout
-
setDeadlockTimeout
-
idleInTransactionSessionTimeout
-
getIdleInTransactionSessionTimeout
Time out sessions with open transactions after this number of milliseconds minimum: 0 maximum: 604800000- Returns:
- idleInTransactionSessionTimeout
-
setIdleInTransactionSessionTimeout
-
maxPredLocksPerTransaction
-
getMaxPredLocksPerTransaction
PostgreSQL maximum predicate locks per transaction. The default is `64` (upstream default). Changing this parameter causes a service restart. minimum: 64 maximum: 5120- Returns:
- maxPredLocksPerTransaction
-
setMaxPredLocksPerTransaction
-
maxReplicationSlots
-
getMaxReplicationSlots
PostgreSQL maximum replication slots. The default is `20`. Changing this parameter causes a service restart. minimum: 8 maximum: 256- Returns:
- maxReplicationSlots
-
setMaxReplicationSlots
-
maxSyncWorkersPerSubscription
-
getMaxSyncWorkersPerSubscription
Maximum number of synchronization workers per subscription. The default is `2`. minimum: 2 maximum: 8- Returns:
- maxSyncWorkersPerSubscription
-
setMaxSyncWorkersPerSubscription
-
autovacuum
-
getAutovacuum
Get autovacuum- Returns:
- autovacuum
-
setAutovacuum
-
maxParallelWorkersPerGather
-
getMaxParallelWorkersPerGather
Sets the maximum number of workers that can be started by a single Gather or Gather Merge node. The default is `2` (upstream default). minimum: 0 maximum: 96- Returns:
- maxParallelWorkersPerGather
-
setMaxParallelWorkersPerGather
-
ioCombineLimit
-
getIoCombineLimit
EXPERIMENTAL: Controls the largest I/O size in operations that combine I/O in 8kB units. Version 17 and up only. minimum: 1 maximum: 32- Returns:
- ioCombineLimit
-
setIoCombineLimit
-
passwordEncryption
-
getPasswordEncryption
Chooses the algorithm for encrypting passwords.- Returns:
- passwordEncryption
-
getPasswordEncryption_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<JsonSchemaPg.PasswordEncryptionEnum> getPasswordEncryption_JsonNullable() -
setPasswordEncryption_JsonNullable
public void setPasswordEncryption_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<JsonSchemaPg.PasswordEncryptionEnum> passwordEncryption) -
setPasswordEncryption
-
ioWorkers
-
getIoWorkers
EXPERIMENTAL: Number of IO worker processes, for io_method=worker. Version 18 and up only. Changing this parameter causes a service restart. minimum: 1 maximum: 32- Returns:
- ioWorkers
-
setIoWorkers
-
pgPartmanBgwInterval
-
getPgPartmanBgwInterval
Sets the time interval in seconds to run pg_partman's scheduled tasks. The default is `3600`. minimum: 3600 maximum: 604800- Returns:
- pgPartmanBgwInterval
-
setPgPartmanBgwInterval
-
logLinePrefix
-
getLogLinePrefix
Choose from one of the available log formats.- Returns:
- logLinePrefix
-
setLogLinePrefix
-
logTempFiles
-
getLogTempFiles
Log statements for each temporary file created larger than this number of kilobytes, -1 disables minimum: -1 maximum: 2147483647- Returns:
- logTempFiles
-
setLogTempFiles
-
maxLocksPerTransaction
-
getMaxLocksPerTransaction
PostgreSQL maximum locks per transaction. Changing this parameter causes a service restart. minimum: 64 maximum: 6400- Returns:
- maxLocksPerTransaction
-
setMaxLocksPerTransaction
-
trackCommitTimestamp
public JsonSchemaPg trackCommitTimestamp(JsonSchemaPg.TrackCommitTimestampEnum trackCommitTimestamp) -
getTrackCommitTimestamp
Record commit time of transactions. Changing this parameter causes a service restart.- Returns:
- trackCommitTimestamp
-
setTrackCommitTimestamp
-
trackFunctions
-
getTrackFunctions
Enables tracking of function call counts and time used.- Returns:
- trackFunctions
-
setTrackFunctions
-
ioMaxCombineLimit
-
getIoMaxCombineLimit
EXPERIMENTAL: Controls the largest I/O size in operations that combine I/O in 8kB units, and silently limits the user-settable parameter io_combine_limit. Version 18 and up only. Changing this parameter causes a service restart. minimum: 1 maximum: 128- Returns:
- ioMaxCombineLimit
-
setIoMaxCombineLimit
-
ioMethod
-
getIoMethod
EXPERIMENTAL: Controls the maximum number of I/O operations that one process can execute simultaneously. Version 18 and up only. Changing this parameter causes a service restart.- Returns:
- ioMethod
-
setIoMethod
-
maxStackDepth
-
getMaxStackDepth
Maximum depth of the stack in bytes. The default is `2097152` (upstream default). minimum: 2097152 maximum: 6291456- Returns:
- maxStackDepth
-
setMaxStackDepth
-
maxParallelWorkers
-
getMaxParallelWorkers
Sets the maximum number of workers that the system can support for parallel queries. The default is `8` (upstream default). minimum: 0 maximum: 96- Returns:
- maxParallelWorkers
-
setMaxParallelWorkers
-
pgPartmanBgwRole
-
getPgPartmanBgwRole
Controls which role to use for pg_partman's scheduled background tasks.- Returns:
- pgPartmanBgwRole
-
setPgPartmanBgwRole
-
maxLogicalReplicationWorkers
-
getMaxLogicalReplicationWorkers
PostgreSQL maximum logical replication workers (taken from the pool of max_parallel_workers). The default is `4` (upstream default). Changing this parameter causes a service restart. minimum: 4 maximum: 256- Returns:
- maxLogicalReplicationWorkers
-
setMaxLogicalReplicationWorkers
-
maxPreparedTransactions
-
getMaxPreparedTransactions
PostgreSQL maximum prepared transactions. The default is `0`. Changing this parameter causes a service restart. minimum: 0 maximum: 10000- Returns:
- maxPreparedTransactions
-
setMaxPreparedTransactions
-
maxWorkerProcesses
-
getMaxWorkerProcesses
Sets the maximum number of background processes that the system can support. The default is `8`. Changing this parameter causes a service restart. minimum: 8 maximum: 288- Returns:
- maxWorkerProcesses
-
setMaxWorkerProcesses
-
pgStatStatementsTrack
public JsonSchemaPg pgStatStatementsTrack(JsonSchemaPg.PgStatStatementsTrackEnum pgStatStatementsTrack) -
getPgStatStatementsTrack
Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default is `top`.- Returns:
- pgStatStatementsTrack
-
setPgStatStatementsTrack
-
tempFileLimit
-
getTempFileLimit
PostgreSQL temporary file limit in KiB, -1 for unlimited minimum: -1 maximum: 2147483647- Returns:
- tempFileLimit
-
setTempFileLimit
-
logErrorVerbosity
-
getLogErrorVerbosity
Controls the amount of detail written in the server log for each message that is logged.- Returns:
- logErrorVerbosity
-
setLogErrorVerbosity
-
logMinDurationStatement
-
getLogMinDurationStatement
Log statements that take more than this number of milliseconds to run, -1 disables minimum: -1 maximum: 86400000- Returns:
- logMinDurationStatement
-
setLogMinDurationStatement
-
maxStandbyStreamingDelay
-
getMaxStandbyStreamingDelay
Max standby streaming delay in milliseconds. The default is `30000` (upstream default). minimum: 1 maximum: 43200000- Returns:
- maxStandbyStreamingDelay
-
setMaxStandbyStreamingDelay
-
jit
-
getJit
Controls system-wide use of Just-in-Time Compilation (JIT).- Returns:
- jit
-
setJit
-
maxStandbyArchiveDelay
-
getMaxStandbyArchiveDelay
Max standby archive delay in milliseconds. The default is `30000` (upstream default). minimum: 1 maximum: 43200000- Returns:
- maxStandbyArchiveDelay
-
setMaxStandbyArchiveDelay
-
bgWriter
-
getBgWriter
Get bgWriter- Returns:
- bgWriter
-
setBgWriter
-
equals
Return true if this json-schema-pg object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-