Groovy Documentation

org.linkedin.glu.agent.api
[Groovy] Interface FutureExecution


interface FutureExecution

Authors:
ypujante@linkedin.com


Method Summary
K get(java.lang.Object timeout)

Convenient call which allow a timeout of different types (long, String, Timespan...)

long getCompletionTime()

when the execution completes

long getFutureExecutionTime()

when the execution should start (0 means start now)

java.lang.String getId()

Unique id of the execution

long getStartTime()

when the execution started

 

Method Detail

get

K get(java.lang.Object timeout)
Convenient call which allow a timeout of different types (long, String, Timespan...)


getCompletionTime

long getCompletionTime()
when the execution completes


getFutureExecutionTime

long getFutureExecutionTime()
when the execution should start (0 means start now)


getId

java.lang.String getId()
Unique id of the execution


getStartTime

long getStartTime()
when the execution started


 

Groovy Documentation