Package | Description |
---|---|
org.apache.reef.client |
Client APIs for REEF.
|
org.apache.reef.proto | |
org.apache.reef.runtime.common.driver.evaluator |
Driver-Side representations of Evaluators.
|
org.apache.reef.runtime.common.driver.resourcemanager |
Classes that interface with the resourcemanager (Local, YARN, ...) in the Driver.
|
Constructor and Description |
---|
FailedRuntime(ReefServiceProtos.RuntimeErrorProto error)
Create a new Failure object out of protobuf data.
|
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<ReefServiceProtos.RuntimeErrorProto> |
ReefServiceProtos.RuntimeErrorProto.PARSER |
Modifier and Type | Method and Description |
---|---|
ReefServiceProtos.RuntimeErrorProto |
ReefServiceProtos.RuntimeErrorProto.Builder.build() |
ReefServiceProtos.RuntimeErrorProto |
ReefServiceProtos.RuntimeErrorProto.Builder.buildPartial() |
static ReefServiceProtos.RuntimeErrorProto |
ReefServiceProtos.RuntimeErrorProto.getDefaultInstance() |
ReefServiceProtos.RuntimeErrorProto |
ReefServiceProtos.RuntimeErrorProto.getDefaultInstanceForType() |
ReefServiceProtos.RuntimeErrorProto |
ReefServiceProtos.RuntimeErrorProto.Builder.getDefaultInstanceForType() |
ReefServiceProtos.RuntimeErrorProto |
REEFProtocol.REEFMessageOrBuilder.getRuntimeError()
optional .RuntimeErrorProto runtimeError = 3; |
ReefServiceProtos.RuntimeErrorProto |
REEFProtocol.REEFMessage.getRuntimeError()
optional .RuntimeErrorProto runtimeError = 3; |
ReefServiceProtos.RuntimeErrorProto |
REEFProtocol.REEFMessage.Builder.getRuntimeError()
optional .RuntimeErrorProto runtimeError = 3; |
static ReefServiceProtos.RuntimeErrorProto |
ReefServiceProtos.RuntimeErrorProto.parseDelimitedFrom(InputStream input) |
static ReefServiceProtos.RuntimeErrorProto |
ReefServiceProtos.RuntimeErrorProto.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReefServiceProtos.RuntimeErrorProto |
ReefServiceProtos.RuntimeErrorProto.parseFrom(byte[] data) |
static ReefServiceProtos.RuntimeErrorProto |
ReefServiceProtos.RuntimeErrorProto.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReefServiceProtos.RuntimeErrorProto |
ReefServiceProtos.RuntimeErrorProto.parseFrom(com.google.protobuf.ByteString data) |
static ReefServiceProtos.RuntimeErrorProto |
ReefServiceProtos.RuntimeErrorProto.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReefServiceProtos.RuntimeErrorProto |
ReefServiceProtos.RuntimeErrorProto.parseFrom(com.google.protobuf.CodedInputStream input) |
static ReefServiceProtos.RuntimeErrorProto |
ReefServiceProtos.RuntimeErrorProto.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReefServiceProtos.RuntimeErrorProto |
ReefServiceProtos.RuntimeErrorProto.parseFrom(InputStream input) |
static ReefServiceProtos.RuntimeErrorProto |
ReefServiceProtos.RuntimeErrorProto.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<ReefServiceProtos.RuntimeErrorProto> |
ReefServiceProtos.RuntimeErrorProto.getParserForType() |
Modifier and Type | Method and Description |
---|---|
ReefServiceProtos.RuntimeErrorProto.Builder |
ReefServiceProtos.RuntimeErrorProto.Builder.mergeFrom(ReefServiceProtos.RuntimeErrorProto other) |
REEFProtocol.REEFMessage.Builder |
REEFProtocol.REEFMessage.Builder.mergeRuntimeError(ReefServiceProtos.RuntimeErrorProto value)
optional .RuntimeErrorProto runtimeError = 3; |
static ReefServiceProtos.RuntimeErrorProto.Builder |
ReefServiceProtos.RuntimeErrorProto.newBuilder(ReefServiceProtos.RuntimeErrorProto prototype) |
REEFProtocol.REEFMessage.Builder |
REEFProtocol.REEFMessage.Builder.setRuntimeError(ReefServiceProtos.RuntimeErrorProto value)
optional .RuntimeErrorProto runtimeError = 3; |
Modifier and Type | Method and Description |
---|---|
void |
EvaluatorResourceManagerErrorHandler.onNext(RemoteMessage<ReefServiceProtos.RuntimeErrorProto> runtimeErrorProtoRemoteMessage) |
Modifier and Type | Method and Description |
---|---|
Optional<ReefServiceProtos.RuntimeErrorProto> |
RuntimeStatusEventImpl.getError() |
Optional<ReefServiceProtos.RuntimeErrorProto> |
RuntimeStatusEvent.getError() |
Modifier and Type | Method and Description |
---|---|
void |
ResourceManagerErrorHandler.onNext(ReefServiceProtos.RuntimeErrorProto runtimeErrorProto) |
RuntimeStatusEventImpl.Builder |
RuntimeStatusEventImpl.Builder.setError(ReefServiceProtos.RuntimeErrorProto error) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.