Class AvailableDomains

Inheritance Relationships

Base Type

  • public dict

Class Documentation

orchestrator.AvailableDomains : public dict
All the Available Domains/Jobs
Attributes:
    _global_lock: A global lock to be used for accesing the datastructures
    _active_domains: The domains registered

Public Functions

__init__(self, threading.Lock global_lock, *args, **kwargs)
__contains__(self, key)
__setitem__(self, domain_name, DomainSpec value)
__getitem__(self, key)
get(self, key, default=None)
items(self)
keys(self)
__len__(self)

Protected Attributes

_global_lock
_active_domains