class HandlerBase
- HandlerBase
- Reference
- Object
Direct Known Subclasses
- GenericJobIdHandler
- JobGetHandler
- JobPostHandler
- JobReleaseHandler
- MultipleJobGetHandler
- ParentJobPostHandler
- PausePutHandler
- SetChildrenStartedPutHandler
- StatsHandler
- ThrottlePostHandler
- TubeDeleteHandler
Defined in:
handlers/base.crConstructors
Instance Method Summary
- #build_action_job(action_name : String, job)
- #build_action_job_with_data_hash(action_name : String, job, data_hash : Hash(String, String))
- #build_action_with_data_hash(action_name, data_hash : Hash(String, String))
- #build_action_with_field_tuple(action_name : String, field_name : String, field_value : String)
- #get_job_id_from_response(data) : String
- #normalize_json_hash(json_hash : JSON::Any)
- #send_and_parse_response(request_json)
Constructor Detail
Instance Method Detail
def build_action_job_with_data_hash(action_name : String, job, data_hash : Hash(String, String))
#
def build_action_with_field_tuple(action_name : String, field_name : String, field_value : String)
#