Package | Description |
---|---|
org.apache.twill.api |
Classes in this package provides core functionality of the Twill library.
|
Modifier and Type | Method and Description |
---|---|
static EventHandler.TimeoutAction |
EventHandler.TimeoutAction.abort()
Creates a
EventHandler.TimeoutAction to indicate aborting the application. |
EventHandler.TimeoutAction |
EventHandler.launchTimeout(Iterable<EventHandler.TimeoutEvent> timeoutEvents)
Invoked when the number of expected instances doesn't match with number of actual instances.
|
static EventHandler.TimeoutAction |
EventHandler.TimeoutAction.recheck(long elapse,
TimeUnit unit)
Creates a
EventHandler.TimeoutAction to indicate recheck again after the given time has passed. |
Copyright © 2013-2016 The Apache Software Foundation. All rights reserved.