Uses of Class
com.exoscale.sdk.model.BackgroundBGWriterSettings
-
Packages that use BackgroundBGWriterSettings Package Description com.exoscale.sdk.model -
-
Uses of BackgroundBGWriterSettings in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return BackgroundBGWriterSettings Modifier and Type Method Description BackgroundBGWriterSettings
BackgroundBGWriterSettings. bgwriterDelay(Integer bgwriterDelay)
BackgroundBGWriterSettings
BackgroundBGWriterSettings. bgwriterFlushAfter(Integer bgwriterFlushAfter)
BackgroundBGWriterSettings
BackgroundBGWriterSettings. bgwriterLruMaxpages(Integer bgwriterLruMaxpages)
BackgroundBGWriterSettings
BackgroundBGWriterSettings. bgwriterLruMultiplier(BigDecimal bgwriterLruMultiplier)
BackgroundBGWriterSettings
JsonSchemaPg. getBgWriter()
Get bgWriterMethods in com.exoscale.sdk.model with parameters of type BackgroundBGWriterSettings Modifier and Type Method Description JsonSchemaPg
JsonSchemaPg. bgWriter(BackgroundBGWriterSettings bgWriter)
void
JsonSchemaPg. setBgWriter(BackgroundBGWriterSettings bgWriter)
-