trafficClassField property

String? trafficClassField
getter/setter pair

Specifies the TrafficClass that Scotty should use for any RPCs to fetch the response bytes.

Will override the traffic class GTOS of the incoming http request. This is a temporary field to facilitate whitelisting and experimentation by the bigstore agent only. For instance, this does not apply to RTMP reads. WARNING: DO NOT USE WITHOUT PERMISSION FROM THE SCOTTY TEAM. Possible string values are:

  • "BE1" : Application-selectable traffic classes Best effort
  • "AF1" : Assured forwarding priority 1
  • "AF2" : Assured forwarding priority 2
  • "AF3" : Assured forwarding priority 3
  • "AF4" : Assured forwarding priority 4
  • "NC1" : Network control
  • "NC0" : Network control
  • "BE0" : Best effort at high packet loss
  • "LLQ" : Low-latency queue (LLQ) best effort (go/llq)
  • "LLQ1" : LLQ best effort (go/llq2)
  • "LLQ2" : LLQ assured forwarding priority 2 (go/llq2)

Implementation

core.String? trafficClassField;