Backend Chain Response
data class BackendChainResponse(val partitions: Int, val redundancyFactor: Int, val temporaryDiskTransferEnabled: Boolean? = null, val temporaryDiskTransferHighWatermarkPercent: Int? = null, val temporaryDiskTransferLowWatermarkPercent: Int? = null, val temporaryMaxBackendMemUsagePercent: Int? = null, val temporaryResourceLimits: TemporaryResourceLimitsConfigResponse? = null, val workers: Int? = null)
Desired properties of the Frontend Instances of the DMQTT Broker
Constructors
Link copied to clipboard
fun BackendChainResponse(partitions: Int, redundancyFactor: Int, temporaryDiskTransferEnabled: Boolean? = null, temporaryDiskTransferHighWatermarkPercent: Int? = null, temporaryDiskTransferLowWatermarkPercent: Int? = null, temporaryMaxBackendMemUsagePercent: Int? = null, temporaryResourceLimits: TemporaryResourceLimitsConfigResponse? = null, workers: Int? = null)