Package | Description |
---|---|
org.apache.reef.io.data.loading.api |
Data Loading Service API.
|
org.apache.reef.poison.context |
Fault Injection into REEF contexts.
|
org.apache.reef.poison.task |
Fault Injection into REEF tasks.
|
org.apache.reef.tests.fail.driver |
Tests for Driver-side failures.
|
org.apache.reef.tests.messaging.task |
Test message exchange between the Task and the Driver.
|
org.apache.reef.wake.time.runtime |
Constructor and Description |
---|
DataLoader(Clock clock,
EvaluatorRequestor requestor,
DataLoadingService dataLoadingService,
Set<String> serializedComputeRequests,
Set<String> serializedDataRequests)
Allows to specify compute and data evaluator requests in particular
locations.
|
Constructor and Description |
---|
PoisonedContextStartHandler(double crashProbability,
int timeOut,
Clock clock) |
Constructor and Description |
---|
PoisonedTaskStartHandler(double crashProbability,
int timeOut,
Clock clock) |
Constructor and Description |
---|
FailDriver(String failMsgClassName,
EvaluatorRequestor requestor,
Clock clock) |
FailDriverDelayedMsg(EvaluatorRequestor requestor,
Clock clock) |
Constructor and Description |
---|
TaskMessagingDriver(JobMessageObserver client,
Clock clock) |
Modifier and Type | Class and Description |
---|---|
class |
RuntimeClock
Default implementation of clock.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.