Uses of Class
com.exoscale.sdk.model.WriteAheadLogWALSettings
-
Packages that use WriteAheadLogWALSettings Package Description com.exoscale.sdk.model -
-
Uses of WriteAheadLogWALSettings in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return WriteAheadLogWALSettings Modifier and Type Method Description WriteAheadLogWALSettings
JsonSchemaPg. getWal()
Get walWriteAheadLogWALSettings
WriteAheadLogWALSettings. maxSlotWalKeepSize(Integer maxSlotWalKeepSize)
WriteAheadLogWALSettings
WriteAheadLogWALSettings. maxWalSenders(Integer maxWalSenders)
WriteAheadLogWALSettings
WriteAheadLogWALSettings. walSenderTimeout(Integer walSenderTimeout)
WriteAheadLogWALSettings
WriteAheadLogWALSettings. walWriterDelay(Integer walWriterDelay)
Methods in com.exoscale.sdk.model with parameters of type WriteAheadLogWALSettings Modifier and Type Method Description void
JsonSchemaPg. setWal(WriteAheadLogWALSettings wal)
JsonSchemaPg
JsonSchemaPg. wal(WriteAheadLogWALSettings wal)
-