-
Method Summary
Returns the variables requested by the worker, or an empty collection if all variables are
requested.
long
Returns the activation timeout of the job, i.e.
org.agrona.DirectBuffer
Returns the name of the worker.
-
Method Details
-
worker
org.agrona.DirectBuffer worker()
Returns the name of the worker. This is mostly used for debugging purposes.
- See Also:
-
-
fetchVariables
Collection<org.agrona.DirectBuffer> fetchVariables()
Returns the variables requested by the worker, or an empty collection if all variables are
requested.
- See Also:
-
-
timeout
long timeout()
Returns the activation timeout of the job, i.e. how long before the job is made activate-able
again after activation
- See Also:
-