| Modifier and Type | Method and Description | 
|---|---|
Optional<Throwable> | 
LauncherStatus.getError()  | 
| Modifier and Type | Method and Description | 
|---|---|
static LauncherStatus | 
LauncherStatus.FAILED(Optional<Throwable> ex)  | 
| Constructor and Description | 
|---|
FailedJob(String id,
                  String message,
                  Optional<String> description,
                  Optional<Throwable> cause,
                  Optional<byte[]> data)  | 
FailedJob(String id,
                  String message,
                  Optional<String> description,
                  Optional<Throwable> cause,
                  Optional<byte[]> data)  | 
FailedJob(String id,
                  String message,
                  Optional<String> description,
                  Optional<Throwable> cause,
                  Optional<byte[]> data)  | 
| Modifier and Type | Method and Description | 
|---|---|
Optional<byte[]> | 
AbstractFailure.getData()  | 
Optional<byte[]> | 
Failure.getData()  | 
Optional<String> | 
AbstractFailure.getDescription()  | 
Optional<String> | 
Failure.getDescription()  | 
Optional<Throwable> | 
AbstractFailure.getReason()  | 
Optional<Throwable> | 
Failure.getReason()  | 
| Modifier and Type | Method and Description | 
|---|---|
Optional<ActiveContext> | 
FailedContext.getParentContext()  | 
Optional<String> | 
ContextBase.getParentId()  | 
| Modifier and Type | Method and Description | 
|---|---|
Optional<FailedTask> | 
FailedEvaluator.getFailedTask()  | 
| Modifier and Type | Method and Description | 
|---|---|
Optional<ActiveContext> | 
FailedTask.getActiveContext()
Access the context the task ran (and crashed) on, if it could be recovered. 
 | 
| Constructor and Description | 
|---|
FailedTask(String id,
                    String message,
                    Optional<String> description,
                    Optional<Throwable> cause,
                    Optional<byte[]> data,
                    Optional<ActiveContext> context)  | 
FailedTask(String id,
                    String message,
                    Optional<String> description,
                    Optional<Throwable> cause,
                    Optional<byte[]> data,
                    Optional<ActiveContext> context)  | 
FailedTask(String id,
                    String message,
                    Optional<String> description,
                    Optional<Throwable> cause,
                    Optional<byte[]> data,
                    Optional<ActiveContext> context)  | 
FailedTask(String id,
                    String message,
                    Optional<String> description,
                    Optional<Throwable> cause,
                    Optional<byte[]> data,
                    Optional<ActiveContext> context)  | 
| Modifier and Type | Method and Description | 
|---|---|
Optional<ContextMessage> | 
ContextMessageSource.getMessage()  | 
| Modifier and Type | Method and Description | 
|---|---|
Optional<TaskMessage> | 
SuspendTestTask.getMessage()
Update driver on current state of the task. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DriverStatusManager.sendJobEndingMessageToClient(Optional<Throwable> exception)
Sends the final message to the Driver. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Optional<ActiveContext> | 
FailedContextImpl.getParentContext()  | 
Optional<String> | 
FailedContextImpl.getParentId()  | 
Optional<String> | 
ClosedContextImpl.getParentId()  | 
Optional<String> | 
EvaluatorContext.getParentId()  | 
| Constructor and Description | 
|---|
EvaluatorContext(String contextIdentifier,
                                String evaluatorIdentifier,
                                EvaluatorDescriptor evaluatorDescriptor,
                                Optional<String> parentID,
                                ConfigurationSerializer configurationSerializer,
                                ContextControlHandler contextControlHandler,
                                EvaluatorMessageDispatcher messageDispatcher,
                                ExceptionCodec exceptionCodec,
                                ContextRepresenters contextRepresenters)  | 
FailedContextImpl(String id,
                                  String message,
                                  Optional<String> description,
                                  Optional<Throwable> cause,
                                  Optional<byte[]> data,
                                  Optional<ActiveContext> parentContext,
                                  EvaluatorDescriptor evaluatorDescriptor,
                                  String evaluatorID)  | 
FailedContextImpl(String id,
                                  String message,
                                  Optional<String> description,
                                  Optional<Throwable> cause,
                                  Optional<byte[]> data,
                                  Optional<ActiveContext> parentContext,
                                  EvaluatorDescriptor evaluatorDescriptor,
                                  String evaluatorID)  | 
FailedContextImpl(String id,
                                  String message,
                                  Optional<String> description,
                                  Optional<Throwable> cause,
                                  Optional<byte[]> data,
                                  Optional<ActiveContext> parentContext,
                                  EvaluatorDescriptor evaluatorDescriptor,
                                  String evaluatorID)  | 
FailedContextImpl(String id,
                                  String message,
                                  Optional<String> description,
                                  Optional<Throwable> cause,
                                  Optional<byte[]> data,
                                  Optional<ActiveContext> parentContext,
                                  EvaluatorDescriptor evaluatorDescriptor,
                                  String evaluatorID)  | 
| Modifier and Type | Method and Description | 
|---|---|
Optional<EvaluatorManager> | 
Evaluators.get(String evaluatorId)  | 
| Modifier and Type | Method and Description | 
|---|---|
Optional<String> | 
ContextClientCodeException.getParentID()  | 
Optional<ReefServiceProtos.TaskStatusProto> | 
ContextManager.getTaskStatus()  | 
| Constructor and Description | 
|---|
ContextClientCodeException(String contextID,
                                                    Optional<String> parentID,
                                                    String message,
                                                    Throwable cause)  | 
| Modifier and Type | Method and Description | 
|---|---|
Optional<ContextMessage> | 
DefaultContextMessageSource.getMessage()  | 
| Modifier and Type | Method and Description | 
|---|---|
Optional<Throwable> | 
ExceptionCodec.fromBytes(byte[] bytes)
Deserializes a Throwable that has been serialized using toBytes(). 
 | 
Optional<Throwable> | 
ExceptionCodec.fromBytes(Optional<byte[]> bytes)  | 
| Modifier and Type | Method and Description | 
|---|---|
Optional<Throwable> | 
ExceptionCodec.fromBytes(Optional<byte[]> bytes)  | 
| Modifier and Type | Method and Description | 
|---|---|
Optional<TaskMessage> | 
TaskMessageSource.getMessage()  | 
| Modifier and Type | Method and Description | 
|---|---|
Optional<byte[]> | 
DriverMessage.get()  | 
Optional<byte[]> | 
CloseEvent.get()  | 
Optional<byte[]> | 
SuspendEvent.get()  | 
| Modifier and Type | Method and Description | 
|---|---|
Optional<TaskMessage> | 
NoopTask.getMessage()  | 
| Modifier and Type | Method and Description | 
|---|---|
Optional<TaskMessage> | 
TaskMessagingTask.getMessage()  | 
| Modifier and Type | Method and Description | 
|---|---|
static <T> Optional<T> | 
Optional.empty()  | 
static <T> Optional<T> | 
Optional.of(T value)  | 
static <T> Optional<T> | 
Optional.ofNullable(T value)  | 
Copyright © 2015 The Apache Software Foundation. All rights reserved.