abstract class ReQL::Job

Direct Known Subclasses

Defined in:

reql/jobs/job.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

!=(other : RethinkDB::DSL::R) !=, %(other : RethinkDB::DSL::R) %, &(other : RethinkDB::DSL::R) &, *(other : RethinkDB::DSL::R) *, +(other : RethinkDB::DSL::R) +, -(other : RethinkDB::DSL::R) -, /(other : RethinkDB::DSL::R) /, <(other : RethinkDB::DSL::R) <, <=(other : RethinkDB::DSL::R) <=, ==(other : RethinkDB::DSL::R) ==, >(other : RethinkDB::DSL::R) >, >=(other : RethinkDB::DSL::R) >=, |(other : RethinkDB::DSL::R) |

Constructor Detail

def self.new(job_manager : JobManager) #

[View source]

Instance Method Detail

def finish_job #

[View source]
def id : UUID #

[View source]
def running : Bool #

[View source]
def start_time : Time #

[View source]
abstract def type : String #

[View source]