Worker: Worker

WorkerR Documentation

Worker

Description

Worker

Worker

Format

R6Class object.

Super class

tercenApi::Base -> Worker

Public fields

status

of type String.

name

of type String.

uri

of type String.

priority

of type double.

nCPU

of type int.

nThread

of type int.

memory

of type double.

nAvailableThread

of type int.

availableMemory

of type double.

availableTaskTypes

list of type String.

lastDateActivity

of type String.

heartBeat

of type int.

Methods

Public methods

Inherited methods

Method new()

Usage
Worker$new(json = NULL)

Method init()

Usage
Worker$init()

Method initJson()

Usage
Worker$initJson(json)

Method toTson()

Usage
Worker$toTson()

Method clone()

The objects of this class are cloneable with this method.

Usage
Worker$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


tercen/teRcenApi documentation built on Feb. 8, 2024, 5:59 p.m.