class documentation

class PollerBehaviorAutoscaling: (source)

View In Hierarchy

A poller behavior that will automatically scale the number of pollers based on feedback from the server. A slot must be available before beginning polling.

Class Variable initial This many polls will be attempted initially before scaling kicks in. Must be between minimum and maximum.
Class Variable maximum At most this many poll calls will ever be open at once. Must be >= minimum.
Class Variable minimum At least this many poll calls will always be attempted (assuming slots are available).
Method _to_bridge Undocumented

This many polls will be attempted initially before scaling kicks in. Must be between minimum and maximum.

At most this many poll calls will ever be open at once. Must be >= minimum.

At least this many poll calls will always be attempted (assuming slots are available).