| Modifier and Type | Class and Description |
|---|---|
class |
InstanceFailureEvent
This class implements an instance failure event which can be used to deliberately kill a particular instance after
the given period of time.
|
class |
VertexFailureEvent
This class implements a vertex failure event which can be used to deliberately kill a particular task after the
given period of time.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractFailureEvent |
SWTFailureEventEditor.showDialog()
Opens the dialog.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<AbstractFailureEvent> |
JobFailurePattern.iterator()
Returns an iterator to access all the events stored in this job failure pattern.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobFailurePattern.addEvent(AbstractFailureEvent event)
Adds a failure event to this job failure pattern.
|
int |
AbstractFailureEvent.compareTo(AbstractFailureEvent o) |
void |
JobFailurePattern.removeEvent(AbstractFailureEvent event)
Removes a failure event from this job failure pattern.
|
| Constructor and Description |
|---|
SWTFailureEventEditor(org.eclipse.swt.widgets.Shell parent,
Set<String> nameSuggestions,
AbstractFailureEvent failureEvent) |
Copyright © 2013–2014. All rights reserved.