View Source ZenMonitor.Local.Connector.State (ZenMonitor v2.1.0)
Maintains the internal state for the Connector
monitorsis an ETS table for keeping track of monitors for the purpose of fan-out.remote_node_monitoredis a flag used to track whether or not the remote node has been monitoredremote_proxy_refis the monitoring reference of the remote node's ZenMonitor.Proxyremoteis the remote node for which the Connector is responsible.batchis the queue of instructions pending until the next sweep.lengthis the current length of the batch queue (calculating queue length is an O(n) operation, it is simple to track it as elements are added / removed)