root
Toggle table of contents
goblin-agent
Target filter
goblin-agent
Switch theme
Search in API
Skip to content
root
root
/
fi.utu.tech.powergoblin.agent.calibrator
/
Task
Task
goblin-agent
abstract
class
Task
(
val
idx
:
Int
,
val
timeOut
:
Long
,
val
startTime
:
Long
=
System.currentTimeMillis()
)
Workers for different calibrators.
Inheritors
NetworkLoad
CPULoad
DiskLoad
IdleLoad
Members
Constructors
Task
Link copied to clipboard
goblin-agent
constructor
(
idx
:
Int
,
timeOut
:
Long
,
startTime
:
Long
=
System.currentTimeMillis()
)
Properties
idx
Link copied to clipboard
goblin-agent
val
idx
:
Int
start
Time
Link copied to clipboard
goblin-agent
val
startTime
:
Long
time
Out
Link copied to clipboard
goblin-agent
val
timeOut
:
Long
Functions
perform
Link copied to clipboard
goblin-agent
abstract
fun
perform
(
)
:
Boolean
run
Link copied to clipboard
goblin-agent
open
fun
run
(
)