Home | History | Annotate | Download | only in scheduler

Lines Matching defs:fetch

310         Fetch the rows based on the given database query.
330 def fetch(cls, where='', params=(), joins='', order_by=''):
377 """Helper function to fetch labels & platform for a host."""
526 def fetch(cls, where='', params=(), joins='', order_by=''):
532 # Override the original fetch method to pre-fetch the jobs from the DB
562 labels = Label.fetch(
592 blocks = IneligibleHostQueue.fetch(
780 hosts_queue = HostQueueEntry.fetch('job_id = %s' % self.job.id)
832 """ Fetch info about who aborted the job. """
1192 return list(HostQueueEntry.fetch(
1331 pending_entries = list(HostQueueEntry.fetch(