A B C D E F G H I J K L M N O P R S T U V W Y 

A

AbstractDriverRuntimeConfiguration - Class in org.apache.reef.runtime.common.driver.api
Deprecated.
Runtimes are advised to create their own ConfigurationModules instead of subclassing this class.
AbstractDriverRuntimeConfiguration.ClientRemoteIdentifier - Class in org.apache.reef.runtime.common.driver.api
Deprecated.
 
AbstractDriverRuntimeConfiguration.ClientRemoteIdentifier() - Constructor for class org.apache.reef.runtime.common.driver.api.AbstractDriverRuntimeConfiguration.ClientRemoteIdentifier
Deprecated.
 
AbstractDriverRuntimeConfiguration.DriverProcessMemory - Class in org.apache.reef.runtime.common.driver.api
Deprecated.
This parameter denotes that the driver process should actually be started in a separate process with the given amount of JVM memory.
AbstractDriverRuntimeConfiguration.DriverProcessMemory() - Constructor for class org.apache.reef.runtime.common.driver.api.AbstractDriverRuntimeConfiguration.DriverProcessMemory
Deprecated.
 
AbstractDriverRuntimeConfiguration.EvaluatorTimeout - Class in org.apache.reef.runtime.common.driver.api
Deprecated.
 
AbstractDriverRuntimeConfiguration.EvaluatorTimeout() - Constructor for class org.apache.reef.runtime.common.driver.api.AbstractDriverRuntimeConfiguration.EvaluatorTimeout
Deprecated.
 
AbstractDriverRuntimeConfiguration.JobIdentifier - Class in org.apache.reef.runtime.common.driver.api
Deprecated.
 
AbstractDriverRuntimeConfiguration.JobIdentifier() - Constructor for class org.apache.reef.runtime.common.driver.api.AbstractDriverRuntimeConfiguration.JobIdentifier
Deprecated.
 
AbstractFailure - Class in org.apache.reef.common
Common data and functionality for all error messages in REEF.
Accumulable<T> - Interface in org.apache.reef.io
Similar to Iterable, this is an interface for objects that can return Accumulators.
accumulator() - Method in interface org.apache.reef.io.Accumulable
Returns a new Accumulator.
Accumulator<T> - Interface in org.apache.reef.io
A basic Accumulator interface.
accumulator() - Method in interface org.apache.reef.io.Spool
Returns an Accumulator for the spool file.
ACTIVE_CONTEXT - Static variable in class org.apache.reef.util.logging.LoggingScopeFactory
 
ActiveContext - Interface in org.apache.reef.driver.context
Represents an active context on an Evaluator.
activeContextReceived(String) - Method in class org.apache.reef.util.logging.LoggingScopeFactory
This is to measure the time in calling activeContext handler
add(T) - Method in interface org.apache.reef.io.Accumulator
Add the given datum to this.
add(File) - Method in class org.apache.reef.util.JARFileMaker
Adds a file to the JAR.
ADD_CONTEXT_FIELD_NUMBER - Static variable in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
 
addAll(ConfigurationModule, P, Iterable<String>) - Static method in class org.apache.reef.util.EnvironmentUtils
Deprecated.
in 0.2 this really should be in Tang.
addAllContextMessage(Iterable<? extends ReefServiceProtos.ContextStatusProto.ContextMessageProto>) - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
repeated .ContextStatusProto.ContextMessageProto context_message = 7;
addAllContextStatus(Iterable<? extends ReefServiceProtos.ContextStatusProto>) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
repeated .ContextStatusProto context_status = 3;
addAllTaskMessage(Iterable<? extends ReefServiceProtos.TaskStatusProto.TaskMessageProto>) - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
repeated .TaskStatusProto.TaskMessageProto task_message = 6;
addChildren(File) - Method in class org.apache.reef.util.JARFileMaker
 
addClasspath(ConfigurationModule, OptionalParameter<String>) - Static method in class org.apache.reef.util.EnvironmentUtils
Deprecated.
Using this method is inherently non-deterministic as it depends on environment variables on your local machine.
addClientConfiguration(Configuration) - Method in class org.apache.reef.runtime.common.driver.api.AbstractDriverRuntimeConfiguration
Deprecated.
 
addContainerAllocation(String) - Method in class org.apache.reef.runtime.common.driver.resourcemanager.RuntimeStatusEventImpl.Builder
Add an entry to containerAllocationList
addContextMessage(ReefServiceProtos.ContextStatusProto.ContextMessageProto) - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
repeated .ContextStatusProto.ContextMessageProto context_message = 7;
addContextMessage(int, ReefServiceProtos.ContextStatusProto.ContextMessageProto) - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
repeated .ContextStatusProto.ContextMessageProto context_message = 7;
addContextMessage(ReefServiceProtos.ContextStatusProto.ContextMessageProto.Builder) - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
repeated .ContextStatusProto.ContextMessageProto context_message = 7;
addContextMessage(int, ReefServiceProtos.ContextStatusProto.ContextMessageProto.Builder) - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
repeated .ContextStatusProto.ContextMessageProto context_message = 7;
addContextMessageBuilder() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
repeated .ContextStatusProto.ContextMessageProto context_message = 7;
addContextMessageBuilder(int) - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
repeated .ContextStatusProto.ContextMessageProto context_message = 7;
addContextStatus(ReefServiceProtos.ContextStatusProto) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
repeated .ContextStatusProto context_status = 3;
addContextStatus(int, ReefServiceProtos.ContextStatusProto) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
repeated .ContextStatusProto context_status = 3;
addContextStatus(ReefServiceProtos.ContextStatusProto.Builder) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
repeated .ContextStatusProto context_status = 3;
addContextStatus(int, ReefServiceProtos.ContextStatusProto.Builder) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
repeated .ContextStatusProto context_status = 3;
addContextStatusBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
repeated .ContextStatusProto context_status = 3;
addContextStatusBuilder(int) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
repeated .ContextStatusProto context_status = 3;
addEventHandler(EventHandler<E>) - Method in class org.apache.reef.runtime.common.utils.BroadCastEventHandler
 
addFile(File) - Method in interface org.apache.reef.driver.evaluator.AllocatedEvaluator
Puts the given file into the working directory of the Evaluator.
addFile(FileResource) - Method in class org.apache.reef.runtime.common.driver.api.ResourceLaunchEventImpl.Builder
Add an entry to the fileSet
addGlobalFile(FileResource) - Method in class org.apache.reef.runtime.common.client.api.JobSubmissionEventImpl.Builder
Add an entry to the globalFileSet
addLibrary(File) - Method in interface org.apache.reef.driver.evaluator.AllocatedEvaluator
Puts the given file into the working directory of the Evaluator and adds it to its classpath.
addLocalFile(FileResource) - Method in class org.apache.reef.runtime.common.client.api.JobSubmissionEventImpl.Builder
Add an entry to the localFileSet
addNodeName(String) - Method in class org.apache.reef.runtime.common.driver.api.ResourceRequestEventImpl.Builder
Add an entry to the nodeNameList
addRackName(String) - Method in class org.apache.reef.runtime.common.driver.api.ResourceRequestEventImpl.Builder
Add an entry to rackNameList
addTaskMessage(ReefServiceProtos.TaskStatusProto.TaskMessageProto) - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
repeated .TaskStatusProto.TaskMessageProto task_message = 6;
addTaskMessage(int, ReefServiceProtos.TaskStatusProto.TaskMessageProto) - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
repeated .TaskStatusProto.TaskMessageProto task_message = 6;
addTaskMessage(ReefServiceProtos.TaskStatusProto.TaskMessageProto.Builder) - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
repeated .TaskStatusProto.TaskMessageProto task_message = 6;
addTaskMessage(int, ReefServiceProtos.TaskStatusProto.TaskMessageProto.Builder) - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
repeated .TaskStatusProto.TaskMessageProto task_message = 6;
addTaskMessageBuilder() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
repeated .TaskStatusProto.TaskMessageProto task_message = 6;
addTaskMessageBuilder(int) - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
repeated .TaskStatusProto.TaskMessageProto task_message = 6;
allEvaluatorsAreClosed() - Method in class org.apache.reef.runtime.common.driver.evaluator.Evaluators
Return true if all evaluators are in closed state (and their processing queues are empty).
AllocatedEvaluator - Interface in org.apache.reef.driver.evaluator
Represents an Evaluator that is allocated, but is not running yet.
APPLICATION_IDENTIFIER - Static variable in class org.apache.reef.runtime.common.evaluator.EvaluatorConfiguration
 
ApplicationIdentifier - Class in org.apache.reef.runtime.common.evaluator.parameters
The RM application/job identifier.
areAssertionsEnabled() - Static method in class org.apache.reef.util.EnvironmentUtils
Check whether assert() statements are evaluated.
asError() - Method in class org.apache.reef.common.AbstractFailure
Return the original Java Exception, or generate a new one if it does not exists.
asError() - Method in interface org.apache.reef.common.Failure
Return the original Java Exception, or generate a new one if it does not exists.
assertSingleton(Class) - Static method in class org.apache.reef.util.SingletonAsserter
 

B

BRIDGE_SETUP - Static variable in class org.apache.reef.util.logging.LoggingScopeFactory
 
BroadCastEventHandler<E> - Class in org.apache.reef.runtime.common.utils
 
BroadCastEventHandler(Collection<EventHandler<E>>) - Constructor for class org.apache.reef.runtime.common.utils.BroadCastEventHandler
 
build() - Method in class org.apache.reef.driver.evaluator.EvaluatorRequest.Builder
Builds the EvaluatorRequest.
build() - Method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto.Builder
 
build() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto.Builder
 
build() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
 
build() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto.Builder
 
build() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto.Builder
 
build() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
 
build() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.KillEvaluatorProto.Builder
 
build() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto.Builder
 
build() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto.Builder
 
build() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopEvaluatorProto.Builder
 
build() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopTaskProto.Builder
 
build() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.SuspendTaskProto.Builder
 
build() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
 
build() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
 
build() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto.Builder
 
build() - Method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto.Builder
 
build() - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto.Builder
 
build() - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto.Builder
 
build() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
 
build() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto.Builder
 
build() - Method in class org.apache.reef.runtime.common.client.api.JobSubmissionEventImpl.Builder
 
build() - Method in class org.apache.reef.runtime.common.driver.api.AbstractDriverRuntimeConfiguration
Deprecated.
 
build() - Method in class org.apache.reef.runtime.common.driver.api.ResourceLaunchEventImpl.Builder
 
build() - Method in class org.apache.reef.runtime.common.driver.api.ResourceReleaseEventImpl.Builder
 
build() - Method in class org.apache.reef.runtime.common.driver.api.ResourceRequestEventImpl.Builder
 
build() - Method in class org.apache.reef.runtime.common.driver.resourcemanager.NodeDescriptorEventImpl.Builder
 
build() - Method in class org.apache.reef.runtime.common.driver.resourcemanager.ResourceAllocationEventImpl.Builder
 
build() - Method in class org.apache.reef.runtime.common.driver.resourcemanager.ResourceStatusEventImpl.Builder
 
build() - Method in class org.apache.reef.runtime.common.driver.resourcemanager.RuntimeStatusEventImpl.Builder
 
build() - Method in class org.apache.reef.runtime.common.files.FileResourceImpl.Builder
 
build() - Method in class org.apache.reef.runtime.common.launch.CLRLaunchCommandBuilder
 
build() - Method in class org.apache.reef.runtime.common.launch.JavaLaunchCommandBuilder
 
build() - Method in interface org.apache.reef.runtime.common.launch.LaunchCommandBuilder
 
build() - Method in interface org.apache.reef.util.Builder
Builds a fresh instance of the object.
Builder<T> - Interface in org.apache.reef.util
A basic Builder pattern interface.
BuilderUtils - Class in org.apache.reef.util
Utilities for creating Builders
BuilderUtils() - Constructor for class org.apache.reef.util.BuilderUtils
 
buildPartial() - Method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto.Builder
 
buildPartial() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto.Builder
 
buildPartial() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
 
buildPartial() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto.Builder
 
buildPartial() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto.Builder
 
buildPartial() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
 
buildPartial() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.KillEvaluatorProto.Builder
 
buildPartial() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto.Builder
 
buildPartial() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto.Builder
 
buildPartial() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopEvaluatorProto.Builder
 
buildPartial() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopTaskProto.Builder
 
buildPartial() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.SuspendTaskProto.Builder
 
buildPartial() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
 
buildPartial() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
 
buildPartial() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto.Builder
 
buildPartial() - Method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto.Builder
 
buildPartial() - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto.Builder
 
buildPartial() - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto.Builder
 
buildPartial() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
 
buildPartial() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto.Builder
 

C

call(byte[]) - Method in interface org.apache.reef.task.Task
Called by the resourcemanager harness to execute the task.
check() - Method in class org.apache.reef.runtime.common.driver.idle.EventHandlerIdlenessSource
 
ClasspathProvider - Class in org.apache.reef.runtime.common.files
Supplies the classpath to REEF for process (Driver, Evaluator) launches.
clear() - Method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto.Builder
 
clear() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto.Builder
 
clear() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
 
clear() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto.Builder
 
clear() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto.Builder
 
clear() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
 
clear() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.KillEvaluatorProto.Builder
 
clear() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto.Builder
 
clear() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto.Builder
 
clear() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopEvaluatorProto.Builder
 
clear() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopTaskProto.Builder
 
clear() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.SuspendTaskProto.Builder
 
clear() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
 
clear() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
 
clear() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto.Builder
 
clear() - Method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto.Builder
 
clear() - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto.Builder
 
clear() - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto.Builder
 
clear() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
 
clear() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto.Builder
 
clearAddContext() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .AddContextProto add_context = 5;
clearConfiguration() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto.Builder
required string configuration = 2;
clearContextConfiguration() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto.Builder
required string context_configuration = 2;
clearContextControl() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto.Builder
optional .ContextControlProto context_control = 3;
clearContextId() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto.Builder
required string context_id = 1;
clearContextId() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto.Builder
required string context_id = 1;
clearContextId() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto.Builder
required string context_id = 1;
clearContextId() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
required string context_id = 2;
clearContextId() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
required string context_id = 2;
clearContextMessage() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .ContextMessageProto context_message = 2;
clearContextMessage() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
repeated .ContextStatusProto.ContextMessageProto context_message = 7;
clearContextState() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
required .ContextStatusProto.State context_state = 1;
clearContextStatus() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
repeated .ContextStatusProto context_status = 3;
clearError() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
optional bytes error = 5;
clearError() - Method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto.Builder
optional bytes error = 3;
clearEvaluatorControl() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
optional .EvaluatorControlProto evaluatorControl = 5;
clearEvaluatorHeartBeat() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
optional .EvaluatorHeartbeatProto evaluatorHeartBeat = 6;
clearEvaluatorId() - Method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto.Builder
required string evaluator_id = 1;
clearEvaluatorStatus() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
required .EvaluatorStatusProto evaluator_status = 2;
clearException() - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto.Builder
optional bytes exception = 4;
clearException() - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto.Builder
optional bytes exception = 3;
clearIdentifier() - Method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto.Builder
required string identifier = 1;
clearIdentifier() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto.Builder
required string identifier = 2;
clearIdentifier() - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto.Builder
required string identifier = 1;
clearIdentifier() - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto.Builder
optional string identifier = 5;
clearJobControl() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
optional .JobControlProto jobControl = 2;
clearJobStatus() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
optional .JobStatusProto jobStatus = 4;
clearKillEvaluator() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto.Builder
optional .KillEvaluatorProto kill_evaluator = 4;
clearMessage() - Method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto.Builder
optional bytes message = 3;
clearMessage() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto.Builder
required bytes message = 2;
clearMessage() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto.Builder
required bytes message = 2;
clearMessage() - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto.Builder
optional bytes message = 3;
clearMessage() - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto.Builder
required string message = 2;
clearMessage() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto.Builder
required bytes message = 2;
clearName() - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto.Builder
required string name = 1;
clearParentContextId() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto.Builder
required string parent_context_id = 1;
clearParentId() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
optional string parent_id = 3;
clearRecovery() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
optional bool recovery = 5;
clearRecovery() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
optional bool recovery = 6;
clearRecovery() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
optional bool recovery = 5;
clearRemoveContext() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .RemoveContextProto remove_context = 6;
clearResult() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
optional bytes result = 4;
clearRuntimeError() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
optional .RuntimeErrorProto runtimeError = 3;
clearServiceConfiguration() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto.Builder
optional string service_configuration = 3;
clearSignal() - Method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto.Builder
optional .Signal signal = 2;
clearSourceId() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto.Builder
required string source_id = 1;
clearSourceId() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto.Builder
required string source_id = 1;
clearStartTask() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .StartTaskProto start_task = 7;
clearState() - Method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto.Builder
required .State state = 2;
clearState() - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto.Builder
required .State state = 2;
clearState() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
required .State state = 3;
clearStopTask() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .StopTaskProto stop_task = 8;
clearSuspendTask() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .SuspendTaskProto suspend_task = 9;
clearTaskId() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
required string task_id = 1;
clearTaskMessage() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional bytes task_message = 1;
clearTaskMessage() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
repeated .TaskStatusProto.TaskMessageProto task_message = 6;
clearTaskStatus() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
optional .TaskStatusProto task_status = 4;
clearTimestamp() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto.Builder
required int64 timestamp = 1;
clearTimestamp() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
required int64 timestamp = 1;
ClientCloseHandlers - Class in org.apache.reef.driver.parameters
Handles close requests from the client.
ClientCloseWithMessageHandlers - Class in org.apache.reef.driver.parameters
Handles client close requests
ClientConfiguration - Class in org.apache.reef.client
A ConfigurationModule to fill out for the client configuration.
ClientConfiguration() - Constructor for class org.apache.reef.client.ClientConfiguration
 
ClientConnection - Class in org.apache.reef.runtime.common.driver.client
Represents the communication channel to the client.
ClientConnection(RemoteManager, String, String) - Constructor for class org.apache.reef.runtime.common.driver.client.ClientConnection
 
ClientManager - Class in org.apache.reef.runtime.common.driver.client
Represents the Client in the Driver.
ClientMessageHandlers - Class in org.apache.reef.driver.parameters
Handles message from the Client.
ClientPresent - Class in org.apache.reef.runtime.common.client.parameters
A Tang named parameter that indicates whether or not a client (handler for the various Job events) is present.
ClientPresent() - Constructor for class org.apache.reef.runtime.common.client.parameters.ClientPresent
 
ClientRuntimeParameters - Class in org.apache.reef.runtime.common.client.api
 
ClientRuntimeParameters() - Constructor for class org.apache.reef.runtime.common.client.api.ClientRuntimeParameters
 
ClientRuntimeParameters.RuntimeErrorHandlerRID - Class in org.apache.reef.runtime.common.client.api
 
ClientRuntimeParameters.RuntimeErrorHandlerRID() - Constructor for class org.apache.reef.runtime.common.client.api.ClientRuntimeParameters.RuntimeErrorHandlerRID
 
ClientRuntimeProtocol - Class in org.apache.reef.proto
 
ClientRuntimeProtocol.JobControlProto - Class in org.apache.reef.proto
Protobuf type JobControlProto
ClientRuntimeProtocol.JobControlProto.Builder - Class in org.apache.reef.proto
Protobuf type JobControlProto
ClientRuntimeProtocol.JobControlProtoOrBuilder - Interface in org.apache.reef.proto
 
ClientRuntimeProtocol.Signal - Enum in org.apache.reef.proto
Protobuf enum Signal
ClockConfigurationPath - Class in org.apache.reef.runtime.common.launch.parameters
The path to the clock configuration
ClockConfigurationPath() - Constructor for class org.apache.reef.runtime.common.launch.parameters.ClockConfigurationPath
 
ClockIdlenessSource - Class in org.apache.reef.runtime.common.driver.idle
Informs the DriverIdleManager of clock idleness.
clone() - Method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto.Builder
 
clone() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto.Builder
 
clone() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
 
clone() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto.Builder
 
clone() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto.Builder
 
clone() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
 
clone() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.KillEvaluatorProto.Builder
 
clone() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto.Builder
 
clone() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto.Builder
 
clone() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopEvaluatorProto.Builder
 
clone() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopTaskProto.Builder
 
clone() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.SuspendTaskProto.Builder
 
clone() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
 
clone() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
 
clone() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto.Builder
 
clone() - Method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto.Builder
 
clone() - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto.Builder
 
clone() - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto.Builder
 
clone() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
 
clone() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto.Builder
 
close() - Method in class org.apache.reef.client.DriverLauncher
Kills the running job.
close() - Method in interface org.apache.reef.client.REEF
Close the resourcemanager connection.
close() - Method in interface org.apache.reef.client.RunningJob
Cancels the running Job.
close(byte[]) - Method in interface org.apache.reef.client.RunningJob
Cancels the running Job.
close() - Method in interface org.apache.reef.driver.context.ActiveContext
 
close() - Method in interface org.apache.reef.driver.evaluator.AllocatedEvaluator
Releases the allocated evaluator back to the resource manager.
close(byte[]) - Method in interface org.apache.reef.driver.task.RunningTask
Signal the task to shut down.
close() - Method in interface org.apache.reef.driver.task.RunningTask
Signal the task to shut down.
close() - Method in interface org.apache.reef.io.Accumulator
 
close() - Method in interface org.apache.reef.runtime.common.client.api.JobSubmissionHandler
 
close() - Method in class org.apache.reef.runtime.common.client.REEFImplementation
 
close() - Method in class org.apache.reef.runtime.common.client.RunningJobImpl
 
close(byte[]) - Method in class org.apache.reef.runtime.common.client.RunningJobImpl
 
close() - Method in class org.apache.reef.runtime.common.driver.context.EvaluatorContext
 
close() - Method in class org.apache.reef.runtime.common.driver.evaluator.EvaluatorManager
 
close() - Method in class org.apache.reef.runtime.common.driver.evaluator.Evaluators
Closes all EvaluatorManager instances managed.
close() - Method in class org.apache.reef.runtime.common.driver.task.RunningTaskImpl
 
close(byte[]) - Method in class org.apache.reef.runtime.common.driver.task.RunningTaskImpl
 
close() - Method in class org.apache.reef.runtime.common.evaluator.context.ContextManager
Shuts down.
close() - Method in class org.apache.reef.runtime.common.evaluator.DefaultDriverConnection
 
close(byte[]) - Method in class org.apache.reef.runtime.common.evaluator.task.TaskRuntime
Close the Task.
close() - Method in class org.apache.reef.runtime.common.launch.LaunchClass
Closes the remote manager managed by this class.
close() - Method in class org.apache.reef.runtime.common.launch.REEFErrorHandler
 
close() - Method in class org.apache.reef.runtime.common.utils.DispatchingEStage
Close the internal thread pool.
close() - Method in class org.apache.reef.runtime.common.utils.RemoteManager
 
close() - Method in class org.apache.reef.util.JARFileMaker
 
close() - Method in interface org.apache.reef.util.logging.LoggingScope
 
close() - Method in class org.apache.reef.util.logging.LoggingScopeImpl
The close() will be called when the object is to deleted.
ClosedContext - Interface in org.apache.reef.driver.context
Represents a Context that has been closed succesfully.
closedContext(String) - Method in class org.apache.reef.util.logging.LoggingScopeFactory
This is to measure the time in calling closedContext handler
ClosedContextImpl - Class in org.apache.reef.runtime.common.driver.context
Driver side representation of a closed context.
ClosedContextImpl(ActiveContext, String, String, EvaluatorDescriptor) - Constructor for class org.apache.reef.runtime.common.driver.context.ClosedContextImpl
 
CloseEvent - Interface in org.apache.reef.task.events
Indicates that the driver called .close() on this Task.
CLRLaunchCommandBuilder - Class in org.apache.reef.runtime.common.launch
A builder for the command line to launch a CLR Evaluator.
CLRLaunchCommandBuilder() - Constructor for class org.apache.reef.runtime.common.launch.CLRLaunchCommandBuilder
 
Codec<T> - Interface in org.apache.reef.io.serialization
Interface for serialization routines that translate back and forth between byte arrays with low latency.
CommandUtils - Class in org.apache.reef.util
run given command and return the result as string
CommandUtils() - Constructor for class org.apache.reef.util.CommandUtils
 
CommonClientConfigurationModule - Class in org.apache.reef.runtime.common.client
Deprecated.
this class was never used.
CommonClientConfigurationModule() - Constructor for class org.apache.reef.runtime.common.client.CommonClientConfigurationModule
Deprecated.
 
CommonRuntimeConfiguration - Class in org.apache.reef.runtime.common.client
A ConfigurationModule to be merged in by all runtimes into their client configuration.
CommonRuntimeConfiguration() - Constructor for class org.apache.reef.runtime.common.client.CommonRuntimeConfiguration
 
COMPLETED - Static variable in class org.apache.reef.client.LauncherStatus
 
CompletedEvaluator - Interface in org.apache.reef.driver.evaluator
Represents a successfully closed Evaluator.
CompletedJob - Interface in org.apache.reef.client
Represents a completed REEF job.
CompletedTask - Interface in org.apache.reef.driver.task
Represents a completed Task.
CompletedTaskImpl - Class in org.apache.reef.runtime.common.driver.task
 
CompletedTaskImpl(ActiveContext, byte[], String) - Constructor for class org.apache.reef.runtime.common.driver.task.CompletedTaskImpl
 
CONF - Static variable in class org.apache.reef.client.ClientConfiguration
 
CONF - Static variable in class org.apache.reef.client.DriverConfiguration
ConfigurationModule to fill out to get a legal Driver Configuration.
CONF - Static variable in class org.apache.reef.client.DriverServiceConfiguration
ConfigurationModule to fill out to get a legal Driver Configuration.
CONF - Static variable in class org.apache.reef.driver.context.ContextConfiguration
A ConfigurationModule for context.
CONF - Static variable in class org.apache.reef.driver.context.ServiceConfiguration
ConfigurationModule for services.
CONF - Static variable in class org.apache.reef.driver.task.TaskConfiguration
ConfigurationModule to fill out for a Task configuration.
CONF - Static variable in class org.apache.reef.runtime.common.client.CommonClientConfigurationModule
Deprecated.
 
CONF - Static variable in class org.apache.reef.runtime.common.client.CommonRuntimeConfiguration
 
CONF - Static variable in class org.apache.reef.runtime.common.driver.DriverRuntimeConfiguration
 
CONF - Static variable in class org.apache.reef.runtime.common.evaluator.EvaluatorConfiguration
 
Config - Class in org.apache.reef.util.logging
 
Config() - Constructor for class org.apache.reef.util.logging.Config
 
CONFIGURATION_FIELD_NUMBER - Static variable in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto
 
containsKey(CharSequence) - Method in interface org.apache.reef.io.ExternalMap
 
CONTEXT_CLOSE - Static variable in class org.apache.reef.util.logging.LoggingScopeFactory
 
CONTEXT_CONFIGURATION_FIELD_NUMBER - Static variable in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto
 
CONTEXT_CONTROL_FIELD_NUMBER - Static variable in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto
 
CONTEXT_ID_FIELD_NUMBER - Static variable in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto
 
CONTEXT_ID_FIELD_NUMBER - Static variable in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto
 
CONTEXT_ID_FIELD_NUMBER - Static variable in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto
 
CONTEXT_ID_FIELD_NUMBER - Static variable in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
 
CONTEXT_ID_FIELD_NUMBER - Static variable in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
 
CONTEXT_MESSAGE - Static variable in class org.apache.reef.util.logging.LoggingScopeFactory
 
CONTEXT_MESSAGE_FIELD_NUMBER - Static variable in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
 
CONTEXT_MESSAGE_FIELD_NUMBER - Static variable in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
 
CONTEXT_STATE_FIELD_NUMBER - Static variable in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
 
CONTEXT_STATUS_FIELD_NUMBER - Static variable in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
 
ContextActiveHandlers - Class in org.apache.reef.driver.parameters
Handler for ActiveContext
ContextAndTaskSubmittable - Interface in org.apache.reef.driver
Base interface for classes that support the simultaneous submission of both Context and Task configurations.
ContextBase - Interface in org.apache.reef.driver.context
A common base interface for all Driver-side representations of Contexts.
ContextClientCodeException - Exception in org.apache.reef.runtime.common.evaluator.context
Thrown when we encounter a problem with client code in a context.
ContextClientCodeException(String, Optional<String>, String, Throwable) - Constructor for exception org.apache.reef.runtime.common.evaluator.context.ContextClientCodeException
 
ContextClosedHandlers - Class in org.apache.reef.driver.parameters
Handler for ClosedContext.
ContextConfiguration - Class in org.apache.reef.driver.context
A ConfigurationModule for Context Configuration.
ContextConfiguration() - Constructor for class org.apache.reef.driver.context.ContextConfiguration
 
ContextConfiguration.DriverReconnect - Class in org.apache.reef.driver.context
 
ContextConfiguration.DriverReconnect() - Constructor for class org.apache.reef.driver.context.ContextConfiguration.DriverReconnect
 
ContextControlHandler - Class in org.apache.reef.runtime.common.driver.context
Handles context control messages.
ContextFailedHandlers - Class in org.apache.reef.driver.parameters
Handler for FailedContext
ContextIdentifier - Class in org.apache.reef.evaluator.context.parameters
Context identifier.
ContextIdentifier() - Constructor for class org.apache.reef.evaluator.context.parameters.ContextIdentifier
 
ContextManager - Class in org.apache.reef.runtime.common.evaluator.context
Manages the stack of context in the Evaluator.
ContextMessage - Interface in org.apache.reef.driver.context
Driver-side representation of a message sent by a Context to the Driver.
ContextMessage - Class in org.apache.reef.evaluator.context
Evaluator-side representation of a message sent from an Evaluator to a Driver.
ContextMessageHandler - Interface in org.apache.reef.evaluator.context
Implement this interface to receive messages from the driver in a context.
ContextMessageHandlers - Class in org.apache.reef.driver.parameters
Context message handler.
ContextMessageHandlers - Class in org.apache.reef.evaluator.context.parameters
The set of Context message handlers.
ContextMessageHandlers() - Constructor for class org.apache.reef.evaluator.context.parameters.ContextMessageHandlers
 
ContextMessageImpl - Class in org.apache.reef.runtime.common.driver.context
Driver-side representation of a context message.
ContextMessageImpl(byte[], String, String) - Constructor for class org.apache.reef.runtime.common.driver.context.ContextMessageImpl
 
contextMessageReceived(String) - Method in class org.apache.reef.util.logging.LoggingScopeFactory
This is to measure the time in calling contextMessageReceivedHandler
ContextMessageSource - Interface in org.apache.reef.evaluator.context
Message source for control flow messages from a context to the Driver.
ContextMessageSources - Class in org.apache.reef.evaluator.context.parameters
The set of ContextMessageSource implementations called during heartbeats.
ContextMessageSources() - Constructor for class org.apache.reef.evaluator.context.parameters.ContextMessageSources
 
ContextRepresenters - Class in org.apache.reef.runtime.common.driver.context
Driver-Side representation of all contexts on an Evaluator.
ContextRuntime - Class in org.apache.reef.runtime.common.evaluator.context
The evaluator side resourcemanager for Contexts.
contextStackIsEmpty() - Method in class org.apache.reef.runtime.common.evaluator.context.ContextManager
 
ContextStart - Interface in org.apache.reef.evaluator.context.events
This Event is fired when a Context is started.
ContextStartHandlers - Class in org.apache.reef.evaluator.context.parameters
The set of event handlers for the ContextStart event.
ContextStartHandlers() - Constructor for class org.apache.reef.evaluator.context.parameters.ContextStartHandlers
 
ContextStop - Interface in org.apache.reef.evaluator.context.events
This event is fired when a Context is about to be closed.
ContextStopHandlers - Class in org.apache.reef.evaluator.context.parameters
The set of event handlers for the ContextStop event.
ContextStopHandlers() - Constructor for class org.apache.reef.evaluator.context.parameters.ContextStopHandlers
 
ContextSubmittable - Interface in org.apache.reef.driver
Base interface for classes that support Context submission.
copy(Iterable<FileResource>, File) - Static method in class org.apache.reef.runtime.common.files.JobJarMaker
 
create(InType) - Method in interface org.apache.reef.io.serialization.Deserializer
Deserialize a stream of input.
create(OutType) - Method in interface org.apache.reef.io.serialization.Serializer
Serialize a stream of objects.
createForEvaluatorFailedDuringDriverRestart(ResourceStatusEvent) - Method in class org.apache.reef.runtime.common.driver.evaluator.EvaluatorManagerFactory
 
createJobSubmissionJAR(JobSubmissionEvent, Configuration) - Method in class org.apache.reef.runtime.common.files.JobJarMaker
 
createTempDirectory(String, FileAttribute<?>) - Method in class org.apache.reef.io.SystemTempFileCreator
 
createTempDirectory(String) - Method in class org.apache.reef.io.SystemTempFileCreator
 
createTempDirectory(String, FileAttribute<?>) - Method in interface org.apache.reef.io.TempFileCreator
Creates a temporary folder.
createTempDirectory(String) - Method in interface org.apache.reef.io.TempFileCreator
Create a temporary folder.
createTempDirectory(String, FileAttribute<?>) - Method in class org.apache.reef.io.WorkingDirectoryTempFileCreator
 
createTempDirectory(String) - Method in class org.apache.reef.io.WorkingDirectoryTempFileCreator
 
createTempFile(String, String) - Method in class org.apache.reef.io.SystemTempFileCreator
 
createTempFile(String, String) - Method in interface org.apache.reef.io.TempFileCreator
Creates a temporary file.
createTempFile(String, String) - Method in class org.apache.reef.io.WorkingDirectoryTempFileCreator
 
currentEdenMemoryUsageMB() - Static method in class org.apache.reef.util.MemoryUtils
 
currentOldMemoryUsageMB() - Static method in class org.apache.reef.util.MemoryUtils
 
currentPermMemoryUsageMB() - Static method in class org.apache.reef.util.MemoryUtils
 

D

decode(byte[]) - Method in interface org.apache.reef.io.serialization.Codec
Decodes the given byte array into an object
decode(byte[]) - Method in class org.apache.reef.io.serialization.SerializableCodec
 
decode(byte[]) - Method in class org.apache.reef.runtime.common.launch.REEFMessageCodec
 
DEFAULT_RACK - Static variable in class org.apache.reef.runtime.common.driver.catalog.ResourceCatalogImpl
 
DEFAULT_VALUE - Static variable in class org.apache.reef.driver.parameters.DriverIdentifier
 
DefaultClientCloseHandler - Class in org.apache.reef.runtime.common.driver.defaults
Default handler for close messages from the client: Throw an Exception.
DefaultClientCloseWithMessageHandler - Class in org.apache.reef.runtime.common.driver.defaults
Default handler for close messages from the client: Throw an Exception.
DefaultClientCloseWithMessageHandler() - Constructor for class org.apache.reef.runtime.common.driver.defaults.DefaultClientCloseWithMessageHandler
 
DefaultClientMessageHandler - Class in org.apache.reef.runtime.common.driver.defaults
Default event handler for Client messages: Logging it.
DefaultClientMessageHandler() - Constructor for class org.apache.reef.runtime.common.driver.defaults.DefaultClientMessageHandler
 
DefaultCloseHandler - Class in org.apache.reef.runtime.common.evaluator.task.defaults
Default implementation for EventHandler
DefaultCloseHandler() - Constructor for class org.apache.reef.runtime.common.evaluator.task.defaults.DefaultCloseHandler
 
DefaultCompletedJobHandler - Class in org.apache.reef.runtime.common.client.defaults
Default event handler for CompletedJob: Logging it.
DefaultContextActiveHandler - Class in org.apache.reef.runtime.common.driver.defaults
Default handler for ActiveContext: Close it.
DefaultContextClosureHandler - Class in org.apache.reef.runtime.common.driver.defaults
Default event handler for ClosedContext: Logging it.
DefaultContextClosureHandler() - Constructor for class org.apache.reef.runtime.common.driver.defaults.DefaultContextClosureHandler
 
DefaultContextFailureHandler - Class in org.apache.reef.runtime.common.driver.defaults
Default event handler used for FailedContext: It crashes the driver.
DefaultContextFailureHandler() - Constructor for class org.apache.reef.runtime.common.driver.defaults.DefaultContextFailureHandler
 
DefaultContextMessageHandler - Class in org.apache.reef.runtime.common.driver.defaults
Default event handler for ContextMessage: Logging it.
DefaultContextMessageHandler() - Constructor for class org.apache.reef.runtime.common.driver.defaults.DefaultContextMessageHandler
 
DefaultContextMessageHandler - Class in org.apache.reef.runtime.common.evaluator.context.defaults
Default handler for messages sent by the driver: Crash the context.
DefaultContextMessageSource - Class in org.apache.reef.runtime.common.evaluator.context.defaults
Default ContextMessageSource: return nothing.
DefaultContextMessageSource() - Constructor for class org.apache.reef.runtime.common.evaluator.context.defaults.DefaultContextMessageSource
 
DefaultContextStartHandler - Class in org.apache.reef.runtime.common.evaluator.context.defaults
Default handler for ContextStart
DefaultContextStopHandler - Class in org.apache.reef.runtime.common.evaluator.context.defaults
Default event handler for ContextStop
DefaultDriverConnection - Class in org.apache.reef.runtime.common.evaluator
Default implementation for re-establishing connection to driver after driver restart.
DefaultDriverConnection() - Constructor for class org.apache.reef.runtime.common.evaluator.DefaultDriverConnection
 
DefaultDriverMessageHandler - Class in org.apache.reef.runtime.common.evaluator.task.defaults
A default implementation of EventHandler
DefaultDriverMessageHandler() - Constructor for class org.apache.reef.runtime.common.evaluator.task.defaults.DefaultDriverMessageHandler
 
DefaultDriverRestartCompletedHandler - Class in org.apache.reef.runtime.common.driver.defaults
Default handler for driver restart completed event: log it.
DefaultDriverRestartContextActiveHandler - Class in org.apache.reef.runtime.common.driver.defaults
Default handler for ActiveContext from previous evaluator during driver restart: Close it.
DefaultDriverRestartTaskRunningHandler - Class in org.apache.reef.runtime.common.driver.defaults
Default event handler for Task Restart TaskRuntime: Logging it.
DefaultDriverRestartTaskRunningHandler() - Constructor for class org.apache.reef.runtime.common.driver.defaults.DefaultDriverRestartTaskRunningHandler
 
DefaultEvaluatorAllocationHandler - Class in org.apache.reef.runtime.common.driver.defaults
Default handler for AllocatedEvaluator: close it.
DefaultEvaluatorAllocationHandler() - Constructor for class org.apache.reef.runtime.common.driver.defaults.DefaultEvaluatorAllocationHandler
 
DefaultEvaluatorCompletionHandler - Class in org.apache.reef.runtime.common.driver.defaults
Default event handler for CompletedEvaluator: Logging it.
DefaultEvaluatorCompletionHandler() - Constructor for class org.apache.reef.runtime.common.driver.defaults.DefaultEvaluatorCompletionHandler
 
DefaultEvaluatorFailureHandler - Class in org.apache.reef.runtime.common.driver.defaults
Default event handler used for FailedEvaluator: It crashes the driver.
DefaultEvaluatorFailureHandler() - Constructor for class org.apache.reef.runtime.common.driver.defaults.DefaultEvaluatorFailureHandler
 
DefaultFailedJobHandler - Class in org.apache.reef.runtime.common.client.defaults
Default event handler for FailedJob: rethrow the exception.
DefaultJobMessageHandler - Class in org.apache.reef.runtime.common.client.defaults
Default event handler for job message: Logging it.
DefaultRunningJobHandler - Class in org.apache.reef.runtime.common.client.defaults
Default event handler for RunningJob: Logging it.
DefaultRuntimeErrorHandler - Class in org.apache.reef.runtime.common.client.defaults
Default event handler for REEF FailedRuntime: rethrow the exception.
DefaultSuspendHandler - Class in org.apache.reef.runtime.common.evaluator.task.defaults
Default handler for SuspendEvent
DefaultSuspendHandler() - Constructor for class org.apache.reef.runtime.common.evaluator.task.defaults.DefaultSuspendHandler
 
DefaultTaskCompletionHandler - Class in org.apache.reef.runtime.common.driver.defaults
Default event handler for CompletedTask: Log it and close the context.
DefaultTaskCompletionHandler() - Constructor for class org.apache.reef.runtime.common.driver.defaults.DefaultTaskCompletionHandler
 
DefaultTaskFailureHandler - Class in org.apache.reef.runtime.common.driver.defaults
Default event handler used for FailedTask: It crashes the driver.
DefaultTaskFailureHandler() - Constructor for class org.apache.reef.runtime.common.driver.defaults.DefaultTaskFailureHandler
 
DefaultTaskMessageHandler - Class in org.apache.reef.runtime.common.driver.defaults
Default event handler for TaskMessage: Logging it.
DefaultTaskMessageHandler() - Constructor for class org.apache.reef.runtime.common.driver.defaults.DefaultTaskMessageHandler
 
DefaultTaskRunningHandler - Class in org.apache.reef.runtime.common.driver.defaults
Default event handler for TaskRuntime: Logging it.
DefaultTaskRunningHandler() - Constructor for class org.apache.reef.runtime.common.driver.defaults.DefaultTaskRunningHandler
 
DefaultTaskSuspensionHandler - Class in org.apache.reef.runtime.common.driver.defaults
Default event handler used for SuspendedTask: It crashes the driver.
DefaultTaskSuspensionHandler() - Constructor for class org.apache.reef.runtime.common.driver.defaults.DefaultTaskSuspensionHandler
 
DeleteTempFiles - Class in org.apache.reef.runtime.common.parameters
Whether or not to delete the temporary files created during Driver and Evaluator submission.
deliver(byte[]) - Method in class org.apache.reef.runtime.common.evaluator.task.TaskRuntime
Deliver a message to the Task.
Deserializer<ObjectType,InType> - Interface in org.apache.reef.io.serialization
Stream-based multi-object deserialization interface.
DispatchingEStage - Class in org.apache.reef.runtime.common.utils
Delayed event router that dispatches messages to the proper event handler by type.
DispatchingEStage(EventHandler<Throwable>, int, String) - Constructor for class org.apache.reef.runtime.common.utils.DispatchingEStage
 
DispatchingEStage(DispatchingEStage) - Constructor for class org.apache.reef.runtime.common.utils.DispatchingEStage
Constructs a DispatchingEStage that uses the Thread pool and ErrorHandler of another one.
DONE_VALUE - Static variable in enum org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.State
DONE = 1;
DONE_VALUE - Static variable in enum org.apache.reef.proto.ReefServiceProtos.State
DONE = 2;
DRIVER_IDENTIFIER - Static variable in class org.apache.reef.client.DriverConfiguration
Identifies the driver and therefore the JOB.
DRIVER_JOB_SUBMISSION_DIRECTORY - Static variable in class org.apache.reef.client.DriverConfiguration
Job submission directory to be used by driver.
DRIVER_MEMORY - Static variable in class org.apache.reef.client.DriverConfiguration
The amount of memory to be allocated for the Driver.
DRIVER_REMOTE_IDENTIFIER - Static variable in class org.apache.reef.runtime.common.evaluator.EvaluatorConfiguration
 
DRIVER_RESTART - Static variable in class org.apache.reef.util.logging.LoggingScopeFactory
 
DRIVER_RESTART_ACTIVE_CONTEXT - Static variable in class org.apache.reef.util.logging.LoggingScopeFactory
 
DRIVER_RESTART_COMPLETE - Static variable in class org.apache.reef.util.logging.LoggingScopeFactory
 
DRIVER_RESTART_RUNNING_TASK - Static variable in class org.apache.reef.util.logging.LoggingScopeFactory
 
DRIVER_START - Static variable in class org.apache.reef.util.logging.LoggingScopeFactory
 
DRIVER_STOP - Static variable in class org.apache.reef.util.logging.LoggingScopeFactory
 
DRIVER_SUBMIT - Static variable in class org.apache.reef.util.logging.LoggingScopeFactory
 
DriverConfiguration - Class in org.apache.reef.client
A ConfigurationModule for Drivers.
DriverConfiguration() - Constructor for class org.apache.reef.client.DriverConfiguration
 
DriverConfigurationProviders - Class in org.apache.reef.client.parameters
Configuration provides whose Configurations will be mixed into the Driver Configuration.
DriverConfigurationProviders() - Constructor for class org.apache.reef.client.parameters.DriverConfigurationProviders
 
DriverConnection - Interface in org.apache.reef.runtime.common.evaluator
Interface used for reconnecting to driver after driver restart
DriverException - Exception in org.apache.reef.exception
Thrown by the Driver and to the clients of REEF.
DriverException() - Constructor for exception org.apache.reef.exception.DriverException
Standard Exception constructor.
DriverException(String, Throwable) - Constructor for exception org.apache.reef.exception.DriverException
Standard Exception constructor.
DriverException(String) - Constructor for exception org.apache.reef.exception.DriverException
Standard Exception constructor.
DriverException(Throwable) - Constructor for exception org.apache.reef.exception.DriverException
Standard Exception constructor.
DriverExceptionHandler - Class in org.apache.reef.runtime.common.driver
Exception handler for exceptions thrown by client code in the Driver.
DriverExceptionHandler(DriverStatusManager) - Constructor for class org.apache.reef.runtime.common.driver.DriverExceptionHandler
 
DriverIdentifier - Class in org.apache.reef.driver.parameters
Driver Identifier
DriverIdleManager - Class in org.apache.reef.runtime.common.driver.idle
Handles the various sources for driver idleness and forwards decisions to DriverStatusManager.
DriverIdlenessSource - Interface in org.apache.reef.runtime.common.driver.idle
Implementations of this interface are used to determine driver idleness.
DriverIdleSources - Class in org.apache.reef.driver.parameters
Sources considered when making an idleness decision.
DriverJobSubmissionDirectory - Class in org.apache.reef.driver.parameters
Job submission directory
DriverLauncher - Class in org.apache.reef.client
A launcher for REEF Drivers.
DriverLauncher.CompletedJobHandler - Class in org.apache.reef.client
Job driver notifies us that the job had completed successfully.
DriverLauncher.CompletedJobHandler() - Constructor for class org.apache.reef.client.DriverLauncher.CompletedJobHandler
 
DriverLauncher.FailedJobHandler - Class in org.apache.reef.client
Job driver notifies us that the job had failed.
DriverLauncher.FailedJobHandler() - Constructor for class org.apache.reef.client.DriverLauncher.FailedJobHandler
 
DriverLauncher.RunningJobHandler - Class in org.apache.reef.client
Job driver notifies us that the job is running.
DriverLauncher.RunningJobHandler() - Constructor for class org.apache.reef.client.DriverLauncher.RunningJobHandler
 
DriverLauncher.RuntimeErrorHandler - Class in org.apache.reef.client
Handler an error in the job driver.
DriverLauncher.RuntimeErrorHandler() - Constructor for class org.apache.reef.client.DriverLauncher.RuntimeErrorHandler
 
DriverLocalFiles - Class in org.apache.reef.driver.parameters
Files to be made accessible on the Driver only.
DriverLocalLibraries - Class in org.apache.reef.driver.parameters
Libraries to be made accessible on the Driver only.
DriverMemory - Class in org.apache.reef.driver.parameters
Driver RAM allocation in MB
DriverMessage - Interface in org.apache.reef.task.events
Represents a message sent by the driver.
DriverRemoteIdentifier - Class in org.apache.reef.runtime.common.evaluator.parameters
The identifier used by the Evaluator to connect back to the Driver.
driverRestart(StartTime) - Method in class org.apache.reef.util.logging.LoggingScopeFactory
This is to measure the time in calling driverRestartHandler
driverRestartActiveContextReceived(String) - Method in class org.apache.reef.util.logging.LoggingScopeFactory
This is to measure the time in calling driverRestartActiveContextReceivedHandler
DriverRestartCompleted - Class in org.apache.reef.runtime.common
 
DriverRestartCompleted(long) - Constructor for class org.apache.reef.runtime.common.DriverRestartCompleted
 
driverRestartCompleted(long) - Method in class org.apache.reef.util.logging.LoggingScopeFactory
This is to measure the time in calling driverRestartCompletedHandler
DriverRestartCompletedHandlers - Class in org.apache.reef.driver.parameters
Handler for event that all evaluators have checked back in after driver restart and that the restart is completed
DriverRestartContextActiveHandlers - Class in org.apache.reef.driver.parameters
Handler for ActiveContext during a driver restart
DriverRestartHandler - Class in org.apache.reef.driver.parameters
The StartTime event is routed to this EventHandler if there is a restart, instead of to DriverStartHandler.
DriverRestartHandler() - Constructor for class org.apache.reef.driver.parameters.DriverRestartHandler
 
driverRestartRunningTask(String) - Method in class org.apache.reef.util.logging.LoggingScopeFactory
This is to measure the time in calling driverRestartRunningTaskHandler
DriverRestartTaskRunningHandlers - Class in org.apache.reef.driver.parameters
Handler for RunningTask events during a Driver restart.
DriverRuntimeConfiguration - Class in org.apache.reef.runtime.common.driver
 
DriverRuntimeConfiguration() - Constructor for class org.apache.reef.runtime.common.driver.DriverRuntimeConfiguration
 
DriverRuntimeConfigurationOptions - Class in org.apache.reef.runtime.common.driver
Houses the Driver resourcemanager configuration's NamedParameters
DriverRuntimeConfigurationOptions() - Constructor for class org.apache.reef.runtime.common.driver.DriverRuntimeConfigurationOptions
 
DriverRuntimeConfigurationOptions.JobControlHandler - Class in org.apache.reef.runtime.common.driver
 
DriverRuntimeConfigurationOptions.JobControlHandler() - Constructor for class org.apache.reef.runtime.common.driver.DriverRuntimeConfigurationOptions.JobControlHandler
 
DriverServiceConfiguration - Class in org.apache.reef.client
Use this ConfigurationModule to configure Services to be run in the Driver.
DriverServiceConfiguration() - Constructor for class org.apache.reef.client.DriverServiceConfiguration
 
driverStart(StartTime) - Method in class org.apache.reef.util.logging.LoggingScopeFactory
The method is to measure the time used to start the driver.
DriverStartHandler - Class in org.apache.reef.driver.parameters
Called once the Driver is completely setup.
DriverStartHandler() - Constructor for class org.apache.reef.driver.parameters.DriverStartHandler
 
DriverStartHandler - Class in org.apache.reef.runtime.common.driver
This is bound to the start event of the clock and dispatches it to the approriate application code.
DriverStatus - Enum in org.apache.reef.runtime.common.driver
The status of the Driver.
DriverStatusManager - Class in org.apache.reef.runtime.common.driver
Manages the Driver's status.
driverStop(long) - Method in class org.apache.reef.util.logging.LoggingScopeFactory
The method is to measure the time used to stop the driver.
driverSubmit(Boolean) - Method in class org.apache.reef.util.logging.LoggingScopeFactory
This is to measure the time to submit a driver
DURATION - Static variable in class org.apache.reef.util.logging.LoggingScopeImpl
 

E

enableAssertions(boolean) - Method in class org.apache.reef.runtime.common.launch.JavaLaunchCommandBuilder
Enable or disable assertions on the child process.
encode(T) - Method in interface org.apache.reef.io.serialization.Codec
Encodes the given object into a Byte Array
encode(T) - Method in class org.apache.reef.io.serialization.SerializableCodec
 
encode(GeneratedMessage) - Method in class org.apache.reef.runtime.common.launch.REEFMessageCodec
 
endIndicators - Static variable in class org.apache.reef.util.logging.LogParser
 
EnvironmentUtils - Class in org.apache.reef.util
 
EnvironmentUtils() - Constructor for class org.apache.reef.util.EnvironmentUtils
 
equals(Object) - Method in class org.apache.reef.client.LauncherStatus
Compare the State of two LauncherStatus objects.
equals(Object) - Method in class org.apache.reef.io.Tuple
 
equals(Object) - Method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto
 
equals(Object) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto
 
equals(Object) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
 
equals(Object) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto
 
equals(Object) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto
 
equals(Object) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
 
equals(Object) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.KillEvaluatorProto
 
equals(Object) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto
 
equals(Object) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto
 
equals(Object) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopEvaluatorProto
 
equals(Object) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopTaskProto
 
equals(Object) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.SuspendTaskProto
 
equals(Object) - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage
 
equals(Object) - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto
 
equals(Object) - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
 
equals(Object) - Method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto
 
equals(Object) - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto
 
equals(Object) - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto
 
equals(Object) - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
 
equals(Object) - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto
 
equals(Object) - Method in class org.apache.reef.runtime.common.driver.catalog.RackDescriptorImpl
 
ERROR_FIELD_NUMBER - Static variable in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
 
ERROR_FIELD_NUMBER - Static variable in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto
 
ErrorHandlerRID - Class in org.apache.reef.runtime.common.launch.parameters
 
ErrorHandlerRID() - Constructor for class org.apache.reef.runtime.common.launch.parameters.ErrorHandlerRID
 
EVALUATOR_ALLOCATED - Static variable in class org.apache.reef.util.logging.LoggingScopeFactory
 
EVALUATOR_BRIDGE_SUBMIT - Static variable in class org.apache.reef.util.logging.LoggingScopeFactory
 
EVALUATOR_COMPLETED - Static variable in class org.apache.reef.util.logging.LoggingScopeFactory
 
EVALUATOR_DISPATCHER_THREADS - Static variable in class org.apache.reef.client.DriverConfiguration
"Number of threads allocated per evaluator to dispatch events from this Evaluator.
EVALUATOR_FAILED - Static variable in class org.apache.reef.util.logging.LoggingScopeFactory
 
EVALUATOR_ID_FIELD_NUMBER - Static variable in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto
 
EVALUATOR_IDENTIFIER - Static variable in class org.apache.reef.runtime.common.evaluator.EvaluatorConfiguration
 
EVALUATOR_LAUNCH - Static variable in class org.apache.reef.util.logging.LoggingScopeFactory
 
EVALUATOR_REQUESTOR - Static variable in class org.apache.reef.util.logging.LoggingScopeFactory
 
EVALUATOR_STATUS_FIELD_NUMBER - Static variable in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
 
EVALUATOR_SUBMIT - Static variable in class org.apache.reef.util.logging.LoggingScopeFactory
 
evaluatorAllocated(String) - Method in class org.apache.reef.util.logging.LoggingScopeFactory
This is to measure the time on evaluatorAllocated handler
EvaluatorAllocatedHandlers - Class in org.apache.reef.driver.parameters
Called when an allocated evaluator is given to the client.
evaluatorCompleted(String) - Method in class org.apache.reef.util.logging.LoggingScopeFactory
This is to measure the time in calling evaluatorCompleted handler
EvaluatorCompletedHandlers - Class in org.apache.reef.driver.parameters
Called when an exception occurs on a running evaluator.
EvaluatorConfiguration - Class in org.apache.reef.runtime.common.evaluator
The runtime configuration of an evaluator.
EvaluatorConfiguration() - Constructor for class org.apache.reef.runtime.common.evaluator.EvaluatorConfiguration
 
EvaluatorConfigurationProviders - Class in org.apache.reef.driver.parameters
Configuration provides whose Configurations will be mixed into the Evaluator Configuration.
EvaluatorConfigurationProviders() - Constructor for class org.apache.reef.driver.parameters.EvaluatorConfigurationProviders
 
EvaluatorContext - Class in org.apache.reef.runtime.common.driver.context
Driver-side representation of a Context on an Evaluator.
EvaluatorContext(String, String, EvaluatorDescriptor, Optional<String>, ConfigurationSerializer, ContextControlHandler, EvaluatorMessageDispatcher, ExceptionCodec, ContextRepresenters) - Constructor for class org.apache.reef.runtime.common.driver.context.EvaluatorContext
 
EVALUATORCONTROL_FIELD_NUMBER - Static variable in class org.apache.reef.proto.REEFProtocol.REEFMessage
 
EvaluatorControlHandler - Class in org.apache.reef.runtime.common.driver.evaluator
This class handles the sending of Evaluator control messages to the Evaluator.
EvaluatorDescriptor - Interface in org.apache.reef.driver.evaluator
Metadata about an Evaluator.
EvaluatorDispatcherThreads - Class in org.apache.reef.driver.parameters
Number of threads allocated per evaluator to dispatch events from that Evaluator.
EvaluatorException - Exception in org.apache.reef.exception
Exception thrown to the Driver when an Evaluator becomes unusable.
EvaluatorException(String) - Constructor for exception org.apache.reef.exception.EvaluatorException
 
EvaluatorException(String, String, Throwable) - Constructor for exception org.apache.reef.exception.EvaluatorException
 
EvaluatorException(String, String) - Constructor for exception org.apache.reef.exception.EvaluatorException
 
EvaluatorException(String, Throwable) - Constructor for exception org.apache.reef.exception.EvaluatorException
 
evaluatorFailed(String) - Method in class org.apache.reef.util.logging.LoggingScopeFactory
This is to measure the time in calling evaluatorFailed handler
EvaluatorFailedHandlers - Class in org.apache.reef.driver.parameters
Called when an exception occurs on a running evaluator.
EVALUATORHEARTBEAT_FIELD_NUMBER - Static variable in class org.apache.reef.proto.REEFProtocol.REEFMessage
 
EvaluatorHeartbeatHandler - Class in org.apache.reef.runtime.common.driver.evaluator
Receives heartbeats from all Evaluators and dispatches them to the right EvaluatorManager instance.
EvaluatorIdentifier - Class in org.apache.reef.runtime.common.evaluator.parameters
The evaluator identifier.
EvaluatorKilledByResourceManagerException - Exception in org.apache.reef.exception
Reported as part of a FailedEvaluator when the resource manager killed the Evaluator
EvaluatorKilledByResourceManagerException(String, String) - Constructor for exception org.apache.reef.exception.EvaluatorKilledByResourceManagerException
 
evaluatorLaunch(String) - Method in class org.apache.reef.util.logging.LoggingScopeFactory
This is to measure the time to launch an evaluator
EvaluatorManager - Class in org.apache.reef.runtime.common.driver.evaluator
Manages a single Evaluator instance including all lifecycle instances: (AllocatedEvaluator, CompletedEvaluator, FailedEvaluator).
EvaluatorManager.EvaluatorDescriptorName - Class in org.apache.reef.runtime.common.driver.evaluator
 
EvaluatorManager.EvaluatorDescriptorName() - Constructor for class org.apache.reef.runtime.common.driver.evaluator.EvaluatorManager.EvaluatorDescriptorName
 
EvaluatorManager.EvaluatorIdentifier - Class in org.apache.reef.runtime.common.driver.evaluator
 
EvaluatorManager.EvaluatorIdentifier() - Constructor for class org.apache.reef.runtime.common.driver.evaluator.EvaluatorManager.EvaluatorIdentifier
 
EvaluatorManagerFactory - Class in org.apache.reef.runtime.common.driver.evaluator
Helper class that creates new EvaluatorManager instances from alloations.
EvaluatorMessageDispatcher - Class in org.apache.reef.runtime.common.driver.evaluator
Central dispatcher for all Evaluator related events.
EvaluatorRequest - Class in org.apache.reef.driver.evaluator
A request for one ore more Evaluators.
EvaluatorRequest.Builder - Class in org.apache.reef.driver.evaluator
EvaluatorRequests are build using this Builder.
EvaluatorRequestor - Interface in org.apache.reef.driver.evaluator
Interface through which Evaluators can be requested.
EvaluatorRequestorImpl - Class in org.apache.reef.runtime.common.driver
Implementation of the EvaluatorRequestor that translates the request and hands it down to the underlying RM.
EvaluatorRequestorImpl(ResourceCatalog, ResourceRequestHandler, LoggingScopeFactory) - Constructor for class org.apache.reef.runtime.common.driver.EvaluatorRequestorImpl
 
evaluatorRequestorPassToCs() - Method in class org.apache.reef.util.logging.LoggingScopeFactory
The method is to measure the time used to pass EvaluatorRequestor from Java to .Net.
evaluatorRequestSubmitToJavaDriver(int) - Method in class org.apache.reef.util.logging.LoggingScopeFactory
The method is to measure the time used to submit Evaluator request from CLR to Java driver.
EvaluatorResourceManagerErrorHandler - Class in org.apache.reef.runtime.common.driver.evaluator
The error handler receives all resourcemanager errors from all evaluators in the system.
EvaluatorRuntimeProtocol - Class in org.apache.reef.proto
 
EvaluatorRuntimeProtocol.AddContextProto - Class in org.apache.reef.proto
Protobuf type AddContextProto
EvaluatorRuntimeProtocol.AddContextProto.Builder - Class in org.apache.reef.proto
Protobuf type AddContextProto
EvaluatorRuntimeProtocol.AddContextProtoOrBuilder - Interface in org.apache.reef.proto
 
EvaluatorRuntimeProtocol.ContextControlProto - Class in org.apache.reef.proto
Protobuf type ContextControlProto
EvaluatorRuntimeProtocol.ContextControlProto.Builder - Class in org.apache.reef.proto
Protobuf type ContextControlProto
EvaluatorRuntimeProtocol.ContextControlProtoOrBuilder - Interface in org.apache.reef.proto
 
EvaluatorRuntimeProtocol.ContextMessageProto - Class in org.apache.reef.proto
Protobuf type ContextMessageProto
EvaluatorRuntimeProtocol.ContextMessageProto.Builder - Class in org.apache.reef.proto
Protobuf type ContextMessageProto
EvaluatorRuntimeProtocol.ContextMessageProtoOrBuilder - Interface in org.apache.reef.proto
 
EvaluatorRuntimeProtocol.EvaluatorControlProto - Class in org.apache.reef.proto
Protobuf type EvaluatorControlProto
EvaluatorRuntimeProtocol.EvaluatorControlProto.Builder - Class in org.apache.reef.proto
Protobuf type EvaluatorControlProto
EvaluatorRuntimeProtocol.EvaluatorControlProtoOrBuilder - Interface in org.apache.reef.proto
 
EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto - Class in org.apache.reef.proto
Protobuf type EvaluatorHeartbeatProto
EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder - Class in org.apache.reef.proto
Protobuf type EvaluatorHeartbeatProto
EvaluatorRuntimeProtocol.EvaluatorHeartbeatProtoOrBuilder - Interface in org.apache.reef.proto
 
EvaluatorRuntimeProtocol.KillEvaluatorProto - Class in org.apache.reef.proto
Protobuf type KillEvaluatorProto
EvaluatorRuntimeProtocol.KillEvaluatorProto.Builder - Class in org.apache.reef.proto
Protobuf type KillEvaluatorProto
EvaluatorRuntimeProtocol.KillEvaluatorProtoOrBuilder - Interface in org.apache.reef.proto
 
EvaluatorRuntimeProtocol.RemoveContextProto - Class in org.apache.reef.proto
Protobuf type RemoveContextProto
EvaluatorRuntimeProtocol.RemoveContextProto.Builder - Class in org.apache.reef.proto
Protobuf type RemoveContextProto
EvaluatorRuntimeProtocol.RemoveContextProtoOrBuilder - Interface in org.apache.reef.proto
 
EvaluatorRuntimeProtocol.StartTaskProto - Class in org.apache.reef.proto
Protobuf type StartTaskProto
EvaluatorRuntimeProtocol.StartTaskProto.Builder - Class in org.apache.reef.proto
Protobuf type StartTaskProto
EvaluatorRuntimeProtocol.StartTaskProtoOrBuilder - Interface in org.apache.reef.proto
 
EvaluatorRuntimeProtocol.StopEvaluatorProto - Class in org.apache.reef.proto
Protobuf type StopEvaluatorProto
EvaluatorRuntimeProtocol.StopEvaluatorProto.Builder - Class in org.apache.reef.proto
Protobuf type StopEvaluatorProto
EvaluatorRuntimeProtocol.StopEvaluatorProtoOrBuilder - Interface in org.apache.reef.proto
 
EvaluatorRuntimeProtocol.StopTaskProto - Class in org.apache.reef.proto
Protobuf type StopTaskProto
EvaluatorRuntimeProtocol.StopTaskProto.Builder - Class in org.apache.reef.proto
Protobuf type StopTaskProto
EvaluatorRuntimeProtocol.StopTaskProtoOrBuilder - Interface in org.apache.reef.proto
 
EvaluatorRuntimeProtocol.SuspendTaskProto - Class in org.apache.reef.proto
Protobuf type SuspendTaskProto
EvaluatorRuntimeProtocol.SuspendTaskProto.Builder - Class in org.apache.reef.proto
Protobuf type SuspendTaskProto
EvaluatorRuntimeProtocol.SuspendTaskProtoOrBuilder - Interface in org.apache.reef.proto
 
Evaluators - Class in org.apache.reef.runtime.common.driver.evaluator
Manages all Evaluators.
evaluatorSubmit(int) - Method in class org.apache.reef.util.logging.LoggingScopeFactory
The method is to measure the time used to submit a Evaluator request at java side
EvaluatorTimeoutException - Exception in org.apache.reef.exception
Thrown if an Evaluator hasn't been reporting for a while.
EvaluatorTimeoutException(String) - Constructor for exception org.apache.reef.exception.EvaluatorTimeoutException
 
EvaluatorTimeoutException(String, String, Throwable) - Constructor for exception org.apache.reef.exception.EvaluatorTimeoutException
 
EvaluatorTimeoutException(String, String) - Constructor for exception org.apache.reef.exception.EvaluatorTimeoutException
 
EvaluatorTimeoutException(String, Throwable) - Constructor for exception org.apache.reef.exception.EvaluatorTimeoutException
 
EvaluatorType - Enum in org.apache.reef.driver.evaluator
Enumeration of all Evaluator types supported by REEF.
EventHandlerIdlenessSource - Class in org.apache.reef.runtime.common.driver.idle
Checks for idleness of the Event handlers.
EXCEPTION_FIELD_NUMBER - Static variable in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto
 
EXCEPTION_FIELD_NUMBER - Static variable in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto
 
ExceptionCodec - Interface in org.apache.reef.runtime.common.utils
(De-)serializes exceptions.
ExceptionHandlingEventHandler<T> - Class in org.apache.reef.util
An ExceptionHandler that wraps another one, but catches all exceptions thrown by that one and forwards them to an ExceptionHandler.
ExceptionHandlingEventHandler(EventHandler<T>, EventHandler<Throwable>) - Constructor for class org.apache.reef.util.ExceptionHandlingEventHandler
 
Exceptions - Class in org.apache.reef.util
Utility class to deal with Exceptions
EXIT_PREFIX - Static variable in class org.apache.reef.util.logging.LoggingScopeImpl
 
ExternalMap<T> - Interface in org.apache.reef.io
A Map interface for data that can be swapped out to other processes, managed by native code, paged to disk, stored remotely, etc...

F

FAIL_VALUE - Static variable in enum org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.State
FAIL = 2;
FAILED - Static variable in class org.apache.reef.client.LauncherStatus
 
FAILED(Throwable) - Static method in class org.apache.reef.client.LauncherStatus
 
FAILED(Optional<Throwable>) - Static method in class org.apache.reef.client.LauncherStatus
 
FAILED_VALUE - Static variable in enum org.apache.reef.proto.ReefServiceProtos.State
FAILED = 4;
FailedContext - Interface in org.apache.reef.driver.context
Represents Context that failed.
FailedContextImpl - Class in org.apache.reef.runtime.common.driver.context
Driver-Side representation of a failed context.
FailedContextImpl(String, String, Optional<String>, Optional<Throwable>, Optional<byte[]>, Optional<ActiveContext>, EvaluatorDescriptor, String) - Constructor for class org.apache.reef.runtime.common.driver.context.FailedContextImpl
 
FailedEvaluator - Interface in org.apache.reef.driver.evaluator
Represents an Evaluator that became unavailable.
FailedJob - Class in org.apache.reef.client
An error message that REEF Client receives when there is a user error in REEF job.
FailedJob(String, String, Optional<String>, Optional<Throwable>, Optional<byte[]>) - Constructor for class org.apache.reef.client.FailedJob
 
FailedRuntime - Class in org.apache.reef.client
Error message that REEF Client gets when there is an error in REEF resourcemanager.
FailedRuntime(ReefServiceProtos.RuntimeErrorProto) - Constructor for class org.apache.reef.client.FailedRuntime
Create a new Failure object out of protobuf data.
FailedTask - Class in org.apache.reef.driver.task
An error message that REEF Driver gets from a failed Task.
FailedTask(String, String, Optional<String>, Optional<Throwable>, Optional<byte[]>, Optional<ActiveContext>) - Constructor for class org.apache.reef.driver.task.FailedTask
 
Failure - Interface in org.apache.reef.common
Common interface for all error messages in REEF.
FileResource - Interface in org.apache.reef.runtime.common.files
A File Resource with a FileType for use by Runtimes
FileResourceImpl - Class in org.apache.reef.runtime.common.files
Default POJO implementation of FileResource.
FileResourceImpl.Builder - Class in org.apache.reef.runtime.common.files
Builder used to create FileResource instances.
FileResourceImpl.Builder() - Constructor for class org.apache.reef.runtime.common.files.FileResourceImpl.Builder
 
FileType - Enum in org.apache.reef.runtime.common.files
Type of a File Resource used by Runtimes
filter(ArrayList<String>, String, String) - Static method in class org.apache.reef.util.logging.LogParser
filter array list of lines and get the last portion of the line separated by the token, like ":::"
findStages(ArrayList<String>, String[]) - Static method in class org.apache.reef.util.logging.LogParser
find lines that contain stage indicators.
FlexiblePreemptionEvent - Interface in org.apache.reef.driver
Represents a flexible preemption request: It contains:

a set of EvaluatorRequests that the resource manager wants to have satisfied and also a set of Evaluators it will choose to kill if the request isn't satisfied otherwise.

NOTE: This currently not implemented.

FORCE_CLOSED - Static variable in class org.apache.reef.client.LauncherStatus
 
format(LogRecord) - Method in class org.apache.reef.util.logging.ThreadLogFormatter
Format the log string.
formatVariable(String) - Static method in class org.apache.reef.util.OSUtils
Formats the given variable for expansion by Windows (%VARIABE%) or Linux ($VARIABLE)
from(String, byte[]) - Static method in class org.apache.reef.evaluator.context.ContextMessage
 
from(String, byte[]) - Static method in class org.apache.reef.task.TaskMessage
 
fromBytes(byte[]) - Method in interface org.apache.reef.runtime.common.utils.ExceptionCodec
Deserializes a Throwable that has been serialized using toBytes().
fromBytes(Optional<byte[]>) - Method in interface org.apache.reef.runtime.common.utils.ExceptionCodec
 
fromDescriptor(ResourceCatalog.Descriptor) - Method in class org.apache.reef.driver.evaluator.EvaluatorRequest.Builder
Pre-fill this EvaluatorRequest from the given NodeDescriptor.

G

get() - Method in class org.apache.reef.client.JobMessage
Get the message sent by the Job.
get() - Method in interface org.apache.reef.driver.context.ContextMessage
 
get() - Method in interface org.apache.reef.driver.task.TaskMessage
 
get() - Method in class org.apache.reef.evaluator.context.ContextMessage
 
get(CharSequence) - Method in interface org.apache.reef.io.ExternalMap
Element access
get() - Method in interface org.apache.reef.io.Message
Message payload
get() - Method in class org.apache.reef.runtime.common.driver.context.ContextMessageImpl
 
get(String) - Method in class org.apache.reef.runtime.common.driver.evaluator.Evaluators
 
get() - Method in class org.apache.reef.runtime.common.driver.task.CompletedTaskImpl
 
get() - Method in class org.apache.reef.runtime.common.driver.task.SuspendedTaskImpl
 
get() - Method in class org.apache.reef.runtime.common.driver.task.TaskMessageImpl
 
get() - Method in interface org.apache.reef.task.events.CloseEvent
 
get() - Method in interface org.apache.reef.task.events.DriverMessage
 
get() - Method in interface org.apache.reef.task.events.SuspendEvent
 
get() - Method in class org.apache.reef.task.TaskMessage
 
get() - Method in class org.apache.reef.util.SetOnce
 
getActiveContext() - Method in interface org.apache.reef.driver.task.CompletedTask
 
getActiveContext() - Method in class org.apache.reef.driver.task.FailedTask
Access the context the task ran (and crashed) on, if it could be recovered.
getActiveContext() - Method in interface org.apache.reef.driver.task.RunningTask
 
getActiveContext() - Method in interface org.apache.reef.driver.task.SuspendedTask
 
getActiveContext() - Method in class org.apache.reef.runtime.common.driver.task.CompletedTaskImpl
 
getActiveContext() - Method in class org.apache.reef.runtime.common.driver.task.RunningTaskImpl
 
getActiveContext() - Method in class org.apache.reef.runtime.common.driver.task.SuspendedTaskImpl
 
getAddContext() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .AddContextProto add_context = 5;
getAddContext() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
optional .AddContextProto add_context = 5;
getAddContext() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProtoOrBuilder
optional .AddContextProto add_context = 5;
getAddContextBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .AddContextProto add_context = 5;
getAddContextOrBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .AddContextProto add_context = 5;
getAddContextOrBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
optional .AddContextProto add_context = 5;
getAddContextOrBuilder() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProtoOrBuilder
optional .AddContextProto add_context = 5;
getAddress() - Method in interface org.apache.reef.io.naming.NameAssignment
Returns an address of this object
getAll(Set<? extends CharSequence>) - Method in interface org.apache.reef.io.ExternalMap
 
getAllClasspathJars() - Static method in class org.apache.reef.util.EnvironmentUtils
Get a set of all classpath entries EXCEPT of those under $JAVA_HOME, $YARN_HOME, and $HADOOP_HOME.
getAllClasspathJars(String...) - Static method in class org.apache.reef.util.EnvironmentUtils
Get a set of all classpath entries EXCEPT of those under excludeEnv directories.
getBridgeDLLInGlobalFolderFile() - Method in class org.apache.reef.runtime.common.files.REEFFileNames
 
getBridgeDLLInLocalFolderFile() - Method in class org.apache.reef.runtime.common.files.REEFFileNames
reef/local/BRIDGE_DLL_NAME
getBridgeDLLName() - Method in class org.apache.reef.runtime.common.files.REEFFileNames
 
getClassLocation(Class<?>) - Static method in class org.apache.reef.util.EnvironmentUtils
 
getClosedContext(ActiveContext) - Method in class org.apache.reef.runtime.common.driver.context.EvaluatorContext
 
getComponentName() - Method in class org.apache.reef.runtime.common.driver.idle.IdleMessage
 
getConfiguration() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto.Builder
required string configuration = 2;
getConfiguration() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto
required string configuration = 2;
getConfiguration() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProtoOrBuilder
required string configuration = 2;
getConfiguration() - Method in interface org.apache.reef.runtime.common.client.api.JobSubmissionEvent
 
getConfiguration() - Method in class org.apache.reef.runtime.common.client.api.JobSubmissionEventImpl
 
getConfigurationBytes() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto.Builder
required string configuration = 2;
getConfigurationBytes() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto
required string configuration = 2;
getConfigurationBytes() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProtoOrBuilder
required string configuration = 2;
getContainerAllocationList() - Method in interface org.apache.reef.runtime.common.driver.resourcemanager.RuntimeStatusEvent
 
getContainerAllocationList() - Method in class org.apache.reef.runtime.common.driver.resourcemanager.RuntimeStatusEventImpl
 
getContext(String) - Method in class org.apache.reef.runtime.common.driver.context.ContextRepresenters
Fetch the context with the given ID.
getContextConfiguration() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto.Builder
required string context_configuration = 2;
getContextConfiguration() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto
required string context_configuration = 2;
getContextConfiguration() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProtoOrBuilder
required string context_configuration = 2;
getContextConfigurationBytes() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto.Builder
required string context_configuration = 2;
getContextConfigurationBytes() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto
required string context_configuration = 2;
getContextConfigurationBytes() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProtoOrBuilder
required string context_configuration = 2;
getContextControl() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto.Builder
optional .ContextControlProto context_control = 3;
getContextControl() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto
optional .ContextControlProto context_control = 3;
getContextControl() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProtoOrBuilder
optional .ContextControlProto context_control = 3;
getContextControlBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto.Builder
optional .ContextControlProto context_control = 3;
getContextControlOrBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto.Builder
optional .ContextControlProto context_control = 3;
getContextControlOrBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto
optional .ContextControlProto context_control = 3;
getContextControlOrBuilder() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProtoOrBuilder
optional .ContextControlProto context_control = 3;
getContextId() - Method in interface org.apache.reef.driver.task.TaskMessage
 
getContextId() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto.Builder
required string context_id = 1;
getContextId() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto
required string context_id = 1;
getContextId() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProtoOrBuilder
required string context_id = 1;
getContextId() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto.Builder
required string context_id = 1;
getContextId() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto
required string context_id = 1;
getContextId() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProtoOrBuilder
required string context_id = 1;
getContextId() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto.Builder
required string context_id = 1;
getContextId() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto
required string context_id = 1;
getContextId() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProtoOrBuilder
required string context_id = 1;
getContextId() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
required string context_id = 2;
getContextId() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
required string context_id = 2;
getContextId() - Method in interface org.apache.reef.proto.ReefServiceProtos.ContextStatusProtoOrBuilder
required string context_id = 2;
getContextId() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
required string context_id = 2;
getContextId() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
required string context_id = 2;
getContextId() - Method in interface org.apache.reef.proto.ReefServiceProtos.TaskStatusProtoOrBuilder
required string context_id = 2;
getContextId() - Method in class org.apache.reef.runtime.common.driver.task.TaskMessageImpl
 
getContextID() - Method in exception org.apache.reef.runtime.common.evaluator.context.ContextClientCodeException
 
getContextId() - Method in exception org.apache.reef.runtime.common.evaluator.task.TaskClientCodeException
 
getContextIdBytes() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto.Builder
required string context_id = 1;
getContextIdBytes() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto
required string context_id = 1;
getContextIdBytes() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProtoOrBuilder
required string context_id = 1;
getContextIdBytes() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto.Builder
required string context_id = 1;
getContextIdBytes() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto
required string context_id = 1;
getContextIdBytes() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProtoOrBuilder
required string context_id = 1;
getContextIdBytes() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto.Builder
required string context_id = 1;
getContextIdBytes() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto
required string context_id = 1;
getContextIdBytes() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProtoOrBuilder
required string context_id = 1;
getContextIdBytes() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
required string context_id = 2;
getContextIdBytes() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
required string context_id = 2;
getContextIdBytes() - Method in interface org.apache.reef.proto.ReefServiceProtos.ContextStatusProtoOrBuilder
required string context_id = 2;
getContextIdBytes() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
required string context_id = 2;
getContextIdBytes() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
required string context_id = 2;
getContextIdBytes() - Method in interface org.apache.reef.proto.ReefServiceProtos.TaskStatusProtoOrBuilder
required string context_id = 2;
getContextMessage() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .ContextMessageProto context_message = 2;
getContextMessage() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
optional .ContextMessageProto context_message = 2;
getContextMessage() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProtoOrBuilder
optional .ContextMessageProto context_message = 2;
getContextMessage(int) - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
repeated .ContextStatusProto.ContextMessageProto context_message = 7;
getContextMessage(int) - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
repeated .ContextStatusProto.ContextMessageProto context_message = 7;
getContextMessage(int) - Method in interface org.apache.reef.proto.ReefServiceProtos.ContextStatusProtoOrBuilder
repeated .ContextStatusProto.ContextMessageProto context_message = 7;
getContextMessageBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .ContextMessageProto context_message = 2;
getContextMessageBuilder(int) - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
repeated .ContextStatusProto.ContextMessageProto context_message = 7;
getContextMessageBuilderList() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
repeated .ContextStatusProto.ContextMessageProto context_message = 7;
getContextMessageCount() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
repeated .ContextStatusProto.ContextMessageProto context_message = 7;
getContextMessageCount() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
repeated .ContextStatusProto.ContextMessageProto context_message = 7;
getContextMessageCount() - Method in interface org.apache.reef.proto.ReefServiceProtos.ContextStatusProtoOrBuilder
repeated .ContextStatusProto.ContextMessageProto context_message = 7;
getContextMessageList() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
repeated .ContextStatusProto.ContextMessageProto context_message = 7;
getContextMessageList() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
repeated .ContextStatusProto.ContextMessageProto context_message = 7;
getContextMessageList() - Method in interface org.apache.reef.proto.ReefServiceProtos.ContextStatusProtoOrBuilder
repeated .ContextStatusProto.ContextMessageProto context_message = 7;
getContextMessageOrBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .ContextMessageProto context_message = 2;
getContextMessageOrBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
optional .ContextMessageProto context_message = 2;
getContextMessageOrBuilder() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProtoOrBuilder
optional .ContextMessageProto context_message = 2;
getContextMessageOrBuilder(int) - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
repeated .ContextStatusProto.ContextMessageProto context_message = 7;
getContextMessageOrBuilder(int) - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
repeated .ContextStatusProto.ContextMessageProto context_message = 7;
getContextMessageOrBuilder(int) - Method in interface org.apache.reef.proto.ReefServiceProtos.ContextStatusProtoOrBuilder
repeated .ContextStatusProto.ContextMessageProto context_message = 7;
getContextMessageOrBuilderList() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
repeated .ContextStatusProto.ContextMessageProto context_message = 7;
getContextMessageOrBuilderList() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
repeated .ContextStatusProto.ContextMessageProto context_message = 7;
getContextMessageOrBuilderList() - Method in interface org.apache.reef.proto.ReefServiceProtos.ContextStatusProtoOrBuilder
repeated .ContextStatusProto.ContextMessageProto context_message = 7;
getContextState() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
required .ContextStatusProto.State context_state = 1;
getContextState() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
required .ContextStatusProto.State context_state = 1;
getContextState() - Method in interface org.apache.reef.proto.ReefServiceProtos.ContextStatusProtoOrBuilder
required .ContextStatusProto.State context_state = 1;
getContextStatus(int) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
repeated .ContextStatusProto context_status = 3;
getContextStatus(int) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
repeated .ContextStatusProto context_status = 3;
getContextStatus(int) - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProtoOrBuilder
repeated .ContextStatusProto context_status = 3;
getContextStatusBuilder(int) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
repeated .ContextStatusProto context_status = 3;
getContextStatusBuilderList() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
repeated .ContextStatusProto context_status = 3;
getContextStatusCollection() - Method in class org.apache.reef.runtime.common.evaluator.context.ContextManager
 
getContextStatusCount() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
repeated .ContextStatusProto context_status = 3;
getContextStatusCount() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
repeated .ContextStatusProto context_status = 3;
getContextStatusCount() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProtoOrBuilder
repeated .ContextStatusProto context_status = 3;
getContextStatusList() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
repeated .ContextStatusProto context_status = 3;
getContextStatusList() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
repeated .ContextStatusProto context_status = 3;
getContextStatusList() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProtoOrBuilder
repeated .ContextStatusProto context_status = 3;
getContextStatusOrBuilder(int) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
repeated .ContextStatusProto context_status = 3;
getContextStatusOrBuilder(int) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
repeated .ContextStatusProto context_status = 3;
getContextStatusOrBuilder(int) - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProtoOrBuilder
repeated .ContextStatusProto context_status = 3;
getContextStatusOrBuilderList() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
repeated .ContextStatusProto context_status = 3;
getContextStatusOrBuilderList() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
repeated .ContextStatusProto context_status = 3;
getContextStatusOrBuilderList() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProtoOrBuilder
repeated .ContextStatusProto context_status = 3;
getData() - Method in class org.apache.reef.common.AbstractFailure
 
getData() - Method in interface org.apache.reef.common.Failure
 
getDefaultInstance() - Static method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto
 
getDefaultInstance() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto
 
getDefaultInstance() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
 
getDefaultInstance() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto
 
getDefaultInstance() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto
 
getDefaultInstance() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
 
getDefaultInstance() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.KillEvaluatorProto
 
getDefaultInstance() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto
 
getDefaultInstance() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto
 
getDefaultInstance() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopEvaluatorProto
 
getDefaultInstance() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopTaskProto
 
getDefaultInstance() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.SuspendTaskProto
 
getDefaultInstance() - Static method in class org.apache.reef.proto.REEFProtocol.REEFMessage
 
getDefaultInstance() - Static method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto
 
getDefaultInstance() - Static method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
 
getDefaultInstance() - Static method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto
 
getDefaultInstance() - Static method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto
 
getDefaultInstance() - Static method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto
 
getDefaultInstance() - Static method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
 
getDefaultInstance() - Static method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto
 
getDefaultInstanceForType() - Method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto
 
getDefaultInstanceForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto
 
getDefaultInstanceForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
 
getDefaultInstanceForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto
 
getDefaultInstanceForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto
 
getDefaultInstanceForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
 
getDefaultInstanceForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.KillEvaluatorProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.KillEvaluatorProto
 
getDefaultInstanceForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto
 
getDefaultInstanceForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto
 
getDefaultInstanceForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopEvaluatorProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopEvaluatorProto
 
getDefaultInstanceForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopTaskProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopTaskProto
 
getDefaultInstanceForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.SuspendTaskProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.SuspendTaskProto
 
getDefaultInstanceForType() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
 
getDefaultInstanceForType() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage
 
getDefaultInstanceForType() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto
 
getDefaultInstanceForType() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
 
getDefaultInstanceForType() - Method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto
 
getDefaultInstanceForType() - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto
 
getDefaultInstanceForType() - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto
 
getDefaultInstanceForType() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
 
getDefaultInstanceForType() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto
 
getDescription() - Method in class org.apache.reef.common.AbstractFailure
 
getDescription() - Method in interface org.apache.reef.common.Failure
 
getDescriptor() - Method in class org.apache.reef.driver.evaluator.EvaluatorRequest
Access the NodeDescriptor used as the template for this EvaluatorRequest.
getDescriptor() - Static method in class org.apache.reef.proto.ClientRuntimeProtocol
 
getDescriptor() - Static method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto.Builder
 
getDescriptor() - Static method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto
 
getDescriptor() - Static method in enum org.apache.reef.proto.ClientRuntimeProtocol.Signal
 
getDescriptor() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto.Builder
 
getDescriptor() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto
 
getDescriptor() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
 
getDescriptor() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
 
getDescriptor() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto.Builder
 
getDescriptor() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto
 
getDescriptor() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto.Builder
 
getDescriptor() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto
 
getDescriptor() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
 
getDescriptor() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
 
getDescriptor() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol
 
getDescriptor() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.KillEvaluatorProto.Builder
 
getDescriptor() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.KillEvaluatorProto
 
getDescriptor() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto.Builder
 
getDescriptor() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto
 
getDescriptor() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto.Builder
 
getDescriptor() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto
 
getDescriptor() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopEvaluatorProto.Builder
 
getDescriptor() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopEvaluatorProto
 
getDescriptor() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopTaskProto.Builder
 
getDescriptor() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopTaskProto
 
getDescriptor() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.SuspendTaskProto.Builder
 
getDescriptor() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.SuspendTaskProto
 
getDescriptor() - Static method in class org.apache.reef.proto.REEFProtocol
 
getDescriptor() - Static method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
 
getDescriptor() - Static method in class org.apache.reef.proto.REEFProtocol.REEFMessage
 
getDescriptor() - Static method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
 
getDescriptor() - Static method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto.Builder
 
getDescriptor() - Static method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto
 
getDescriptor() - Static method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
 
getDescriptor() - Static method in enum org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.State
 
getDescriptor() - Static method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto.Builder
 
getDescriptor() - Static method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto
 
getDescriptor() - Static method in class org.apache.reef.proto.ReefServiceProtos
 
getDescriptor() - Static method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto.Builder
 
getDescriptor() - Static method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto
 
getDescriptor() - Static method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto.Builder
 
getDescriptor() - Static method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto
 
getDescriptor() - Static method in enum org.apache.reef.proto.ReefServiceProtos.State
 
getDescriptor() - Static method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
 
getDescriptor() - Static method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
 
getDescriptor() - Static method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto.Builder
 
getDescriptor() - Static method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto
 
getDescriptorForType() - Method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto.Builder
 
getDescriptorForType() - Method in enum org.apache.reef.proto.ClientRuntimeProtocol.Signal
 
getDescriptorForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto.Builder
 
getDescriptorForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
 
getDescriptorForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto.Builder
 
getDescriptorForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto.Builder
 
getDescriptorForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
 
getDescriptorForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.KillEvaluatorProto.Builder
 
getDescriptorForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto.Builder
 
getDescriptorForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto.Builder
 
getDescriptorForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopEvaluatorProto.Builder
 
getDescriptorForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopTaskProto.Builder
 
getDescriptorForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.SuspendTaskProto.Builder
 
getDescriptorForType() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
 
getDescriptorForType() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
 
getDescriptorForType() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto.Builder
 
getDescriptorForType() - Method in enum org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.State
 
getDescriptorForType() - Method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto.Builder
 
getDescriptorForType() - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto.Builder
 
getDescriptorForType() - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto.Builder
 
getDescriptorForType() - Method in enum org.apache.reef.proto.ReefServiceProtos.State
 
getDescriptorForType() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
 
getDescriptorForType() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto.Builder
 
getDiagnostics() - Method in interface org.apache.reef.runtime.common.driver.resourcemanager.ResourceStatusEvent
 
getDiagnostics() - Method in class org.apache.reef.runtime.common.driver.resourcemanager.ResourceStatusEventImpl
 
getDriverClasspath() - Method in class org.apache.reef.runtime.common.files.ClasspathProvider
 
getDriverClasspathPrefix() - Method in interface org.apache.reef.runtime.common.files.RuntimeClasspathProvider
 
getDriverClasspathSuffix() - Method in interface org.apache.reef.runtime.common.files.RuntimeClasspathProvider
 
getDriverConfigurationName() - Method in class org.apache.reef.runtime.common.files.REEFFileNames
The name under which the driver configuration will be stored in REEF_BASE_FOLDER/LOCAL_FOLDER
getDriverConfigurationPath() - Method in class org.apache.reef.runtime.common.files.REEFFileNames
 
getDriverMemory() - Method in interface org.apache.reef.runtime.common.client.api.JobSubmissionEvent
 
getDriverMemory() - Method in class org.apache.reef.runtime.common.client.api.JobSubmissionEventImpl
 
getDriverRemoteIdentifier() - Method in class org.apache.reef.runtime.common.evaluator.DefaultDriverConnection
 
getDriverRemoteIdentifier() - Method in interface org.apache.reef.runtime.common.evaluator.DriverConnection
 
getDriverStderrFileName() - Method in class org.apache.reef.runtime.common.files.REEFFileNames
 
getDriverStdoutFileName() - Method in class org.apache.reef.runtime.common.files.REEFFileNames
 
getError() - Method in class org.apache.reef.client.LauncherStatus
 
getError() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
optional bytes error = 5;
getError() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
optional bytes error = 5;
getError() - Method in interface org.apache.reef.proto.ReefServiceProtos.ContextStatusProtoOrBuilder
optional bytes error = 5;
getError() - Method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto.Builder
optional bytes error = 3;
getError() - Method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto
optional bytes error = 3;
getError() - Method in interface org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProtoOrBuilder
optional bytes error = 3;
getError() - Method in interface org.apache.reef.runtime.common.driver.resourcemanager.RuntimeStatusEvent
 
getError() - Method in class org.apache.reef.runtime.common.driver.resourcemanager.RuntimeStatusEventImpl
 
getEvaluatorClasspath() - Method in class org.apache.reef.runtime.common.files.ClasspathProvider
 
getEvaluatorClasspathPrefix() - Method in interface org.apache.reef.runtime.common.files.RuntimeClasspathProvider
 
getEvaluatorClasspathSuffix() - Method in interface org.apache.reef.runtime.common.files.RuntimeClasspathProvider
 
getEvaluatorConf() - Method in interface org.apache.reef.runtime.common.driver.api.ResourceLaunchEvent
 
getEvaluatorConf() - Method in class org.apache.reef.runtime.common.driver.api.ResourceLaunchEventImpl
 
getEvaluatorConfigurationName() - Method in class org.apache.reef.runtime.common.files.REEFFileNames
 
getEvaluatorConfigurationPath() - Method in class org.apache.reef.runtime.common.files.REEFFileNames
 
getEvaluatorControl() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
optional .EvaluatorControlProto evaluatorControl = 5;
getEvaluatorControl() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage
optional .EvaluatorControlProto evaluatorControl = 5;
getEvaluatorControl() - Method in interface org.apache.reef.proto.REEFProtocol.REEFMessageOrBuilder
optional .EvaluatorControlProto evaluatorControl = 5;
getEvaluatorControlBuilder() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
optional .EvaluatorControlProto evaluatorControl = 5;
getEvaluatorControlOrBuilder() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
optional .EvaluatorControlProto evaluatorControl = 5;
getEvaluatorControlOrBuilder() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage
optional .EvaluatorControlProto evaluatorControl = 5;
getEvaluatorControlOrBuilder() - Method in interface org.apache.reef.proto.REEFProtocol.REEFMessageOrBuilder
optional .EvaluatorControlProto evaluatorControl = 5;
getEvaluatorDescriptor() - Method in interface org.apache.reef.driver.context.ContextBase
 
getEvaluatorDescriptor() - Method in interface org.apache.reef.driver.evaluator.AllocatedEvaluator
 
getEvaluatorDescriptor() - Method in class org.apache.reef.runtime.common.driver.context.ClosedContextImpl
 
getEvaluatorDescriptor() - Method in class org.apache.reef.runtime.common.driver.context.EvaluatorContext
 
getEvaluatorDescriptor() - Method in class org.apache.reef.runtime.common.driver.context.FailedContextImpl
 
getEvaluatorDescriptor() - Method in class org.apache.reef.runtime.common.driver.evaluator.EvaluatorManager
 
getEvaluatorException() - Method in interface org.apache.reef.driver.evaluator.FailedEvaluator
 
getEvaluatorFolderPrefix() - Method in class org.apache.reef.runtime.common.files.REEFFileNames
 
getEvaluatorHeartBeat() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
optional .EvaluatorHeartbeatProto evaluatorHeartBeat = 6;
getEvaluatorHeartBeat() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage
optional .EvaluatorHeartbeatProto evaluatorHeartBeat = 6;
getEvaluatorHeartBeat() - Method in interface org.apache.reef.proto.REEFProtocol.REEFMessageOrBuilder
optional .EvaluatorHeartbeatProto evaluatorHeartBeat = 6;
getEvaluatorHeartBeatBuilder() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
optional .EvaluatorHeartbeatProto evaluatorHeartBeat = 6;
getEvaluatorHeartBeatOrBuilder() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
optional .EvaluatorHeartbeatProto evaluatorHeartBeat = 6;
getEvaluatorHeartBeatOrBuilder() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage
optional .EvaluatorHeartbeatProto evaluatorHeartBeat = 6;
getEvaluatorHeartBeatOrBuilder() - Method in interface org.apache.reef.proto.REEFProtocol.REEFMessageOrBuilder
optional .EvaluatorHeartbeatProto evaluatorHeartBeat = 6;
getEvaluatorId() - Method in interface org.apache.reef.driver.context.ContextBase
 
getEvaluatorId() - Method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto.Builder
required string evaluator_id = 1;
getEvaluatorId() - Method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto
required string evaluator_id = 1;
getEvaluatorId() - Method in interface org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProtoOrBuilder
required string evaluator_id = 1;
getEvaluatorId() - Method in class org.apache.reef.runtime.common.driver.context.ClosedContextImpl
 
getEvaluatorId() - Method in class org.apache.reef.runtime.common.driver.context.EvaluatorContext
 
getEvaluatorId() - Method in class org.apache.reef.runtime.common.driver.context.FailedContextImpl
 
getEvaluatorIdBytes() - Method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto.Builder
required string evaluator_id = 1;
getEvaluatorIdBytes() - Method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto
required string evaluator_id = 1;
getEvaluatorIdBytes() - Method in interface org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProtoOrBuilder
required string evaluator_id = 1;
getEvaluatorRequest() - Method in interface org.apache.reef.driver.FlexiblePreemptionEvent
 
getEvaluatorStatus() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
required .EvaluatorStatusProto evaluator_status = 2;
getEvaluatorStatus() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
required .EvaluatorStatusProto evaluator_status = 2;
getEvaluatorStatus() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProtoOrBuilder
required .EvaluatorStatusProto evaluator_status = 2;
getEvaluatorStatusBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
required .EvaluatorStatusProto evaluator_status = 2;
getEvaluatorStatusOrBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
required .EvaluatorStatusProto evaluator_status = 2;
getEvaluatorStatusOrBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
required .EvaluatorStatusProto evaluator_status = 2;
getEvaluatorStatusOrBuilder() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProtoOrBuilder
required .EvaluatorStatusProto evaluator_status = 2;
getEvaluatorStderrFileName() - Method in class org.apache.reef.runtime.common.files.REEFFileNames
 
getEvaluatorStdoutFileName() - Method in class org.apache.reef.runtime.common.files.REEFFileNames
 
getException() - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto.Builder
optional bytes exception = 4;
getException() - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto
optional bytes exception = 4;
getException() - Method in interface org.apache.reef.proto.ReefServiceProtos.JobStatusProtoOrBuilder
optional bytes exception = 4;
getException() - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto.Builder
optional bytes exception = 3;
getException() - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto
optional bytes exception = 3;
getException() - Method in interface org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProtoOrBuilder
optional bytes exception = 3;
getExitCode() - Method in interface org.apache.reef.runtime.common.driver.resourcemanager.ResourceStatusEvent
 
getExitCode() - Method in class org.apache.reef.runtime.common.driver.resourcemanager.ResourceStatusEventImpl
 
getFailedContext(ReefServiceProtos.ContextStatusProto) - Method in class org.apache.reef.runtime.common.driver.context.EvaluatorContext
 
getFailedContextForEvaluatorFailure() - Method in class org.apache.reef.runtime.common.driver.context.EvaluatorContext
 
getFailedContextList() - Method in interface org.apache.reef.driver.evaluator.FailedEvaluator
 
getFailedContextsForEvaluatorFailure() - Method in class org.apache.reef.runtime.common.driver.context.ContextRepresenters
Create the failed contexts for a FailedEvaluator event.
getFailedTask() - Method in interface org.apache.reef.driver.evaluator.FailedEvaluator
 
getFileSet() - Method in interface org.apache.reef.runtime.common.driver.api.ResourceLaunchEvent
 
getFileSet() - Method in class org.apache.reef.runtime.common.driver.api.ResourceLaunchEventImpl
 
getFilteredLinesFromFile(String, String, String, String) - Static method in class org.apache.reef.util.logging.LogParser
Get lines from a given file with a specified filter, trim the line by removing strings before removeBeforeToken and after removeAfterToken
getFilteredLinesFromFile(String, String) - Static method in class org.apache.reef.util.logging.LogParser
get lines from given file with specified filter
getFormattedThreadList(String, String, String) - Static method in class org.apache.reef.util.ThreadLogger
Produces a String representation of the currently running threads.
getFormattedThreadList(String) - Static method in class org.apache.reef.util.ThreadLogger
Same as getFormattedThreadList(prefix, "\n\t", "\n\t\t")
getGlobalFileSet() - Method in interface org.apache.reef.runtime.common.client.api.JobSubmissionEvent
 
getGlobalFileSet() - Method in class org.apache.reef.runtime.common.client.api.JobSubmissionEventImpl
 
getGlobalFolder() - Method in class org.apache.reef.runtime.common.files.REEFFileNames
 
getGlobalFolderName() - Method in class org.apache.reef.runtime.common.files.REEFFileNames
 
getGlobalFolderPath() - Method in class org.apache.reef.runtime.common.files.REEFFileNames
 
getHandler(String, Class<? extends T>) - Method in class org.apache.reef.runtime.common.utils.RemoteManager
 
getHostName() - Method in interface org.apache.reef.runtime.common.driver.resourcemanager.NodeDescriptorEvent
 
getHostName() - Method in class org.apache.reef.runtime.common.driver.resourcemanager.NodeDescriptorEventImpl
 
getId() - Method in interface org.apache.reef.client.CompletedJob
 
getId() - Method in class org.apache.reef.client.JobMessage
Get the Identifier of the sending Job.
getId() - Method in interface org.apache.reef.client.RunningJob
 
getId() - Method in class org.apache.reef.common.AbstractFailure
 
getId() - Method in interface org.apache.reef.driver.context.ContextBase
 
getId() - Method in interface org.apache.reef.driver.context.ContextMessage
 
getId() - Method in interface org.apache.reef.driver.task.CompletedTask
 
getId() - Method in interface org.apache.reef.driver.task.TaskMessage
 
getId() - Method in interface org.apache.reef.evaluator.context.events.ContextStart
 
getId() - Method in interface org.apache.reef.evaluator.context.events.ContextStop
 
getId() - Method in exception org.apache.reef.exception.EvaluatorException
Access the affected Evaluator.
getId() - Method in interface org.apache.reef.io.naming.Identifiable
Returns an identifier of this object
getId() - Method in class org.apache.reef.io.PartitionSpec
 
getId() - Method in class org.apache.reef.runtime.common.client.RunningJobImpl
 
getId() - Method in class org.apache.reef.runtime.common.driver.catalog.NodeDescriptorImpl
 
getId() - Method in class org.apache.reef.runtime.common.driver.context.ClosedContextImpl
 
getId() - Method in class org.apache.reef.runtime.common.driver.context.ContextMessageImpl
 
getId() - Method in class org.apache.reef.runtime.common.driver.context.EvaluatorContext
 
getId() - Method in class org.apache.reef.runtime.common.driver.evaluator.EvaluatorManager
 
getId() - Method in class org.apache.reef.runtime.common.driver.task.CompletedTaskImpl
 
getId() - Method in class org.apache.reef.runtime.common.driver.task.RunningTaskImpl
 
getId() - Method in class org.apache.reef.runtime.common.driver.task.SuspendedTaskImpl
 
getId() - Method in class org.apache.reef.runtime.common.driver.task.TaskMessageImpl
 
getId() - Method in class org.apache.reef.runtime.common.driver.task.TaskRepresenter
 
getId() - Method in class org.apache.reef.runtime.common.evaluator.task.TaskRuntime
 
getId() - Method in interface org.apache.reef.task.events.TaskStart
 
getId() - Method in interface org.apache.reef.task.events.TaskStop
 
getIdentifier() - Method in interface org.apache.reef.io.naming.NameAssignment
Returns an identifier of this object
getIdentifier() - Method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto.Builder
required string identifier = 1;
getIdentifier() - Method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto
required string identifier = 1;
getIdentifier() - Method in interface org.apache.reef.proto.ClientRuntimeProtocol.JobControlProtoOrBuilder
required string identifier = 1;
getIdentifier() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto.Builder
required string identifier = 2;
getIdentifier() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto
required string identifier = 2;
getIdentifier() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProtoOrBuilder
required string identifier = 2;
getIdentifier() - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto.Builder
required string identifier = 1;
getIdentifier() - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto
required string identifier = 1;
getIdentifier() - Method in interface org.apache.reef.proto.ReefServiceProtos.JobStatusProtoOrBuilder
required string identifier = 1;
getIdentifier() - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto.Builder
optional string identifier = 5;
getIdentifier() - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto
optional string identifier = 5;
getIdentifier() - Method in interface org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProtoOrBuilder
optional string identifier = 5;
getIdentifier() - Method in interface org.apache.reef.runtime.common.client.api.JobSubmissionEvent
 
getIdentifier() - Method in class org.apache.reef.runtime.common.client.api.JobSubmissionEventImpl
 
getIdentifier() - Method in interface org.apache.reef.runtime.common.driver.api.ResourceLaunchEvent
 
getIdentifier() - Method in class org.apache.reef.runtime.common.driver.api.ResourceLaunchEventImpl
 
getIdentifier() - Method in interface org.apache.reef.runtime.common.driver.api.ResourceReleaseEvent
 
getIdentifier() - Method in class org.apache.reef.runtime.common.driver.api.ResourceReleaseEventImpl
 
getIdentifier() - Method in interface org.apache.reef.runtime.common.driver.resourcemanager.NodeDescriptorEvent
 
getIdentifier() - Method in class org.apache.reef.runtime.common.driver.resourcemanager.NodeDescriptorEventImpl
 
getIdentifier() - Method in interface org.apache.reef.runtime.common.driver.resourcemanager.ResourceAllocationEvent
 
getIdentifier() - Method in class org.apache.reef.runtime.common.driver.resourcemanager.ResourceAllocationEventImpl
 
getIdentifier() - Method in interface org.apache.reef.runtime.common.driver.resourcemanager.ResourceStatusEvent
 
getIdentifier() - Method in class org.apache.reef.runtime.common.driver.resourcemanager.ResourceStatusEventImpl
 
getIdentifier(Configuration) - Static method in exception org.apache.reef.runtime.common.evaluator.context.ContextClientCodeException
Extracts a context id from the given configuration.
getIdentifierBytes() - Method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto.Builder
required string identifier = 1;
getIdentifierBytes() - Method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto
required string identifier = 1;
getIdentifierBytes() - Method in interface org.apache.reef.proto.ClientRuntimeProtocol.JobControlProtoOrBuilder
required string identifier = 1;
getIdentifierBytes() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto.Builder
required string identifier = 2;
getIdentifierBytes() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto
required string identifier = 2;
getIdentifierBytes() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProtoOrBuilder
required string identifier = 2;
getIdentifierBytes() - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto.Builder
required string identifier = 1;
getIdentifierBytes() - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto
required string identifier = 1;
getIdentifierBytes() - Method in interface org.apache.reef.proto.ReefServiceProtos.JobStatusProtoOrBuilder
required string identifier = 1;
getIdentifierBytes() - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto.Builder
optional string identifier = 5;
getIdentifierBytes() - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto
optional string identifier = 5;
getIdentifierBytes() - Method in interface org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProtoOrBuilder
optional string identifier = 5;
getIdleStatus() - Method in class org.apache.reef.runtime.common.driver.idle.ClockIdlenessSource
 
getIdleStatus() - Method in interface org.apache.reef.runtime.common.driver.idle.DriverIdlenessSource
 
getIdleStatus() - Method in class org.apache.reef.runtime.common.driver.idle.EventHandlerIdlenessSource
 
getIdleStatus() - Method in class org.apache.reef.runtime.common.driver.resourcemanager.ResourceManagerStatus
 
getInetSocketAddress() - Method in interface org.apache.reef.driver.catalog.NodeDescriptor
Access the inet address of the Evaluator.
getInetSocketAddress() - Method in class org.apache.reef.runtime.common.driver.catalog.NodeDescriptorImpl
 
getIsFromPreviousDriver() - Method in interface org.apache.reef.runtime.common.driver.resourcemanager.ResourceStatusEvent
 
getIsFromPreviousDriver() - Method in class org.apache.reef.runtime.common.driver.resourcemanager.ResourceStatusEventImpl
 
getJarFileSuffix() - Method in class org.apache.reef.runtime.common.files.REEFFileNames
 
getJobControl() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
optional .JobControlProto jobControl = 2;
getJobControl() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage
optional .JobControlProto jobControl = 2;
getJobControl() - Method in interface org.apache.reef.proto.REEFProtocol.REEFMessageOrBuilder
optional .JobControlProto jobControl = 2;
getJobControlBuilder() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
optional .JobControlProto jobControl = 2;
getJobControlOrBuilder() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
optional .JobControlProto jobControl = 2;
getJobControlOrBuilder() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage
optional .JobControlProto jobControl = 2;
getJobControlOrBuilder() - Method in interface org.apache.reef.proto.REEFProtocol.REEFMessageOrBuilder
optional .JobControlProto jobControl = 2;
getJobFolderPrefix() - Method in class org.apache.reef.runtime.common.files.REEFFileNames
The prefix used whenever REEF is asked to create a job folder, on (H)DFS or locally.
getJobIdentifier() - Static method in class org.apache.reef.runtime.common.driver.evaluator.EvaluatorManager
Get the id of current job/application
getJobStatus() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
optional .JobStatusProto jobStatus = 4;
getJobStatus() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage
optional .JobStatusProto jobStatus = 4;
getJobStatus() - Method in interface org.apache.reef.proto.REEFProtocol.REEFMessageOrBuilder
optional .JobStatusProto jobStatus = 4;
getJobStatusBuilder() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
optional .JobStatusProto jobStatus = 4;
getJobStatusOrBuilder() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
optional .JobStatusProto jobStatus = 4;
getJobStatusOrBuilder() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage
optional .JobStatusProto jobStatus = 4;
getJobStatusOrBuilder() - Method in interface org.apache.reef.proto.REEFProtocol.REEFMessageOrBuilder
optional .JobStatusProto jobStatus = 4;
getKey() - Method in class org.apache.reef.io.Tuple
 
getKillEvaluator() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto.Builder
optional .KillEvaluatorProto kill_evaluator = 4;
getKillEvaluator() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto
optional .KillEvaluatorProto kill_evaluator = 4;
getKillEvaluator() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProtoOrBuilder
optional .KillEvaluatorProto kill_evaluator = 4;
getKillEvaluatorBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto.Builder
optional .KillEvaluatorProto kill_evaluator = 4;
getKillEvaluatorOrBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto.Builder
optional .KillEvaluatorProto kill_evaluator = 4;
getKillEvaluatorOrBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto
optional .KillEvaluatorProto kill_evaluator = 4;
getKillEvaluatorOrBuilder() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProtoOrBuilder
optional .KillEvaluatorProto kill_evaluator = 4;
getLauncher(Configuration) - Static method in class org.apache.reef.client.DriverLauncher
Instantiate a launcher for the given Configuration.
getLoadDir() - Method in class org.apache.reef.runtime.common.files.REEFFileNames
Deprecated.
getLocalFileSet() - Method in interface org.apache.reef.runtime.common.client.api.JobSubmissionEvent
 
getLocalFileSet() - Method in class org.apache.reef.runtime.common.client.api.JobSubmissionEventImpl
 
getLocalFolder() - Method in class org.apache.reef.runtime.common.files.REEFFileNames
 
getLocalFolderName() - Method in class org.apache.reef.runtime.common.files.REEFFileNames
 
getLocalFolderPath() - Method in class org.apache.reef.runtime.common.files.REEFFileNames
 
getMegaBytes() - Method in class org.apache.reef.driver.evaluator.EvaluatorRequest
 
getMemory() - Method in interface org.apache.reef.driver.evaluator.EvaluatorDescriptor
 
getMemorySize() - Method in interface org.apache.reef.runtime.common.driver.api.ResourceRequestEvent
 
getMemorySize() - Method in class org.apache.reef.runtime.common.driver.api.ResourceRequestEventImpl
 
getMemorySize() - Method in interface org.apache.reef.runtime.common.driver.resourcemanager.NodeDescriptorEvent
 
getMemorySize() - Method in class org.apache.reef.runtime.common.driver.resourcemanager.NodeDescriptorEventImpl
 
getMessage() - Method in class org.apache.reef.common.AbstractFailure
 
getMessage() - Method in interface org.apache.reef.common.Failure
 
getMessage() - Method in interface org.apache.reef.evaluator.context.ContextMessageSource
 
getMessage() - Method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto.Builder
optional bytes message = 3;
getMessage() - Method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto
optional bytes message = 3;
getMessage() - Method in interface org.apache.reef.proto.ClientRuntimeProtocol.JobControlProtoOrBuilder
optional bytes message = 3;
getMessage() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto.Builder
required bytes message = 2;
getMessage() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto
required bytes message = 2;
getMessage() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProtoOrBuilder
required bytes message = 2;
getMessage() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto.Builder
required bytes message = 2;
getMessage() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto
required bytes message = 2;
getMessage() - Method in interface org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProtoOrBuilder
required bytes message = 2;
getMessage() - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto.Builder
optional bytes message = 3;
getMessage() - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto
optional bytes message = 3;
getMessage() - Method in interface org.apache.reef.proto.ReefServiceProtos.JobStatusProtoOrBuilder
optional bytes message = 3;
getMessage() - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto.Builder
required string message = 2;
getMessage() - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto
required string message = 2;
getMessage() - Method in interface org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProtoOrBuilder
required string message = 2;
getMessage() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto.Builder
required bytes message = 2;
getMessage() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto
required bytes message = 2;
getMessage() - Method in interface org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProtoOrBuilder
required bytes message = 2;
getMessage() - Method in class org.apache.reef.runtime.common.evaluator.context.defaults.DefaultContextMessageSource
 
getMessage() - Method in interface org.apache.reef.task.TaskMessageSource
 
getMessageBytes() - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto.Builder
required string message = 2;
getMessageBytes() - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto
required string message = 2;
getMessageBytes() - Method in interface org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProtoOrBuilder
required string message = 2;
getMessageSourceID() - Method in interface org.apache.reef.driver.context.ContextMessage
 
getMessageSourceID() - Method in interface org.apache.reef.driver.task.TaskMessage
 
getMessageSourceID() - Method in class org.apache.reef.evaluator.context.ContextMessage
 
getMessageSourceID() - Method in class org.apache.reef.runtime.common.driver.context.ContextMessageImpl
 
getMessageSourceID() - Method in class org.apache.reef.runtime.common.driver.task.TaskMessageImpl
 
getMessageSourceID() - Method in class org.apache.reef.task.TaskMessage
 
getMyIdentifier() - Method in class org.apache.reef.runtime.common.utils.RemoteManager
 
getName() - Method in interface org.apache.reef.driver.catalog.ResourceCatalog.Descriptor
 
getName() - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto.Builder
required string name = 1;
getName() - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto
required string name = 1;
getName() - Method in interface org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProtoOrBuilder
required string name = 1;
getName() - Method in class org.apache.reef.runtime.common.driver.catalog.NodeDescriptorImpl
 
getName() - Method in class org.apache.reef.runtime.common.driver.catalog.RackDescriptorImpl
 
getName() - Method in interface org.apache.reef.runtime.common.driver.resourcemanager.RuntimeStatusEvent
 
getName() - Method in class org.apache.reef.runtime.common.driver.resourcemanager.RuntimeStatusEventImpl
 
getName() - Method in interface org.apache.reef.runtime.common.files.FileResource
 
getName() - Method in class org.apache.reef.runtime.common.files.FileResourceImpl
 
getNameBytes() - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto.Builder
required string name = 1;
getNameBytes() - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto
required string name = 1;
getNameBytes() - Method in interface org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProtoOrBuilder
required string name = 1;
getNewEvaluatorManager(ResourceAllocationEvent) - Method in class org.apache.reef.runtime.common.driver.evaluator.EvaluatorManagerFactory
Instantiates a new EvaluatorManager based on a resource allocation.
getNewLoggingScope(Level, String) - Static method in class org.apache.reef.util.logging.LoggingScopeFactory
Get a new instance of LoggingScope with specified log level
getNewLoggingScope(String) - Method in class org.apache.reef.util.logging.LoggingScopeFactory
Get a new instance of LoggingScope with injected LoggingScopeFactory instance
getNewLoggingScope(String, Object[]) - Method in class org.apache.reef.util.logging.LoggingScopeFactory
Get a new instance of LoggingScope with msg and params through new
getNode(String) - Method in interface org.apache.reef.driver.catalog.ResourceCatalog
Get the node descriptor with the given identifier.
getNode(String) - Method in class org.apache.reef.runtime.common.driver.catalog.ResourceCatalogImpl
 
getNodeDescriptor() - Method in interface org.apache.reef.driver.evaluator.EvaluatorDescriptor
 
getNodeId() - Method in interface org.apache.reef.runtime.common.driver.resourcemanager.ResourceAllocationEvent
 
getNodeId() - Method in class org.apache.reef.runtime.common.driver.resourcemanager.ResourceAllocationEventImpl
 
getNodeNameList() - Method in interface org.apache.reef.runtime.common.driver.api.ResourceRequestEvent
 
getNodeNameList() - Method in class org.apache.reef.runtime.common.driver.api.ResourceRequestEventImpl
 
getNodes() - Method in interface org.apache.reef.driver.catalog.RackDescriptor
 
getNodes() - Method in interface org.apache.reef.driver.catalog.ResourceCatalog
The global list of resources.
getNodes() - Method in class org.apache.reef.runtime.common.driver.catalog.RackDescriptorImpl
 
getNodes() - Method in class org.apache.reef.runtime.common.driver.catalog.ResourceCatalogImpl
 
getNumber() - Method in class org.apache.reef.driver.evaluator.EvaluatorRequest
Access the number of Evaluators requested.
getNumber() - Method in enum org.apache.reef.proto.ClientRuntimeProtocol.Signal
 
getNumber() - Method in enum org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.State
 
getNumber() - Method in enum org.apache.reef.proto.ReefServiceProtos.State
 
getNumberOfCores() - Method in interface org.apache.reef.driver.evaluator.EvaluatorDescriptor
 
getNumberOfCores() - Method in class org.apache.reef.driver.evaluator.EvaluatorRequest
Access the number of core of Evaluators requested.
getNumPreviousContainers() - Method in class org.apache.reef.runtime.common.driver.DriverStatusManager
 
getNumRecoveredContainers() - Method in class org.apache.reef.runtime.common.driver.DriverStatusManager
 
getOutstandingContainerRequests() - Method in interface org.apache.reef.runtime.common.driver.resourcemanager.RuntimeStatusEvent
 
getOutstandingContainerRequests() - Method in class org.apache.reef.runtime.common.driver.resourcemanager.RuntimeStatusEventImpl
 
getParentContext() - Method in interface org.apache.reef.driver.context.ClosedContext
 
getParentContext() - Method in interface org.apache.reef.driver.context.FailedContext
 
getParentContext() - Method in class org.apache.reef.runtime.common.driver.context.ClosedContextImpl
 
getParentContext() - Method in class org.apache.reef.runtime.common.driver.context.FailedContextImpl
 
getParentContextId() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto.Builder
required string parent_context_id = 1;
getParentContextId() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto
required string parent_context_id = 1;
getParentContextId() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProtoOrBuilder
required string parent_context_id = 1;
getParentContextIdBytes() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto.Builder
required string parent_context_id = 1;
getParentContextIdBytes() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto
required string parent_context_id = 1;
getParentContextIdBytes() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProtoOrBuilder
required string parent_context_id = 1;
getParentId() - Method in interface org.apache.reef.driver.context.ContextBase
 
getParentId() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
optional string parent_id = 3;
getParentId() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
optional string parent_id = 3;
getParentId() - Method in interface org.apache.reef.proto.ReefServiceProtos.ContextStatusProtoOrBuilder
optional string parent_id = 3;
getParentId() - Method in class org.apache.reef.runtime.common.driver.context.ClosedContextImpl
 
getParentId() - Method in class org.apache.reef.runtime.common.driver.context.EvaluatorContext
 
getParentId() - Method in class org.apache.reef.runtime.common.driver.context.FailedContextImpl
 
getParentID() - Method in exception org.apache.reef.runtime.common.evaluator.context.ContextClientCodeException
 
getParentIdBytes() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
optional string parent_id = 3;
getParentIdBytes() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
optional string parent_id = 3;
getParentIdBytes() - Method in interface org.apache.reef.proto.ReefServiceProtos.ContextStatusProtoOrBuilder
optional string parent_id = 3;
getParserForType() - Method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto
 
getParserForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto
 
getParserForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
 
getParserForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto
 
getParserForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto
 
getParserForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
 
getParserForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.KillEvaluatorProto
 
getParserForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto
 
getParserForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto
 
getParserForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopEvaluatorProto
 
getParserForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopTaskProto
 
getParserForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.SuspendTaskProto
 
getParserForType() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage
 
getParserForType() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto
 
getParserForType() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
 
getParserForType() - Method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto
 
getParserForType() - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto
 
getParserForType() - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto
 
getParserForType() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
 
getParserForType() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto
 
getPath() - Method in interface org.apache.reef.runtime.common.files.FileResource
 
getPath() - Method in class org.apache.reef.runtime.common.files.FileResourceImpl
 
getPID() - Static method in class org.apache.reef.util.OSUtils
 
getPort() - Method in interface org.apache.reef.runtime.common.driver.resourcemanager.NodeDescriptorEvent
 
getPort() - Method in class org.apache.reef.runtime.common.driver.resourcemanager.NodeDescriptorEventImpl
 
getPriority() - Method in interface org.apache.reef.runtime.common.client.api.JobSubmissionEvent
 
getPriority() - Method in class org.apache.reef.runtime.common.client.api.JobSubmissionEventImpl
 
getPriority() - Method in interface org.apache.reef.runtime.common.driver.api.ResourceRequestEvent
 
getPriority() - Method in class org.apache.reef.runtime.common.driver.api.ResourceRequestEventImpl
 
getQueue() - Method in interface org.apache.reef.runtime.common.client.api.JobSubmissionEvent
 
getQueue() - Method in class org.apache.reef.runtime.common.client.api.JobSubmissionEventImpl
 
getRackDescriptor() - Method in interface org.apache.reef.driver.catalog.NodeDescriptor
 
getRackDescriptor() - Method in class org.apache.reef.runtime.common.driver.catalog.NodeDescriptorImpl
 
getRackName() - Method in interface org.apache.reef.runtime.common.driver.resourcemanager.NodeDescriptorEvent
 
getRackName() - Method in class org.apache.reef.runtime.common.driver.resourcemanager.NodeDescriptorEventImpl
 
getRackNameList() - Method in interface org.apache.reef.runtime.common.driver.api.ResourceRequestEvent
 
getRackNameList() - Method in class org.apache.reef.runtime.common.driver.api.ResourceRequestEventImpl
 
getRacks() - Method in interface org.apache.reef.driver.catalog.ResourceCatalog
The global list of racks
getRacks() - Method in class org.apache.reef.runtime.common.driver.catalog.ResourceCatalogImpl
 
getReason() - Method in class org.apache.reef.common.AbstractFailure
 
getReason() - Method in interface org.apache.reef.common.Failure
 
getReason() - Method in class org.apache.reef.runtime.common.driver.idle.IdleMessage
 
getRecovery() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
optional bool recovery = 5;
getRecovery() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
optional bool recovery = 5;
getRecovery() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProtoOrBuilder
optional bool recovery = 5;
getRecovery() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
optional bool recovery = 6;
getRecovery() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
optional bool recovery = 6;
getRecovery() - Method in interface org.apache.reef.proto.ReefServiceProtos.ContextStatusProtoOrBuilder
optional bool recovery = 6;
getRecovery() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
optional bool recovery = 5;
getRecovery() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
optional bool recovery = 5;
getRecovery() - Method in interface org.apache.reef.proto.ReefServiceProtos.TaskStatusProtoOrBuilder
optional bool recovery = 5;
getReefDriverAppDllDir() - Method in class org.apache.reef.runtime.common.files.REEFFileNames
Deprecated.
getREEFFolder() - Method in class org.apache.reef.runtime.common.files.REEFFileNames
 
getREEFFolderName() - Method in class org.apache.reef.runtime.common.files.REEFFileNames
The name of the REEF folder inside of the working directory of an Evaluator or Driver
getRelaxLocality() - Method in interface org.apache.reef.runtime.common.driver.api.ResourceRequestEvent
 
getRelaxLocality() - Method in class org.apache.reef.runtime.common.driver.api.ResourceRequestEventImpl
 
getRemoteId() - Method in interface org.apache.reef.runtime.common.client.api.JobSubmissionEvent
 
getRemoteId() - Method in class org.apache.reef.runtime.common.client.api.JobSubmissionEventImpl
 
getRemoteId() - Method in interface org.apache.reef.runtime.common.driver.api.ResourceLaunchEvent
 
getRemoteId() - Method in class org.apache.reef.runtime.common.driver.api.ResourceLaunchEventImpl
 
getRemoveContext() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .RemoveContextProto remove_context = 6;
getRemoveContext() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
optional .RemoveContextProto remove_context = 6;
getRemoveContext() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProtoOrBuilder
optional .RemoveContextProto remove_context = 6;
getRemoveContextBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .RemoveContextProto remove_context = 6;
getRemoveContextOrBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .RemoveContextProto remove_context = 6;
getRemoveContextOrBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
optional .RemoveContextProto remove_context = 6;
getRemoveContextOrBuilder() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProtoOrBuilder
optional .RemoveContextProto remove_context = 6;
getResourceCount() - Method in interface org.apache.reef.runtime.common.driver.api.ResourceRequestEvent
 
getResourceCount() - Method in class org.apache.reef.runtime.common.driver.api.ResourceRequestEventImpl
 
getResourceMemory() - Method in interface org.apache.reef.runtime.common.driver.resourcemanager.ResourceAllocationEvent
 
getResourceMemory() - Method in class org.apache.reef.runtime.common.driver.resourcemanager.ResourceAllocationEventImpl
 
getResult() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
optional bytes result = 4;
getResult() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
optional bytes result = 4;
getResult() - Method in interface org.apache.reef.proto.ReefServiceProtos.TaskStatusProtoOrBuilder
optional bytes result = 4;
getRuntimeError() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
optional .RuntimeErrorProto runtimeError = 3;
getRuntimeError() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage
optional .RuntimeErrorProto runtimeError = 3;
getRuntimeError() - Method in interface org.apache.reef.proto.REEFProtocol.REEFMessageOrBuilder
optional .RuntimeErrorProto runtimeError = 3;
getRuntimeErrorBuilder() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
optional .RuntimeErrorProto runtimeError = 3;
getRuntimeErrorOrBuilder() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
optional .RuntimeErrorProto runtimeError = 3;
getRuntimeErrorOrBuilder() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage
optional .RuntimeErrorProto runtimeError = 3;
getRuntimeErrorOrBuilder() - Method in interface org.apache.reef.proto.REEFProtocol.REEFMessageOrBuilder
optional .RuntimeErrorProto runtimeError = 3;
getSerializedSize() - Method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto
 
getSerializedSize() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto
 
getSerializedSize() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
 
getSerializedSize() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto
 
getSerializedSize() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto
 
getSerializedSize() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
 
getSerializedSize() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.KillEvaluatorProto
 
getSerializedSize() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto
 
getSerializedSize() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto
 
getSerializedSize() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopEvaluatorProto
 
getSerializedSize() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopTaskProto
 
getSerializedSize() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.SuspendTaskProto
 
getSerializedSize() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage
 
getSerializedSize() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto
 
getSerializedSize() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
 
getSerializedSize() - Method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto
 
getSerializedSize() - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto
 
getSerializedSize() - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto
 
getSerializedSize() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
 
getSerializedSize() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto
 
getServiceConfiguration() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto.Builder
optional string service_configuration = 3;
getServiceConfiguration() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto
optional string service_configuration = 3;
getServiceConfiguration() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProtoOrBuilder
optional string service_configuration = 3;
getServiceConfigurationBytes() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto.Builder
optional string service_configuration = 3;
getServiceConfigurationBytes() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto
optional string service_configuration = 3;
getServiceConfigurationBytes() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProtoOrBuilder
optional string service_configuration = 3;
getSignal() - Method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto.Builder
optional .Signal signal = 2;
getSignal() - Method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto
optional .Signal signal = 2;
getSignal() - Method in interface org.apache.reef.proto.ClientRuntimeProtocol.JobControlProtoOrBuilder
optional .Signal signal = 2;
getSourceId() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto.Builder
required string source_id = 1;
getSourceId() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto
required string source_id = 1;
getSourceId() - Method in interface org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProtoOrBuilder
required string source_id = 1;
getSourceId() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto.Builder
required string source_id = 1;
getSourceId() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto
required string source_id = 1;
getSourceId() - Method in interface org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProtoOrBuilder
required string source_id = 1;
getSourceIdBytes() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto.Builder
required string source_id = 1;
getSourceIdBytes() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto
required string source_id = 1;
getSourceIdBytes() - Method in interface org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProtoOrBuilder
required string source_id = 1;
getSourceIdBytes() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto.Builder
required string source_id = 1;
getSourceIdBytes() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto
required string source_id = 1;
getSourceIdBytes() - Method in interface org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProtoOrBuilder
required string source_id = 1;
getStartTask() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .StartTaskProto start_task = 7;
getStartTask() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
optional .StartTaskProto start_task = 7;
getStartTask() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProtoOrBuilder
optional .StartTaskProto start_task = 7;
getStartTaskBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .StartTaskProto start_task = 7;
getStartTaskOrBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .StartTaskProto start_task = 7;
getStartTaskOrBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
optional .StartTaskProto start_task = 7;
getStartTaskOrBuilder() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProtoOrBuilder
optional .StartTaskProto start_task = 7;
getState() - Method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto.Builder
required .State state = 2;
getState() - Method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto
required .State state = 2;
getState() - Method in interface org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProtoOrBuilder
required .State state = 2;
getState() - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto.Builder
required .State state = 2;
getState() - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto
required .State state = 2;
getState() - Method in interface org.apache.reef.proto.ReefServiceProtos.JobStatusProtoOrBuilder
required .State state = 2;
getState() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
required .State state = 3;
getState() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
required .State state = 3;
getState() - Method in interface org.apache.reef.proto.ReefServiceProtos.TaskStatusProtoOrBuilder
required .State state = 3;
getState() - Method in interface org.apache.reef.runtime.common.driver.resourcemanager.ResourceStatusEvent
 
getState() - Method in class org.apache.reef.runtime.common.driver.resourcemanager.ResourceStatusEventImpl
 
getState() - Method in interface org.apache.reef.runtime.common.driver.resourcemanager.RuntimeStatusEvent
 
getState() - Method in class org.apache.reef.runtime.common.driver.resourcemanager.RuntimeStatusEventImpl
 
getStatus() - Method in class org.apache.reef.client.DriverLauncher
 
getStatusProto() - Method in class org.apache.reef.runtime.common.evaluator.task.TaskRuntime
Called by heartbeat manager
getStopTask() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .StopTaskProto stop_task = 8;
getStopTask() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
optional .StopTaskProto stop_task = 8;
getStopTask() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProtoOrBuilder
optional .StopTaskProto stop_task = 8;
getStopTaskBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .StopTaskProto stop_task = 8;
getStopTaskOrBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .StopTaskProto stop_task = 8;
getStopTaskOrBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
optional .StopTaskProto stop_task = 8;
getStopTaskOrBuilder() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProtoOrBuilder
optional .StopTaskProto stop_task = 8;
getSuspendTask() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .SuspendTaskProto suspend_task = 9;
getSuspendTask() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
optional .SuspendTaskProto suspend_task = 9;
getSuspendTask() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProtoOrBuilder
optional .SuspendTaskProto suspend_task = 9;
getSuspendTaskBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .SuspendTaskProto suspend_task = 9;
getSuspendTaskOrBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .SuspendTaskProto suspend_task = 9;
getSuspendTaskOrBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
optional .SuspendTaskProto suspend_task = 9;
getSuspendTaskOrBuilder() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProtoOrBuilder
optional .SuspendTaskProto suspend_task = 9;
getTaskId() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
required string task_id = 1;
getTaskId() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
required string task_id = 1;
getTaskId() - Method in interface org.apache.reef.proto.ReefServiceProtos.TaskStatusProtoOrBuilder
required string task_id = 1;
getTaskId(Configuration) - Static method in exception org.apache.reef.runtime.common.evaluator.task.TaskClientCodeException
Extracts a task id from the given configuration.
getTaskId() - Method in exception org.apache.reef.runtime.common.evaluator.task.TaskClientCodeException
 
getTaskId() - Method in class org.apache.reef.runtime.common.evaluator.task.TaskRuntime
 
getTaskId() - Method in class org.apache.reef.runtime.common.evaluator.task.TaskStatus
 
getTaskIdBytes() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
required string task_id = 1;
getTaskIdBytes() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
required string task_id = 1;
getTaskIdBytes() - Method in interface org.apache.reef.proto.ReefServiceProtos.TaskStatusProtoOrBuilder
required string task_id = 1;
getTaskMessage() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional bytes task_message = 1;
getTaskMessage() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
optional bytes task_message = 1;
getTaskMessage() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProtoOrBuilder
optional bytes task_message = 1;
getTaskMessage(int) - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
repeated .TaskStatusProto.TaskMessageProto task_message = 6;
getTaskMessage(int) - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
repeated .TaskStatusProto.TaskMessageProto task_message = 6;
getTaskMessage(int) - Method in interface org.apache.reef.proto.ReefServiceProtos.TaskStatusProtoOrBuilder
repeated .TaskStatusProto.TaskMessageProto task_message = 6;
getTaskMessageBuilder(int) - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
repeated .TaskStatusProto.TaskMessageProto task_message = 6;
getTaskMessageBuilderList() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
repeated .TaskStatusProto.TaskMessageProto task_message = 6;
getTaskMessageCount() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
repeated .TaskStatusProto.TaskMessageProto task_message = 6;
getTaskMessageCount() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
repeated .TaskStatusProto.TaskMessageProto task_message = 6;
getTaskMessageCount() - Method in interface org.apache.reef.proto.ReefServiceProtos.TaskStatusProtoOrBuilder
repeated .TaskStatusProto.TaskMessageProto task_message = 6;
getTaskMessageList() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
repeated .TaskStatusProto.TaskMessageProto task_message = 6;
getTaskMessageList() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
repeated .TaskStatusProto.TaskMessageProto task_message = 6;
getTaskMessageList() - Method in interface org.apache.reef.proto.ReefServiceProtos.TaskStatusProtoOrBuilder
repeated .TaskStatusProto.TaskMessageProto task_message = 6;
getTaskMessageOrBuilder(int) - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
repeated .TaskStatusProto.TaskMessageProto task_message = 6;
getTaskMessageOrBuilder(int) - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
repeated .TaskStatusProto.TaskMessageProto task_message = 6;
getTaskMessageOrBuilder(int) - Method in interface org.apache.reef.proto.ReefServiceProtos.TaskStatusProtoOrBuilder
repeated .TaskStatusProto.TaskMessageProto task_message = 6;
getTaskMessageOrBuilderList() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
repeated .TaskStatusProto.TaskMessageProto task_message = 6;
getTaskMessageOrBuilderList() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
repeated .TaskStatusProto.TaskMessageProto task_message = 6;
getTaskMessageOrBuilderList() - Method in interface org.apache.reef.proto.ReefServiceProtos.TaskStatusProtoOrBuilder
repeated .TaskStatusProto.TaskMessageProto task_message = 6;
getTaskStatus() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
optional .TaskStatusProto task_status = 4;
getTaskStatus() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
optional .TaskStatusProto task_status = 4;
getTaskStatus() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProtoOrBuilder
optional .TaskStatusProto task_status = 4;
getTaskStatus() - Method in class org.apache.reef.runtime.common.evaluator.context.ContextManager
 
getTaskStatusBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
optional .TaskStatusProto task_status = 4;
getTaskStatusOrBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
optional .TaskStatusProto task_status = 4;
getTaskStatusOrBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
optional .TaskStatusProto task_status = 4;
getTaskStatusOrBuilder() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProtoOrBuilder
optional .TaskStatusProto task_status = 4;
getTimestamp() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto.Builder
required int64 timestamp = 1;
getTimestamp() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto
required int64 timestamp = 1;
getTimestamp() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProtoOrBuilder
required int64 timestamp = 1;
getTimestamp() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
required int64 timestamp = 1;
getTimestamp() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
required int64 timestamp = 1;
getTimestamp() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProtoOrBuilder
required int64 timestamp = 1;
getType() - Method in interface org.apache.reef.driver.evaluator.EvaluatorDescriptor
 
getType() - Method in class org.apache.reef.io.PartitionSpec
 
getType() - Method in interface org.apache.reef.runtime.common.driver.api.ResourceLaunchEvent
 
getType() - Method in class org.apache.reef.runtime.common.driver.api.ResourceLaunchEventImpl
 
getType() - Method in interface org.apache.reef.runtime.common.files.FileResource
 
getType() - Method in class org.apache.reef.runtime.common.files.FileResourceImpl
 
getUltimateCause(Throwable) - Static method in class org.apache.reef.util.Exceptions
Walks the .getCause() chain till it hits the leaf node.
getUnknownFields() - Method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto
 
getUnknownFields() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto
 
getUnknownFields() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
 
getUnknownFields() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto
 
getUnknownFields() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto
 
getUnknownFields() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
 
getUnknownFields() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.KillEvaluatorProto
 
getUnknownFields() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto
 
getUnknownFields() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto
 
getUnknownFields() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopEvaluatorProto
 
getUnknownFields() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopTaskProto
 
getUnknownFields() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.SuspendTaskProto
 
getUnknownFields() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage
 
getUnknownFields() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto
 
getUnknownFields() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
 
getUnknownFields() - Method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto
 
getUnknownFields() - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto
 
getUnknownFields() - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto
 
getUnknownFields() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
 
getUnknownFields() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto
 
getUserName() - Method in interface org.apache.reef.runtime.common.client.api.JobSubmissionEvent
 
getUserName() - Method in class org.apache.reef.runtime.common.client.api.JobSubmissionEventImpl
 
getValue() - Method in class org.apache.reef.io.Tuple
 
getValueDescriptor() - Method in enum org.apache.reef.proto.ClientRuntimeProtocol.Signal
 
getValueDescriptor() - Method in enum org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.State
 
getValueDescriptor() - Method in enum org.apache.reef.proto.ReefServiceProtos.State
 
getVersion() - Method in class org.apache.reef.util.REEFVersion
 
getVirtualCores() - Method in interface org.apache.reef.runtime.common.driver.api.ResourceRequestEvent
 
getVirtualCores() - Method in class org.apache.reef.runtime.common.driver.api.ResourceRequestEventImpl
 
getVirtualCores() - Method in interface org.apache.reef.runtime.common.driver.resourcemanager.ResourceAllocationEvent
 
getVirtualCores() - Method in class org.apache.reef.runtime.common.driver.resourcemanager.ResourceAllocationEventImpl
 
GLOBAL_FILES - Static variable in class org.apache.reef.client.DriverConfiguration
Files to be made available on the Driver and all Evaluators.
GLOBAL_FILES - Static variable in class org.apache.reef.client.DriverServiceConfiguration
Files to be made available on the Driver and all Evaluators.
GLOBAL_LIBRARIES - Static variable in class org.apache.reef.client.DriverConfiguration
Libraries to be made available on the Driver and all Evaluators.
GLOBAL_LIBRARIES - Static variable in class org.apache.reef.client.DriverServiceConfiguration
Libraries to be made available on the Driver and all Evaluators.

H

handle(NodeDescriptorEvent) - Method in class org.apache.reef.runtime.common.driver.catalog.ResourceCatalogImpl
 
handleContextControlProtocol(EvaluatorRuntimeProtocol.ContextControlProto) - Method in class org.apache.reef.runtime.common.evaluator.context.ContextManager
Processes the given ContextControlProto to launch / close / suspend Tasks and Contexts.
hasAddContext() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .AddContextProto add_context = 5;
hasAddContext() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
optional .AddContextProto add_context = 5;
hasAddContext() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProtoOrBuilder
optional .AddContextProto add_context = 5;
hasConfiguration() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto.Builder
required string configuration = 2;
hasConfiguration() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto
required string configuration = 2;
hasConfiguration() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProtoOrBuilder
required string configuration = 2;
hasContextConfiguration() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto.Builder
required string context_configuration = 2;
hasContextConfiguration() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto
required string context_configuration = 2;
hasContextConfiguration() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProtoOrBuilder
required string context_configuration = 2;
hasContextControl() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto.Builder
optional .ContextControlProto context_control = 3;
hasContextControl() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto
optional .ContextControlProto context_control = 3;
hasContextControl() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProtoOrBuilder
optional .ContextControlProto context_control = 3;
hasContextId() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto.Builder
required string context_id = 1;
hasContextId() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto
required string context_id = 1;
hasContextId() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProtoOrBuilder
required string context_id = 1;
hasContextId() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto.Builder
required string context_id = 1;
hasContextId() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto
required string context_id = 1;
hasContextId() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProtoOrBuilder
required string context_id = 1;
hasContextId() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto.Builder
required string context_id = 1;
hasContextId() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto
required string context_id = 1;
hasContextId() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProtoOrBuilder
required string context_id = 1;
hasContextId() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
required string context_id = 2;
hasContextId() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
required string context_id = 2;
hasContextId() - Method in interface org.apache.reef.proto.ReefServiceProtos.ContextStatusProtoOrBuilder
required string context_id = 2;
hasContextId() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
required string context_id = 2;
hasContextId() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
required string context_id = 2;
hasContextId() - Method in interface org.apache.reef.proto.ReefServiceProtos.TaskStatusProtoOrBuilder
required string context_id = 2;
hasContextMessage() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .ContextMessageProto context_message = 2;
hasContextMessage() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
optional .ContextMessageProto context_message = 2;
hasContextMessage() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProtoOrBuilder
optional .ContextMessageProto context_message = 2;
hasContextState() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
required .ContextStatusProto.State context_state = 1;
hasContextState() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
required .ContextStatusProto.State context_state = 1;
hasContextState() - Method in interface org.apache.reef.proto.ReefServiceProtos.ContextStatusProtoOrBuilder
required .ContextStatusProto.State context_state = 1;
hasEnded() - Method in class org.apache.reef.runtime.common.evaluator.task.TaskRuntime
 
hasError() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
optional bytes error = 5;
hasError() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
optional bytes error = 5;
hasError() - Method in interface org.apache.reef.proto.ReefServiceProtos.ContextStatusProtoOrBuilder
optional bytes error = 5;
hasError() - Method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto.Builder
optional bytes error = 3;
hasError() - Method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto
optional bytes error = 3;
hasError() - Method in interface org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProtoOrBuilder
optional bytes error = 3;
hasEvaluatorControl() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
optional .EvaluatorControlProto evaluatorControl = 5;
hasEvaluatorControl() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage
optional .EvaluatorControlProto evaluatorControl = 5;
hasEvaluatorControl() - Method in interface org.apache.reef.proto.REEFProtocol.REEFMessageOrBuilder
optional .EvaluatorControlProto evaluatorControl = 5;
hasEvaluatorHeartBeat() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
optional .EvaluatorHeartbeatProto evaluatorHeartBeat = 6;
hasEvaluatorHeartBeat() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage
optional .EvaluatorHeartbeatProto evaluatorHeartBeat = 6;
hasEvaluatorHeartBeat() - Method in interface org.apache.reef.proto.REEFProtocol.REEFMessageOrBuilder
optional .EvaluatorHeartbeatProto evaluatorHeartBeat = 6;
hasEvaluatorId() - Method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto.Builder
required string evaluator_id = 1;
hasEvaluatorId() - Method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto
required string evaluator_id = 1;
hasEvaluatorId() - Method in interface org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProtoOrBuilder
required string evaluator_id = 1;
hasEvaluatorStatus() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
required .EvaluatorStatusProto evaluator_status = 2;
hasEvaluatorStatus() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
required .EvaluatorStatusProto evaluator_status = 2;
hasEvaluatorStatus() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProtoOrBuilder
required .EvaluatorStatusProto evaluator_status = 2;
hasException() - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto.Builder
optional bytes exception = 4;
hasException() - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto
optional bytes exception = 4;
hasException() - Method in interface org.apache.reef.proto.ReefServiceProtos.JobStatusProtoOrBuilder
optional bytes exception = 4;
hasException() - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto.Builder
optional bytes exception = 3;
hasException() - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto
optional bytes exception = 3;
hasException() - Method in interface org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProtoOrBuilder
optional bytes exception = 3;
hashCode() - Method in class org.apache.reef.io.Tuple
 
hashCode() - Method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto
 
hashCode() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto
 
hashCode() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
 
hashCode() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto
 
hashCode() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto
 
hashCode() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
 
hashCode() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.KillEvaluatorProto
 
hashCode() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto
 
hashCode() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto
 
hashCode() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopEvaluatorProto
 
hashCode() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopTaskProto
 
hashCode() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.SuspendTaskProto
 
hashCode() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage
 
hashCode() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto
 
hashCode() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
 
hashCode() - Method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto
 
hashCode() - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto
 
hashCode() - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto
 
hashCode() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
 
hashCode() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto
 
hashCode() - Method in class org.apache.reef.runtime.common.driver.catalog.RackDescriptorImpl
 
hasIdentifier() - Method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto.Builder
required string identifier = 1;
hasIdentifier() - Method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto
required string identifier = 1;
hasIdentifier() - Method in interface org.apache.reef.proto.ClientRuntimeProtocol.JobControlProtoOrBuilder
required string identifier = 1;
hasIdentifier() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto.Builder
required string identifier = 2;
hasIdentifier() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto
required string identifier = 2;
hasIdentifier() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProtoOrBuilder
required string identifier = 2;
hasIdentifier() - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto.Builder
required string identifier = 1;
hasIdentifier() - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto
required string identifier = 1;
hasIdentifier() - Method in interface org.apache.reef.proto.ReefServiceProtos.JobStatusProtoOrBuilder
required string identifier = 1;
hasIdentifier() - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto.Builder
optional string identifier = 5;
hasIdentifier() - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto
optional string identifier = 5;
hasIdentifier() - Method in interface org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProtoOrBuilder
optional string identifier = 5;
hasJobControl() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
optional .JobControlProto jobControl = 2;
hasJobControl() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage
optional .JobControlProto jobControl = 2;
hasJobControl() - Method in interface org.apache.reef.proto.REEFProtocol.REEFMessageOrBuilder
optional .JobControlProto jobControl = 2;
hasJobStatus() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
optional .JobStatusProto jobStatus = 4;
hasJobStatus() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage
optional .JobStatusProto jobStatus = 4;
hasJobStatus() - Method in interface org.apache.reef.proto.REEFProtocol.REEFMessageOrBuilder
optional .JobStatusProto jobStatus = 4;
hasKillEvaluator() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto.Builder
optional .KillEvaluatorProto kill_evaluator = 4;
hasKillEvaluator() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto
optional .KillEvaluatorProto kill_evaluator = 4;
hasKillEvaluator() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProtoOrBuilder
optional .KillEvaluatorProto kill_evaluator = 4;
hasMessage() - Method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto.Builder
optional bytes message = 3;
hasMessage() - Method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto
optional bytes message = 3;
hasMessage() - Method in interface org.apache.reef.proto.ClientRuntimeProtocol.JobControlProtoOrBuilder
optional bytes message = 3;
hasMessage() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto.Builder
required bytes message = 2;
hasMessage() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto
required bytes message = 2;
hasMessage() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProtoOrBuilder
required bytes message = 2;
hasMessage() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto.Builder
required bytes message = 2;
hasMessage() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto
required bytes message = 2;
hasMessage() - Method in interface org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProtoOrBuilder
required bytes message = 2;
hasMessage() - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto.Builder
optional bytes message = 3;
hasMessage() - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto
optional bytes message = 3;
hasMessage() - Method in interface org.apache.reef.proto.ReefServiceProtos.JobStatusProtoOrBuilder
optional bytes message = 3;
hasMessage() - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto.Builder
required string message = 2;
hasMessage() - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto
required string message = 2;
hasMessage() - Method in interface org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProtoOrBuilder
required string message = 2;
hasMessage() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto.Builder
required bytes message = 2;
hasMessage() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto
required bytes message = 2;
hasMessage() - Method in interface org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProtoOrBuilder
required bytes message = 2;
hasName() - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto.Builder
required string name = 1;
hasName() - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto
required string name = 1;
hasName() - Method in interface org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProtoOrBuilder
required string name = 1;
hasParentContextId() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto.Builder
required string parent_context_id = 1;
hasParentContextId() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto
required string parent_context_id = 1;
hasParentContextId() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProtoOrBuilder
required string parent_context_id = 1;
hasParentId() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
optional string parent_id = 3;
hasParentId() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
optional string parent_id = 3;
hasParentId() - Method in interface org.apache.reef.proto.ReefServiceProtos.ContextStatusProtoOrBuilder
optional string parent_id = 3;
hasRecovery() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
optional bool recovery = 5;
hasRecovery() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
optional bool recovery = 5;
hasRecovery() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProtoOrBuilder
optional bool recovery = 5;
hasRecovery() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
optional bool recovery = 6;
hasRecovery() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
optional bool recovery = 6;
hasRecovery() - Method in interface org.apache.reef.proto.ReefServiceProtos.ContextStatusProtoOrBuilder
optional bool recovery = 6;
hasRecovery() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
optional bool recovery = 5;
hasRecovery() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
optional bool recovery = 5;
hasRecovery() - Method in interface org.apache.reef.proto.ReefServiceProtos.TaskStatusProtoOrBuilder
optional bool recovery = 5;
hasRemoveContext() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .RemoveContextProto remove_context = 6;
hasRemoveContext() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
optional .RemoveContextProto remove_context = 6;
hasRemoveContext() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProtoOrBuilder
optional .RemoveContextProto remove_context = 6;
hasResult() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
optional bytes result = 4;
hasResult() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
optional bytes result = 4;
hasResult() - Method in interface org.apache.reef.proto.ReefServiceProtos.TaskStatusProtoOrBuilder
optional bytes result = 4;
hasRuntimeError() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
optional .RuntimeErrorProto runtimeError = 3;
hasRuntimeError() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage
optional .RuntimeErrorProto runtimeError = 3;
hasRuntimeError() - Method in interface org.apache.reef.proto.REEFProtocol.REEFMessageOrBuilder
optional .RuntimeErrorProto runtimeError = 3;
hasServiceConfiguration() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto.Builder
optional string service_configuration = 3;
hasServiceConfiguration() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto
optional string service_configuration = 3;
hasServiceConfiguration() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProtoOrBuilder
optional string service_configuration = 3;
hasSignal() - Method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto.Builder
optional .Signal signal = 2;
hasSignal() - Method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto
optional .Signal signal = 2;
hasSignal() - Method in interface org.apache.reef.proto.ClientRuntimeProtocol.JobControlProtoOrBuilder
optional .Signal signal = 2;
hasSourceId() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto.Builder
required string source_id = 1;
hasSourceId() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto
required string source_id = 1;
hasSourceId() - Method in interface org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProtoOrBuilder
required string source_id = 1;
hasSourceId() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto.Builder
required string source_id = 1;
hasSourceId() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto
required string source_id = 1;
hasSourceId() - Method in interface org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProtoOrBuilder
required string source_id = 1;
hasStartTask() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .StartTaskProto start_task = 7;
hasStartTask() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
optional .StartTaskProto start_task = 7;
hasStartTask() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProtoOrBuilder
optional .StartTaskProto start_task = 7;
hasState() - Method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto.Builder
required .State state = 2;
hasState() - Method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto
required .State state = 2;
hasState() - Method in interface org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProtoOrBuilder
required .State state = 2;
hasState() - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto.Builder
required .State state = 2;
hasState() - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto
required .State state = 2;
hasState() - Method in interface org.apache.reef.proto.ReefServiceProtos.JobStatusProtoOrBuilder
required .State state = 2;
hasState() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
required .State state = 3;
hasState() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
required .State state = 3;
hasState() - Method in interface org.apache.reef.proto.ReefServiceProtos.TaskStatusProtoOrBuilder
required .State state = 3;
hasStopTask() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .StopTaskProto stop_task = 8;
hasStopTask() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
optional .StopTaskProto stop_task = 8;
hasStopTask() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProtoOrBuilder
optional .StopTaskProto stop_task = 8;
hasSuspendTask() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .SuspendTaskProto suspend_task = 9;
hasSuspendTask() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
optional .SuspendTaskProto suspend_task = 9;
hasSuspendTask() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProtoOrBuilder
optional .SuspendTaskProto suspend_task = 9;
hasTaskId() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
required string task_id = 1;
hasTaskId() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
required string task_id = 1;
hasTaskId() - Method in interface org.apache.reef.proto.ReefServiceProtos.TaskStatusProtoOrBuilder
required string task_id = 1;
hasTaskMessage() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional bytes task_message = 1;
hasTaskMessage() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
optional bytes task_message = 1;
hasTaskMessage() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProtoOrBuilder
optional bytes task_message = 1;
hasTaskStatus() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
optional .TaskStatusProto task_status = 4;
hasTaskStatus() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
optional .TaskStatusProto task_status = 4;
hasTaskStatus() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProtoOrBuilder
optional .TaskStatusProto task_status = 4;
hasTimestamp() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto.Builder
required int64 timestamp = 1;
hasTimestamp() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto
required int64 timestamp = 1;
hasTimestamp() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProtoOrBuilder
required int64 timestamp = 1;
hasTimestamp() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
required int64 timestamp = 1;
hasTimestamp() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
required int64 timestamp = 1;
hasTimestamp() - Method in interface org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProtoOrBuilder
required int64 timestamp = 1;
HEARTBEAT_PERIOD - Static variable in class org.apache.reef.runtime.common.evaluator.EvaluatorConfiguration
 
HeartBeatManager - Class in org.apache.reef.runtime.common.evaluator
 
HeartbeatPeriod - Class in org.apache.reef.runtime.common.evaluator.parameters
The evaluator heartbeat period in ms.
HeartBeatTriggerManager - Class in org.apache.reef.task
Helper class for immediately sending heartbeat messages.
HTTP_REQUEST - Static variable in class org.apache.reef.util.logging.LoggingScopeFactory
 
HTTP_SERVER - Static variable in class org.apache.reef.util.logging.LoggingScopeFactory
 
httpRequest(String) - Method in class org.apache.reef.util.logging.LoggingScopeFactory
This is to measure the time in handling a http request
httpServer() - Method in class org.apache.reef.util.logging.LoggingScopeFactory
This is to measure the time used to create HttpServer

I

Identifiable - Interface in org.apache.reef.io.naming
This interface imposes that each object of the class that implements it has an identifier.
IDENTIFIER - Static variable in class org.apache.reef.driver.context.ContextConfiguration
The identifier of the Context.
IDENTIFIER - Static variable in class org.apache.reef.driver.task.TaskConfiguration
Identifier for the task.
IDENTIFIER_FIELD_NUMBER - Static variable in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto
 
IDENTIFIER_FIELD_NUMBER - Static variable in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto
 
IDENTIFIER_FIELD_NUMBER - Static variable in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto
 
IDENTIFIER_FIELD_NUMBER - Static variable in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto
 
IdleMessage - Class in org.apache.reef.runtime.common.driver.idle
A message to be used to indicate that the driver is potentially idle.
IdleMessage(String, String, boolean) - Constructor for class org.apache.reef.runtime.common.driver.idle.IdleMessage
 
INIT - Static variable in class org.apache.reef.client.LauncherStatus
 
INIT_VALUE - Static variable in enum org.apache.reef.proto.ReefServiceProtos.State
INIT = 0;
initialize() - Method in class org.apache.reef.runtime.common.evaluator.task.TaskRuntime
This method needs to be called before a Task can be run().
InitialTaskConfiguration - Class in org.apache.reef.runtime.common.evaluator.parameters
An initial task to launch on startup.
internalGetValueMap() - Static method in enum org.apache.reef.proto.ClientRuntimeProtocol.Signal
 
internalGetValueMap() - Static method in enum org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.State
 
internalGetValueMap() - Static method in enum org.apache.reef.proto.ReefServiceProtos.State
 
isClosed() - Method in class org.apache.reef.runtime.common.driver.evaluator.EvaluatorManager
Return true if the state is DONE, FAILED, or KILLED, and there are no messages queued or in processing.
isDone() - Method in class org.apache.reef.client.LauncherStatus
Has the job completed?
isEmpty() - Method in class org.apache.reef.runtime.common.utils.DispatchingEStage
Return true if there are no messages queued or in processing, false otherwise.
isIdle() - Method in class org.apache.reef.runtime.common.driver.idle.IdleMessage
 
isInitialized() - Method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto.Builder
 
isInitialized() - Method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto
 
isInitialized() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto.Builder
 
isInitialized() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto
 
isInitialized() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
 
isInitialized() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
 
isInitialized() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto.Builder
 
isInitialized() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto
 
isInitialized() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto.Builder
 
isInitialized() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto
 
isInitialized() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
 
isInitialized() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
 
isInitialized() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.KillEvaluatorProto.Builder
 
isInitialized() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.KillEvaluatorProto
 
isInitialized() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto.Builder
 
isInitialized() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto
 
isInitialized() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto.Builder
 
isInitialized() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto
 
isInitialized() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopEvaluatorProto.Builder
 
isInitialized() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopEvaluatorProto
 
isInitialized() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopTaskProto.Builder
 
isInitialized() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopTaskProto
 
isInitialized() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.SuspendTaskProto.Builder
 
isInitialized() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.SuspendTaskProto
 
isInitialized() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
 
isInitialized() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage
 
isInitialized() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
 
isInitialized() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto.Builder
 
isInitialized() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto
 
isInitialized() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
 
isInitialized() - Method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto.Builder
 
isInitialized() - Method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto
 
isInitialized() - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto.Builder
 
isInitialized() - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto
 
isInitialized() - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto.Builder
 
isInitialized() - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto
 
isInitialized() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
 
isInitialized() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
 
isInitialized() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto.Builder
 
isInitialized() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto
 
isLinux() - Static method in class org.apache.reef.util.OSUtils
Determines whether the current JVM is running on the Linux OS.
isNotRunning() - Method in class org.apache.reef.runtime.common.driver.task.TaskRepresenter
 
isRootContext() - Method in class org.apache.reef.runtime.common.driver.context.EvaluatorContext
 
isRunning() - Method in class org.apache.reef.client.LauncherStatus
Is the job still running?
isSet() - Method in class org.apache.reef.util.SetOnce
 
isShuttingDownOrFailing() - Method in class org.apache.reef.runtime.common.driver.DriverStatusManager
 
isSuccess() - Method in class org.apache.reef.client.LauncherStatus
Has the job completed successfully?
isWindows() - Static method in class org.apache.reef.util.OSUtils
Determines whether the current JVM is running on the Windows OS.
iterator() - Method in interface org.apache.reef.io.Spool
Returns an Iterable over the spool file.

J

JARFileMaker - Class in org.apache.reef.util
Helper class to create JAR files.
JARFileMaker(File, Manifest) - Constructor for class org.apache.reef.util.JARFileMaker
 
JARFileMaker(File) - Constructor for class org.apache.reef.util.JARFileMaker
 
JavaLaunchCommandBuilder - Class in org.apache.reef.runtime.common.launch
 
JavaLaunchCommandBuilder() - Constructor for class org.apache.reef.runtime.common.launch.JavaLaunchCommandBuilder
 
JobCompletedHandler - Class in org.apache.reef.client.parameters
Event handler for CompletedJob
JOBCONTROL_FIELD_NUMBER - Static variable in class org.apache.reef.proto.REEFProtocol.REEFMessage
 
JobFailedHandler - Class in org.apache.reef.client.parameters
Client EventHandler triggered on remote job failure.
JobGlobalFiles - Class in org.apache.reef.driver.parameters
Files to be made accessible on the Driver and all Evaluators.
JobGlobalLibraries - Class in org.apache.reef.driver.parameters
Libraries to be made accessible on the Driver and all Evaluators.
JobJarMaker - Class in org.apache.reef.runtime.common.files
Utility that takes a JobSubmissionProto and turns it into a Job Submission Jar.
JobMessage - Class in org.apache.reef.client
A message received by the client from the driver.
JobMessage(String, byte[]) - Constructor for class org.apache.reef.client.JobMessage
 
JobMessageHandler - Class in org.apache.reef.client.parameters
Client EventHandler that gets messages from the Driver.
JobMessageObserver - Interface in org.apache.reef.driver.client
The driver uses this interface to communicate with the job client.
JobMessageObserverImpl - Class in org.apache.reef.runtime.common.driver.client
An implementation of JobMessageObserver.
JobMessageObserverImpl(ClientConnection) - Constructor for class org.apache.reef.runtime.common.driver.client.JobMessageObserverImpl
 
JobRunningHandler - Class in org.apache.reef.client.parameters
Client EventHandler triggered when the REEF job is running.
JOBSTATUS_FIELD_NUMBER - Static variable in class org.apache.reef.proto.REEFProtocol.REEFMessage
 
JobSubmissionEvent - Interface in org.apache.reef.runtime.common.client.api
Event sent to Driver Runtime Submission of a Job to the Driver Runtime
JobSubmissionEventImpl - Class in org.apache.reef.runtime.common.client.api
Default POJO implementation of JobSubmissionEvent.
JobSubmissionEventImpl.Builder - Class in org.apache.reef.runtime.common.client.api
Builder used to create JobSubmissionEvent instances.
JobSubmissionEventImpl.Builder() - Constructor for class org.apache.reef.runtime.common.client.api.JobSubmissionEventImpl.Builder
 
JobSubmissionHandler - Interface in org.apache.reef.runtime.common.client.api
 
JVMHeapSlack - Class in org.apache.reef.runtime.common.parameters
The fraction of the container memory NOT to use for the Java Heap.
JVMHeapSlack() - Constructor for class org.apache.reef.runtime.common.parameters.JVMHeapSlack
 

K

kill(long) - Static method in class org.apache.reef.util.OSUtils
Applies `kill -9` to the process.
KILL_EVALUATOR_FIELD_NUMBER - Static variable in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto
 
KILLED_VALUE - Static variable in enum org.apache.reef.proto.ReefServiceProtos.State
KILLED = 5;

L

LaunchClass - Class in org.apache.reef.runtime.common.launch
This encapsulates processes started by REEF.
LaunchClass.ProfilingEnabled - Class in org.apache.reef.runtime.common.launch
 
LaunchClass.ProfilingEnabled() - Constructor for class org.apache.reef.runtime.common.launch.LaunchClass.ProfilingEnabled
 
LaunchCommandBuilder - Interface in org.apache.reef.runtime.common.launch
Used to build the launch command for REEF processes.
Launcher - Class in org.apache.reef.runtime.common
The main entrance point into any REEF process.
LauncherStatus - Class in org.apache.reef.client
The status of a reef job spawned using the DriverLauncher class.
LaunchID - Class in org.apache.reef.runtime.common.launch.parameters
 
LaunchID() - Constructor for class org.apache.reef.runtime.common.launch.parameters.LaunchID
 
LOAD_LIB - Static variable in class org.apache.reef.util.logging.LoggingScopeFactory
 
loadLib() - Method in class org.apache.reef.util.logging.LoggingScopeFactory
The method is to measure the time used to load global files and libraries
LOCAL_FILES - Static variable in class org.apache.reef.client.DriverConfiguration
Files to be made available on the Driver only.
LOCAL_FILES - Static variable in class org.apache.reef.client.DriverServiceConfiguration
Files to be made available on the Driver only.
LOCAL_JOB_SUBMIT - Static variable in class org.apache.reef.util.logging.LoggingScopeFactory
 
LOCAL_LIBRARIES - Static variable in class org.apache.reef.client.DriverConfiguration
Libraries to be made available on the Driver only.
LOCAL_LIBRARIES - Static variable in class org.apache.reef.client.DriverServiceConfiguration
Libraries to be made available on the Driver only.
localJobSubmission() - Method in class org.apache.reef.util.logging.LoggingScopeFactory
This is to measure the time for a job submission
LoggingScope - Interface in org.apache.reef.util.logging
Log time elapsed for a scope
LoggingScopeFactory - Class in org.apache.reef.util.logging
Create Logging scope objects
LoggingScopeImpl - Class in org.apache.reef.util.logging
Log time and duration for a scope
LoggingSetup - Class in org.apache.reef.util.logging
Configure Commons Logging
LogLevelName - Class in org.apache.reef.util.logging
Name of a log Level as a string such as "INFO", "FINE"
LogLevelName() - Constructor for class org.apache.reef.util.logging.LogLevelName
 
LogParser - Class in org.apache.reef.util.logging
Parse logs for reporting
logThreads(Logger, Level, String) - Static method in class org.apache.reef.util.ThreadLogger
Same as logThreads(logger, level, prefix, "\n\t", "\n\t\t")
logThreads(Logger, Level, String, String, String) - Static method in class org.apache.reef.util.ThreadLogger
Logs the currently active threads and their stack trace to the given Logger and Level.
logVersion() - Method in class org.apache.reef.util.REEFVersion
Logs the version of REEF into the log Level INFO.
logVersion(Level) - Method in class org.apache.reef.util.REEFVersion
Logs the version of REEF into the given logLevel.
lookup(Identifier) - Method in interface org.apache.reef.io.naming.NamingLookup
Lookup an Address for a given Identifier.

M

main(String[]) - Static method in class org.apache.reef.runtime.common.Launcher
Launches a REEF client process (Driver or Evaluator).
main(String[]) - Static method in class org.apache.reef.util.MemoryUtils
 
main(String[]) - Static method in class org.apache.reef.util.ThreadLogger
An example how to use the above methods.
MEMENTO - Static variable in class org.apache.reef.driver.task.TaskConfiguration
The Base64 encoded memento to be passed to Task.call().
MemoryUtils - Class in org.apache.reef.util
Utility class to report current and peak memory usage.
memPoolNames() - Static method in class org.apache.reef.util.MemoryUtils
 
mergeAddContext(EvaluatorRuntimeProtocol.AddContextProto) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .AddContextProto add_context = 5;
mergeContextControl(EvaluatorRuntimeProtocol.ContextControlProto) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto.Builder
optional .ContextControlProto context_control = 3;
mergeContextMessage(EvaluatorRuntimeProtocol.ContextMessageProto) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .ContextMessageProto context_message = 2;
mergeEvaluatorControl(EvaluatorRuntimeProtocol.EvaluatorControlProto) - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
optional .EvaluatorControlProto evaluatorControl = 5;
mergeEvaluatorHeartBeat(EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto) - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
optional .EvaluatorHeartbeatProto evaluatorHeartBeat = 6;
mergeEvaluatorStatus(ReefServiceProtos.EvaluatorStatusProto) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
required .EvaluatorStatusProto evaluator_status = 2;
mergeFrom(Message) - Method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto.Builder
 
mergeFrom(ClientRuntimeProtocol.JobControlProto) - Method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto.Builder
 
mergeFrom(Message) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto.Builder
 
mergeFrom(EvaluatorRuntimeProtocol.AddContextProto) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto.Builder
 
mergeFrom(Message) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
 
mergeFrom(EvaluatorRuntimeProtocol.ContextControlProto) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
 
mergeFrom(Message) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto.Builder
 
mergeFrom(EvaluatorRuntimeProtocol.ContextMessageProto) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto.Builder
 
mergeFrom(Message) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto.Builder
 
mergeFrom(EvaluatorRuntimeProtocol.EvaluatorControlProto) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto.Builder
 
mergeFrom(Message) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
 
mergeFrom(EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
 
mergeFrom(Message) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.KillEvaluatorProto.Builder
 
mergeFrom(EvaluatorRuntimeProtocol.KillEvaluatorProto) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.KillEvaluatorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.KillEvaluatorProto.Builder
 
mergeFrom(Message) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto.Builder
 
mergeFrom(EvaluatorRuntimeProtocol.RemoveContextProto) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto.Builder
 
mergeFrom(Message) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto.Builder
 
mergeFrom(EvaluatorRuntimeProtocol.StartTaskProto) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto.Builder
 
mergeFrom(Message) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopEvaluatorProto.Builder
 
mergeFrom(EvaluatorRuntimeProtocol.StopEvaluatorProto) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopEvaluatorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopEvaluatorProto.Builder
 
mergeFrom(Message) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopTaskProto.Builder
 
mergeFrom(EvaluatorRuntimeProtocol.StopTaskProto) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopTaskProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopTaskProto.Builder
 
mergeFrom(Message) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.SuspendTaskProto.Builder
 
mergeFrom(EvaluatorRuntimeProtocol.SuspendTaskProto) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.SuspendTaskProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.SuspendTaskProto.Builder
 
mergeFrom(Message) - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
 
mergeFrom(REEFProtocol.REEFMessage) - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
 
mergeFrom(Message) - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
 
mergeFrom(ReefServiceProtos.ContextStatusProto) - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
 
mergeFrom(Message) - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto.Builder
 
mergeFrom(ReefServiceProtos.ContextStatusProto.ContextMessageProto) - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto.Builder
 
mergeFrom(Message) - Method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto.Builder
 
mergeFrom(ReefServiceProtos.EvaluatorStatusProto) - Method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto.Builder
 
mergeFrom(Message) - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto.Builder
 
mergeFrom(ReefServiceProtos.JobStatusProto) - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto.Builder
 
mergeFrom(Message) - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto.Builder
 
mergeFrom(ReefServiceProtos.RuntimeErrorProto) - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto.Builder
 
mergeFrom(Message) - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
 
mergeFrom(ReefServiceProtos.TaskStatusProto) - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
 
mergeFrom(Message) - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto.Builder
 
mergeFrom(ReefServiceProtos.TaskStatusProto.TaskMessageProto) - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto.Builder
 
mergeFrom(ResourceRequestEvent) - Method in class org.apache.reef.runtime.common.driver.api.ResourceRequestEventImpl.Builder
Create a builder from an existing ResourceRequestEvent
mergeJobControl(ClientRuntimeProtocol.JobControlProto) - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
optional .JobControlProto jobControl = 2;
mergeJobStatus(ReefServiceProtos.JobStatusProto) - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
optional .JobStatusProto jobStatus = 4;
mergeKillEvaluator(EvaluatorRuntimeProtocol.KillEvaluatorProto) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto.Builder
optional .KillEvaluatorProto kill_evaluator = 4;
mergeRemoveContext(EvaluatorRuntimeProtocol.RemoveContextProto) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .RemoveContextProto remove_context = 6;
mergeRuntimeError(ReefServiceProtos.RuntimeErrorProto) - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
optional .RuntimeErrorProto runtimeError = 3;
mergeStages(ArrayList<String>, ArrayList<String>) - Static method in class org.apache.reef.util.logging.LogParser
 
mergeStartTask(EvaluatorRuntimeProtocol.StartTaskProto) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .StartTaskProto start_task = 7;
mergeStopTask(EvaluatorRuntimeProtocol.StopTaskProto) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .StopTaskProto stop_task = 8;
mergeSuspendTask(EvaluatorRuntimeProtocol.SuspendTaskProto) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .SuspendTaskProto suspend_task = 9;
mergeTaskStatus(ReefServiceProtos.TaskStatusProto) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
optional .TaskStatusProto task_status = 4;
Message - Interface in org.apache.reef.io
A message from a REEF component
MESSAGE_FIELD_NUMBER - Static variable in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto
 
MESSAGE_FIELD_NUMBER - Static variable in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto
 
MESSAGE_FIELD_NUMBER - Static variable in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto
 
MESSAGE_FIELD_NUMBER - Static variable in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto
 
MESSAGE_FIELD_NUMBER - Static variable in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto
 
MESSAGE_FIELD_NUMBER - Static variable in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto
 

N

NAME_FIELD_NUMBER - Static variable in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto
 
NameAssignment - Interface in org.apache.reef.io.naming
Pair of an identifier and an address
Naming - Interface in org.apache.reef.io.naming
Implementations of this interface facilitate address lookups based on Identifiers and allow to register and unregister addresses for Identifiers.
NamingLookup - Interface in org.apache.reef.io.naming
Implementations of this interface facilitate address lookups based on Identifiers.
NamingRegistry - Interface in org.apache.reef.io.naming
Allows to register and unregister addresses for Identifiers.
NetworkException - Exception in org.apache.reef.exception.evaluator
Network exception
NetworkException(String, Throwable) - Constructor for exception org.apache.reef.exception.evaluator.NetworkException
 
NetworkException(String) - Constructor for exception org.apache.reef.exception.evaluator.NetworkException
 
NetworkException(Throwable) - Constructor for exception org.apache.reef.exception.evaluator.NetworkException
 
newBuilder() - Static method in class org.apache.reef.driver.evaluator.EvaluatorRequest
 
newBuilder(EvaluatorRequest) - Static method in class org.apache.reef.driver.evaluator.EvaluatorRequest
 
newBuilder() - Static method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto
 
newBuilder(ClientRuntimeProtocol.JobControlProto) - Static method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto
 
newBuilder() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto
 
newBuilder(EvaluatorRuntimeProtocol.AddContextProto) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto
 
newBuilder() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
 
newBuilder(EvaluatorRuntimeProtocol.ContextControlProto) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
 
newBuilder() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto
 
newBuilder(EvaluatorRuntimeProtocol.ContextMessageProto) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto
 
newBuilder() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto
 
newBuilder(EvaluatorRuntimeProtocol.EvaluatorControlProto) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto
 
newBuilder() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
 
newBuilder(EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
 
newBuilder() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.KillEvaluatorProto
 
newBuilder(EvaluatorRuntimeProtocol.KillEvaluatorProto) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.KillEvaluatorProto
 
newBuilder() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto
 
newBuilder(EvaluatorRuntimeProtocol.RemoveContextProto) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto
 
newBuilder() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto
 
newBuilder(EvaluatorRuntimeProtocol.StartTaskProto) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto
 
newBuilder() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopEvaluatorProto
 
newBuilder(EvaluatorRuntimeProtocol.StopEvaluatorProto) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopEvaluatorProto
 
newBuilder() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopTaskProto
 
newBuilder(EvaluatorRuntimeProtocol.StopTaskProto) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopTaskProto
 
newBuilder() - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.SuspendTaskProto
 
newBuilder(EvaluatorRuntimeProtocol.SuspendTaskProto) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.SuspendTaskProto
 
newBuilder() - Static method in class org.apache.reef.proto.REEFProtocol.REEFMessage
 
newBuilder(REEFProtocol.REEFMessage) - Static method in class org.apache.reef.proto.REEFProtocol.REEFMessage
 
newBuilder() - Static method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto
 
newBuilder(ReefServiceProtos.ContextStatusProto.ContextMessageProto) - Static method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto
 
newBuilder() - Static method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
 
newBuilder(ReefServiceProtos.ContextStatusProto) - Static method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
 
newBuilder() - Static method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto
 
newBuilder(ReefServiceProtos.EvaluatorStatusProto) - Static method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto
 
newBuilder() - Static method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto
 
newBuilder(ReefServiceProtos.JobStatusProto) - Static method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto
 
newBuilder() - Static method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto
 
newBuilder(ReefServiceProtos.RuntimeErrorProto) - Static method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto
 
newBuilder() - Static method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
 
newBuilder(ReefServiceProtos.TaskStatusProto) - Static method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
 
newBuilder() - Static method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto
 
newBuilder(ReefServiceProtos.TaskStatusProto.TaskMessageProto) - Static method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto
 
newBuilder() - Static method in class org.apache.reef.runtime.common.client.api.JobSubmissionEventImpl
 
newBuilder() - Static method in class org.apache.reef.runtime.common.driver.api.ResourceLaunchEventImpl
 
newBuilder() - Static method in class org.apache.reef.runtime.common.driver.api.ResourceReleaseEventImpl
 
newBuilder() - Static method in class org.apache.reef.runtime.common.driver.api.ResourceRequestEventImpl
 
newBuilder() - Static method in class org.apache.reef.runtime.common.driver.resourcemanager.NodeDescriptorEventImpl
 
newBuilder() - Static method in class org.apache.reef.runtime.common.driver.resourcemanager.ResourceAllocationEventImpl
 
newBuilder() - Static method in class org.apache.reef.runtime.common.driver.resourcemanager.ResourceStatusEventImpl
 
newBuilder() - Static method in class org.apache.reef.runtime.common.driver.resourcemanager.RuntimeStatusEventImpl
 
newBuilder() - Static method in class org.apache.reef.runtime.common.files.FileResourceImpl
 
newBuilderForType() - Method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto
 
newBuilderForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto
 
newBuilderForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
 
newBuilderForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto
 
newBuilderForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto
 
newBuilderForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
 
newBuilderForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.KillEvaluatorProto
 
newBuilderForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto
 
newBuilderForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto
 
newBuilderForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopEvaluatorProto
 
newBuilderForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopTaskProto
 
newBuilderForType() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.SuspendTaskProto
 
newBuilderForType() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage
 
newBuilderForType() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto
 
newBuilderForType() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
 
newBuilderForType() - Method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto
 
newBuilderForType() - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto
 
newBuilderForType() - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto
 
newBuilderForType() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
 
newBuilderForType() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto
 
NO - Static variable in class org.apache.reef.runtime.common.client.parameters.ClientPresent
 
NodeDescriptor - Interface in org.apache.reef.driver.catalog
Descriptor of the physical setup of an Evaluator.
NodeDescriptorEvent - Interface in org.apache.reef.runtime.common.driver.resourcemanager
Event from Driver Runtime -> Driver Process Description of a node in the cluster
NodeDescriptorEventImpl - Class in org.apache.reef.runtime.common.driver.resourcemanager
Default POJO implementation of NodeDescriptorEvent.
NodeDescriptorEventImpl.Builder - Class in org.apache.reef.runtime.common.driver.resourcemanager
Builder used to create NodeDescriptorEvent instances.
NodeDescriptorEventImpl.Builder() - Constructor for class org.apache.reef.runtime.common.driver.resourcemanager.NodeDescriptorEventImpl.Builder
 
NodeDescriptorHandler - Class in org.apache.reef.runtime.common.driver.resourcemanager
Updates the ResourceCatalog with a new Node.
NodeDescriptorHandler(ResourceCatalogImpl) - Constructor for class org.apache.reef.runtime.common.driver.resourcemanager.NodeDescriptorHandler
 
NodeDescriptorImpl - Class in org.apache.reef.runtime.common.driver.catalog
 
NONE - Static variable in class org.apache.reef.runtime.common.driver.api.AbstractDriverRuntimeConfiguration.ClientRemoteIdentifier
Deprecated.
Indicates that there is no Client.
NONE - Static variable in class org.apache.reef.runtime.common.launch.parameters.ErrorHandlerRID
Indicates that no ErrorHandler is bound.
notNull(T) - Static method in class org.apache.reef.util.BuilderUtils
Throws a runtime exception if the parameter is null

O

ObjectInstantiationLogger - Class in org.apache.reef.util
A utility class used as a default at times.
ObjectInstantiationLogger() - Constructor for class org.apache.reef.util.ObjectInstantiationLogger
 
ON_CLIENT_CLOSED - Static variable in class org.apache.reef.client.DriverConfiguration
Event handler for close messages sent by the client.
ON_CLIENT_CLOSED_MESSAGE - Static variable in class org.apache.reef.client.DriverConfiguration
Event handler for close messages sent by the client.
ON_CLIENT_MESSAGE - Static variable in class org.apache.reef.client.DriverConfiguration
Event handler for client messages.
ON_CLOSE - Static variable in class org.apache.reef.driver.task.TaskConfiguration
Handler for closure requests from the driver.
ON_CONTEXT_ACTIVE - Static variable in class org.apache.reef.client.DriverConfiguration
Event handler for active context.
ON_CONTEXT_ACTIVE - Static variable in class org.apache.reef.client.DriverServiceConfiguration
Event handler for active context.
ON_CONTEXT_CLOSED - Static variable in class org.apache.reef.client.DriverConfiguration
Event handler for closed context.
ON_CONTEXT_CLOSED - Static variable in class org.apache.reef.client.DriverServiceConfiguration
Event handler for closed context.
ON_CONTEXT_FAILED - Static variable in class org.apache.reef.client.DriverConfiguration
Event handler for closed context.
ON_CONTEXT_FAILED - Static variable in class org.apache.reef.client.DriverServiceConfiguration
Event handler for closed context.
ON_CONTEXT_MESSAGE - Static variable in class org.apache.reef.client.DriverConfiguration
Event handler for context messages.
ON_CONTEXT_MESSAGE - Static variable in class org.apache.reef.client.DriverServiceConfiguration
Event handler for context messages.
ON_CONTEXT_STARTED - Static variable in class org.apache.reef.driver.context.ContextConfiguration
Event handler for context start.
ON_CONTEXT_STARTED - Static variable in class org.apache.reef.driver.context.ServiceConfiguration
Event handler for context start.
ON_CONTEXT_STOP - Static variable in class org.apache.reef.driver.context.ContextConfiguration
Event handler for context stop.
ON_CONTEXT_STOP - Static variable in class org.apache.reef.driver.context.ServiceConfiguration
Event handler for context stop.
ON_DRIVER_RECONNECT - Static variable in class org.apache.reef.driver.context.ContextConfiguration
Implementation for reconnecting to driver after driver restart
ON_DRIVER_RESTART_COMPLETED - Static variable in class org.apache.reef.client.DriverConfiguration
Event handler for the event of driver restart completion, default to logging if not bound.
ON_DRIVER_RESTART_CONTEXT_ACTIVE - Static variable in class org.apache.reef.client.DriverConfiguration
Event handler for active context when driver restart.
ON_DRIVER_RESTART_CONTEXT_ACTIVE - Static variable in class org.apache.reef.client.DriverServiceConfiguration
Event handler for active context when driver restart.
ON_DRIVER_RESTART_TASK_RUNNING - Static variable in class org.apache.reef.client.DriverConfiguration
Event handler for running tasks in previous evaluator, when driver restarted.
ON_DRIVER_RESTART_TASK_RUNNING - Static variable in class org.apache.reef.client.DriverServiceConfiguration
Event handler for running tasks in previous evaluator, when driver restarted.
ON_DRIVER_RESTARTED - Static variable in class org.apache.reef.client.DriverConfiguration
This event is fired in place of the ON_DRIVER_STARTED when the Driver is in fact restarted after failure.
ON_DRIVER_STARTED - Static variable in class org.apache.reef.client.DriverConfiguration
The event handler invoked right after the driver boots up.
ON_DRIVER_STARTED - Static variable in class org.apache.reef.client.DriverServiceConfiguration
The event handler invoked right after the driver boots up.
ON_DRIVER_STOP - Static variable in class org.apache.reef.client.DriverConfiguration
The event handler invoked right before the driver shuts down.
ON_DRIVER_STOP - Static variable in class org.apache.reef.client.DriverServiceConfiguration
The event handler invoked right before the driver shuts down.
ON_EVALUATOR_ALLOCATED - Static variable in class org.apache.reef.client.DriverConfiguration
Event handler for allocated evaluators.
ON_EVALUATOR_ALLOCATED - Static variable in class org.apache.reef.client.DriverServiceConfiguration
Event handler for allocated evaluators.
ON_EVALUATOR_COMPLETED - Static variable in class org.apache.reef.client.DriverConfiguration
Event handler for completed evaluators.
ON_EVALUATOR_COMPLETED - Static variable in class org.apache.reef.client.DriverServiceConfiguration
Event handler for completed evaluators.
ON_EVALUATOR_FAILED - Static variable in class org.apache.reef.client.DriverConfiguration
Event handler for failed evaluators.
ON_EVALUATOR_FAILED - Static variable in class org.apache.reef.client.DriverServiceConfiguration
Event handler for failed evaluators.
ON_JOB_COMPLETED - Static variable in class org.apache.reef.client.ClientConfiguration
Handler for the event when a submitted REEF Job is completed.
ON_JOB_FAILED - Static variable in class org.apache.reef.client.ClientConfiguration
Handler for the event when a submitted REEF Job has failed.
ON_JOB_MESSAGE - Static variable in class org.apache.reef.client.ClientConfiguration
Event handler for messages from the running job.
ON_JOB_RUNNING - Static variable in class org.apache.reef.client.ClientConfiguration
Handler for the event when a submitted REEF Job is running.
ON_MESSAGE - Static variable in class org.apache.reef.driver.context.ContextConfiguration
Driver has sent the context a message, and this parameter is used to register a handler on the context for processing that message.
ON_MESSAGE - Static variable in class org.apache.reef.driver.task.TaskConfiguration
Handler for messages from the driver.
ON_RUNTIME_ERROR - Static variable in class org.apache.reef.client.ClientConfiguration
Receives fatal resourcemanager errors.
ON_SEND_MESSAGE - Static variable in class org.apache.reef.driver.context.ContextConfiguration
Source of messages to be called whenever the evaluator is about to make a heartbeat.
ON_SEND_MESSAGE - Static variable in class org.apache.reef.driver.task.TaskConfiguration
Message source invoked upon each evaluator heartbeat.
ON_SUSPEND - Static variable in class org.apache.reef.driver.task.TaskConfiguration
Handler for task suspension.
ON_TASK_COMPLETED - Static variable in class org.apache.reef.client.DriverConfiguration
Event handler for completed tasks.
ON_TASK_COMPLETED - Static variable in class org.apache.reef.client.DriverServiceConfiguration
Event handler for completed tasks.
ON_TASK_FAILED - Static variable in class org.apache.reef.client.DriverConfiguration
Event handler for failed tasks.
ON_TASK_FAILED - Static variable in class org.apache.reef.client.DriverServiceConfiguration
Event handler for failed tasks.
ON_TASK_MESSAGE - Static variable in class org.apache.reef.client.DriverConfiguration
Event handler for task messages.
ON_TASK_MESSAGE - Static variable in class org.apache.reef.client.DriverServiceConfiguration
Event handler for task messages.
ON_TASK_RUNNING - Static variable in class org.apache.reef.client.DriverConfiguration
Event handler for running tasks.
ON_TASK_RUNNING - Static variable in class org.apache.reef.client.DriverServiceConfiguration
Event handler for running tasks.
ON_TASK_STARTED - Static variable in class org.apache.reef.driver.context.ContextConfiguration
Event handlers to be informed right before a Task enters its call() method.
ON_TASK_STARTED - Static variable in class org.apache.reef.driver.context.ServiceConfiguration
Event handlers to be informed right before a Task enters its call() method.
ON_TASK_STARTED - Static variable in class org.apache.reef.driver.task.TaskConfiguration
Event handler to receive TaskStart after the Task.call() method was called.
ON_TASK_STOP - Static variable in class org.apache.reef.driver.context.ContextConfiguration
Event handlers to be informed right after a Task exits its call() method.
ON_TASK_STOP - Static variable in class org.apache.reef.driver.context.ServiceConfiguration
Event handlers to be informed right after a Task exits its call() method.
ON_TASK_STOP - Static variable in class org.apache.reef.driver.task.TaskConfiguration
Event handler to receive TaskStop after the Task.call() method returned.
ON_TASK_SUSPENDED - Static variable in class org.apache.reef.client.DriverConfiguration
Event handler for suspended tasks.
ON_TASK_SUSPENDED - Static variable in class org.apache.reef.client.DriverServiceConfiguration
Event handler for suspended tasks.
ON_WAKE_ERROR - Static variable in class org.apache.reef.client.ClientConfiguration
Error handler for events on Wake-spawned threads.
onComplete() - Method in class org.apache.reef.runtime.common.driver.DriverStatusManager
Perform a clean shutdown of the Driver.
onContextActive(ActiveContext) - Method in class org.apache.reef.runtime.common.driver.evaluator.EvaluatorMessageDispatcher
 
onContextClose(ClosedContext) - Method in class org.apache.reef.runtime.common.driver.evaluator.EvaluatorMessageDispatcher
 
onContextFailed(FailedContext) - Method in class org.apache.reef.runtime.common.driver.evaluator.EvaluatorMessageDispatcher
 
onContextMessage(ContextMessage) - Method in class org.apache.reef.runtime.common.driver.evaluator.EvaluatorMessageDispatcher
 
onContextStatusMessages(Iterable<ReefServiceProtos.ContextStatusProto>, boolean) - Method in class org.apache.reef.runtime.common.driver.context.ContextRepresenters
Process heartbeats from the contexts on an Evaluator.
OnDriverRestartCompleted(DriverRestartCompleted) - Method in class org.apache.reef.runtime.common.driver.evaluator.EvaluatorMessageDispatcher
 
OnDriverRestartContextActive(ActiveContext) - Method in class org.apache.reef.runtime.common.driver.evaluator.EvaluatorMessageDispatcher
 
onDriverRestartTaskRunning(RunningTask) - Method in class org.apache.reef.runtime.common.driver.evaluator.EvaluatorMessageDispatcher
 
oneContainerRecovered() - Method in class org.apache.reef.runtime.common.driver.DriverStatusManager
Indicate that this Driver has re-established the connection with one more Evaluator of a previous run.
onError(Throwable) - Method in class org.apache.reef.runtime.common.driver.DriverStatusManager
End the Driver with an exception.
onEvaluatorAllocated(AllocatedEvaluator) - Method in class org.apache.reef.runtime.common.driver.evaluator.EvaluatorMessageDispatcher
 
onEvaluatorCompleted(CompletedEvaluator) - Method in class org.apache.reef.runtime.common.driver.evaluator.EvaluatorMessageDispatcher
 
onEvaluatorException(EvaluatorException) - Method in class org.apache.reef.runtime.common.driver.evaluator.EvaluatorManager
EvaluatorException will trigger is FailedEvaluator and state transition to FAILED
onEvaluatorFailed(FailedEvaluator) - Method in class org.apache.reef.runtime.common.driver.evaluator.EvaluatorMessageDispatcher
 
onEvaluatorHeartbeatMessage(RemoteMessage<EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto>) - Method in class org.apache.reef.runtime.common.driver.evaluator.EvaluatorManager
 
onInit() - Method in class org.apache.reef.runtime.common.driver.DriverStatusManager
Changes the driver status to INIT and sends message to the client about the transition.
onNext(CompletedJob) - Method in class org.apache.reef.client.DriverLauncher.CompletedJobHandler
 
onNext(FailedJob) - Method in class org.apache.reef.client.DriverLauncher.FailedJobHandler
 
onNext(RunningJob) - Method in class org.apache.reef.client.DriverLauncher.RunningJobHandler
 
onNext(FailedRuntime) - Method in class org.apache.reef.client.DriverLauncher.RuntimeErrorHandler
 
onNext(byte[]) - Method in interface org.apache.reef.evaluator.context.ContextMessageHandler
 
onNext(CompletedJob) - Method in class org.apache.reef.runtime.common.client.defaults.DefaultCompletedJobHandler
 
onNext(FailedJob) - Method in class org.apache.reef.runtime.common.client.defaults.DefaultFailedJobHandler
 
onNext(JobMessage) - Method in class org.apache.reef.runtime.common.client.defaults.DefaultJobMessageHandler
 
onNext(RunningJob) - Method in class org.apache.reef.runtime.common.client.defaults.DefaultRunningJobHandler
 
onNext(FailedRuntime) - Method in class org.apache.reef.runtime.common.client.defaults.DefaultRuntimeErrorHandler
 
onNext(ReefServiceProtos.JobStatusProto) - Method in class org.apache.reef.runtime.common.client.RunningJobImpl
 
onNext(ClientRuntimeProtocol.JobControlProto) - Method in class org.apache.reef.runtime.common.driver.client.ClientManager
This method reacts to control messages passed by the client to the driver.
onNext(Void) - Method in class org.apache.reef.runtime.common.driver.defaults.DefaultClientCloseHandler
 
onNext(byte[]) - Method in class org.apache.reef.runtime.common.driver.defaults.DefaultClientCloseWithMessageHandler
 
onNext(byte[]) - Method in class org.apache.reef.runtime.common.driver.defaults.DefaultClientMessageHandler
 
onNext(ActiveContext) - Method in class org.apache.reef.runtime.common.driver.defaults.DefaultContextActiveHandler
 
onNext(ClosedContext) - Method in class org.apache.reef.runtime.common.driver.defaults.DefaultContextClosureHandler
 
onNext(FailedContext) - Method in class org.apache.reef.runtime.common.driver.defaults.DefaultContextFailureHandler
 
onNext(ContextMessage) - Method in class org.apache.reef.runtime.common.driver.defaults.DefaultContextMessageHandler
 
onNext(DriverRestartCompleted) - Method in class org.apache.reef.runtime.common.driver.defaults.DefaultDriverRestartCompletedHandler
 
onNext(ActiveContext) - Method in class org.apache.reef.runtime.common.driver.defaults.DefaultDriverRestartContextActiveHandler
 
onNext(RunningTask) - Method in class org.apache.reef.runtime.common.driver.defaults.DefaultDriverRestartTaskRunningHandler
 
onNext(AllocatedEvaluator) - Method in class org.apache.reef.runtime.common.driver.defaults.DefaultEvaluatorAllocationHandler
 
onNext(CompletedEvaluator) - Method in class org.apache.reef.runtime.common.driver.defaults.DefaultEvaluatorCompletionHandler
 
onNext(FailedEvaluator) - Method in class org.apache.reef.runtime.common.driver.defaults.DefaultEvaluatorFailureHandler
 
onNext(CompletedTask) - Method in class org.apache.reef.runtime.common.driver.defaults.DefaultTaskCompletionHandler
 
onNext(FailedTask) - Method in class org.apache.reef.runtime.common.driver.defaults.DefaultTaskFailureHandler
 
onNext(TaskMessage) - Method in class org.apache.reef.runtime.common.driver.defaults.DefaultTaskMessageHandler
 
onNext(RunningTask) - Method in class org.apache.reef.runtime.common.driver.defaults.DefaultTaskRunningHandler
 
onNext(SuspendedTask) - Method in class org.apache.reef.runtime.common.driver.defaults.DefaultTaskSuspensionHandler
 
onNext(Throwable) - Method in class org.apache.reef.runtime.common.driver.DriverExceptionHandler
 
onNext(StartTime) - Method in class org.apache.reef.runtime.common.driver.DriverStartHandler
 
onNext(RemoteMessage<EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto>) - Method in class org.apache.reef.runtime.common.driver.evaluator.EvaluatorHeartbeatHandler
 
onNext(RemoteMessage<ReefServiceProtos.RuntimeErrorProto>) - Method in class org.apache.reef.runtime.common.driver.evaluator.EvaluatorResourceManagerErrorHandler
 
onNext(IdleClock) - Method in class org.apache.reef.runtime.common.driver.idle.ClockIdlenessSource
 
onNext(NodeDescriptorEvent) - Method in class org.apache.reef.runtime.common.driver.resourcemanager.NodeDescriptorHandler
 
onNext(ResourceAllocationEvent) - Method in class org.apache.reef.runtime.common.driver.resourcemanager.ResourceAllocationHandler
 
onNext(ReefServiceProtos.RuntimeErrorProto) - Method in class org.apache.reef.runtime.common.driver.resourcemanager.ResourceManagerErrorHandler
 
onNext(RuntimeStatusEvent) - Method in class org.apache.reef.runtime.common.driver.resourcemanager.ResourceManagerStatus
 
onNext(ResourceStatusEvent) - Method in class org.apache.reef.runtime.common.driver.resourcemanager.ResourceStatusHandler
This resource status message comes from the ResourceManager layer; telling me what it thinks about the state of the resource executing an Evaluator; This method simply passes the message off to the referenced EvaluatorManager
onNext(byte[]) - Method in class org.apache.reef.runtime.common.evaluator.context.defaults.DefaultContextMessageHandler
 
onNext(ContextStart) - Method in class org.apache.reef.runtime.common.evaluator.context.defaults.DefaultContextStartHandler
 
onNext(ContextStop) - Method in class org.apache.reef.runtime.common.evaluator.context.defaults.DefaultContextStopHandler
 
onNext(StartTime) - Method in class org.apache.reef.runtime.common.evaluator.PIDStoreStartHandler
 
onNext(CloseEvent) - Method in class org.apache.reef.runtime.common.evaluator.task.defaults.DefaultCloseHandler
 
onNext(DriverMessage) - Method in class org.apache.reef.runtime.common.evaluator.task.defaults.DefaultDriverMessageHandler
 
onNext(SuspendEvent) - Method in class org.apache.reef.runtime.common.evaluator.task.defaults.DefaultSuspendHandler
 
onNext(Throwable) - Method in class org.apache.reef.runtime.common.launch.REEFErrorHandler
 
onNext(E) - Method in class org.apache.reef.runtime.common.utils.BroadCastEventHandler
 
onNext(Class<T>, U) - Method in class org.apache.reef.runtime.common.utils.DispatchingEStage
Dispatch a new message by type.
onNext(T) - Method in class org.apache.reef.util.ExceptionHandlingEventHandler
 
onPotentiallyIdle(IdleMessage) - Method in class org.apache.reef.runtime.common.driver.idle.DriverIdleManager
 
onResourceLaunch(ResourceLaunchEvent) - Method in class org.apache.reef.runtime.common.driver.evaluator.EvaluatorManager
 
onResourceStatusMessage(ResourceStatusEvent) - Method in class org.apache.reef.runtime.common.driver.evaluator.EvaluatorManager
Resource status information from the (actual) resource manager.
onRunning() - Method in class org.apache.reef.runtime.common.driver.DriverStatusManager
Changes the driver status to RUNNING and sends message to the client about the transition.
onTaskCompleted(CompletedTask) - Method in class org.apache.reef.runtime.common.driver.evaluator.EvaluatorMessageDispatcher
 
onTaskFailed(FailedTask) - Method in class org.apache.reef.runtime.common.driver.evaluator.EvaluatorMessageDispatcher
 
onTaskMessage(TaskMessage) - Method in class org.apache.reef.runtime.common.driver.evaluator.EvaluatorMessageDispatcher
 
onTaskRunning(RunningTask) - Method in class org.apache.reef.runtime.common.driver.evaluator.EvaluatorMessageDispatcher
 
onTaskStatusMessage(ReefServiceProtos.TaskStatusProto) - Method in class org.apache.reef.runtime.common.driver.task.TaskRepresenter
 
onTaskSuspended(SuspendedTask) - Method in class org.apache.reef.runtime.common.driver.evaluator.EvaluatorMessageDispatcher
 
org.apache.reef.client - package org.apache.reef.client
Client APIs for REEF.
org.apache.reef.client.parameters - package org.apache.reef.client.parameters
Named parameters for the REEF client API.
org.apache.reef.common - package org.apache.reef.common
 
org.apache.reef.driver - package org.apache.reef.driver
Driver APIs for REEF in terms of Rx.
org.apache.reef.driver.catalog - package org.apache.reef.driver.catalog
 
org.apache.reef.driver.client - package org.apache.reef.driver.client
Representations of the Client (i.e.
org.apache.reef.driver.context - package org.apache.reef.driver.context
 
org.apache.reef.driver.evaluator - package org.apache.reef.driver.evaluator
 
org.apache.reef.driver.parameters - package org.apache.reef.driver.parameters
Named parameters used by the Driver
org.apache.reef.driver.task - package org.apache.reef.driver.task
 
org.apache.reef.evaluator.context - package org.apache.reef.evaluator.context
 
org.apache.reef.evaluator.context.events - package org.apache.reef.evaluator.context.events
 
org.apache.reef.evaluator.context.parameters - package org.apache.reef.evaluator.context.parameters
 
org.apache.reef.exception - package org.apache.reef.exception
Exceptions thrown to Job Drivers.
org.apache.reef.exception.evaluator - package org.apache.reef.exception.evaluator
Exceptions thrown in the Evaluators.
org.apache.reef.io - package org.apache.reef.io
APIs for I/O in REEF: org.apache.reef.io.Codecs and org.apache.reef.io.Serializers
org.apache.reef.io.naming - package org.apache.reef.io.naming
 
org.apache.reef.io.serialization - package org.apache.reef.io.serialization
 
org.apache.reef.proto - package org.apache.reef.proto
 
org.apache.reef.runtime.common - package org.apache.reef.runtime.common
REEF implementation.
org.apache.reef.runtime.common.client - package org.apache.reef.runtime.common.client
Implementation of the client-side REEF API.
org.apache.reef.runtime.common.client.api - package org.apache.reef.runtime.common.client.api
Client-Side Event Handlers to be implemented by a specific resourcemanager
org.apache.reef.runtime.common.client.defaults - package org.apache.reef.runtime.common.client.defaults
Default implementations for the optional client-side event handlers.
org.apache.reef.runtime.common.client.parameters - package org.apache.reef.runtime.common.client.parameters
 
org.apache.reef.runtime.common.driver - package org.apache.reef.runtime.common.driver
Implementation of the Driver-side REEF APIs.
org.apache.reef.runtime.common.driver.api - package org.apache.reef.runtime.common.driver.api
Driver-Side Event Handlers to be implemented by a specific resource manager.
org.apache.reef.runtime.common.driver.catalog - package org.apache.reef.runtime.common.driver.catalog
 
org.apache.reef.runtime.common.driver.client - package org.apache.reef.runtime.common.driver.client
Objects representing the Client on the Driver.
org.apache.reef.runtime.common.driver.context - package org.apache.reef.runtime.common.driver.context
Implementations of Driver-Side representations of Contexts running on an Evaluator
org.apache.reef.runtime.common.driver.defaults - package org.apache.reef.runtime.common.driver.defaults
Default implementations for the optional driver-side event handlers.
org.apache.reef.runtime.common.driver.evaluator - package org.apache.reef.runtime.common.driver.evaluator
Driver-Side representations of Evaluators.
org.apache.reef.runtime.common.driver.idle - package org.apache.reef.runtime.common.driver.idle
Contains the Driver idle handling and extension APIs
org.apache.reef.runtime.common.driver.resourcemanager - package org.apache.reef.runtime.common.driver.resourcemanager
Classes that interface with the resourcemanager (Local, YARN, ...) in the Driver.
org.apache.reef.runtime.common.driver.task - package org.apache.reef.runtime.common.driver.task
Driver-Side representations of tasks.
org.apache.reef.runtime.common.evaluator - package org.apache.reef.runtime.common.evaluator
Evaluator-side implementation of the REEF API.
org.apache.reef.runtime.common.evaluator.context - package org.apache.reef.runtime.common.evaluator.context
Context implementation of the Evaluator resourcemanager.
org.apache.reef.runtime.common.evaluator.context.defaults - package org.apache.reef.runtime.common.evaluator.context.defaults
Default implementations for the optional context interfaces.
org.apache.reef.runtime.common.evaluator.parameters - package org.apache.reef.runtime.common.evaluator.parameters
 
org.apache.reef.runtime.common.evaluator.task - package org.apache.reef.runtime.common.evaluator.task
Task-related implementation of the Evaluator resourcemanager.
org.apache.reef.runtime.common.evaluator.task.defaults - package org.apache.reef.runtime.common.evaluator.task.defaults
Default implementations for the optional task interfaces.
org.apache.reef.runtime.common.evaluator.task.exceptions - package org.apache.reef.runtime.common.evaluator.task.exceptions
 
org.apache.reef.runtime.common.files - package org.apache.reef.runtime.common.files
This package will contain the implementation of the REEF file system standard.
org.apache.reef.runtime.common.launch - package org.apache.reef.runtime.common.launch
Common launch code between Driver and Evaluator.
org.apache.reef.runtime.common.launch.parameters - package org.apache.reef.runtime.common.launch.parameters
Parameters of the Launcher.
org.apache.reef.runtime.common.parameters - package org.apache.reef.runtime.common.parameters
 
org.apache.reef.runtime.common.utils - package org.apache.reef.runtime.common.utils
 
org.apache.reef.task - package org.apache.reef.task
 
org.apache.reef.task.events - package org.apache.reef.task.events
 
org.apache.reef.util - package org.apache.reef.util
Various utility classes.
org.apache.reef.util.logging - package org.apache.reef.util.logging
 
OSUtils - Class in org.apache.reef.util
 

P

PARENT_CONTEXT_ID_FIELD_NUMBER - Static variable in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto
 
PARENT_ID_FIELD_NUMBER - Static variable in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.KillEvaluatorProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.KillEvaluatorProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopEvaluatorProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopEvaluatorProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopTaskProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopTaskProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.SuspendTaskProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.SuspendTaskProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.reef.proto.REEFProtocol.REEFMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.REEFProtocol.REEFMessage
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto
 
parseFrom(ByteString) - Static method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto
 
parseFrom(byte[]) - Static method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto
 
parseFrom(InputStream) - Static method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto
 
parseFrom(ByteString) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto
 
parseFrom(byte[]) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto
 
parseFrom(InputStream) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto
 
parseFrom(ByteString) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
 
parseFrom(byte[]) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
 
parseFrom(InputStream) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
 
parseFrom(ByteString) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto
 
parseFrom(byte[]) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto
 
parseFrom(InputStream) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto
 
parseFrom(ByteString) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto
 
parseFrom(byte[]) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto
 
parseFrom(InputStream) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto
 
parseFrom(ByteString) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
 
parseFrom(byte[]) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
 
parseFrom(InputStream) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
 
parseFrom(ByteString) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.KillEvaluatorProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.KillEvaluatorProto
 
parseFrom(byte[]) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.KillEvaluatorProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.KillEvaluatorProto
 
parseFrom(InputStream) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.KillEvaluatorProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.KillEvaluatorProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.KillEvaluatorProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.KillEvaluatorProto
 
parseFrom(ByteString) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto
 
parseFrom(byte[]) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto
 
parseFrom(InputStream) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto
 
parseFrom(ByteString) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto
 
parseFrom(byte[]) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto
 
parseFrom(InputStream) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto
 
parseFrom(ByteString) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopEvaluatorProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopEvaluatorProto
 
parseFrom(byte[]) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopEvaluatorProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopEvaluatorProto
 
parseFrom(InputStream) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopEvaluatorProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopEvaluatorProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopEvaluatorProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopEvaluatorProto
 
parseFrom(ByteString) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopTaskProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopTaskProto
 
parseFrom(byte[]) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopTaskProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopTaskProto
 
parseFrom(InputStream) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopTaskProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopTaskProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopTaskProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopTaskProto
 
parseFrom(ByteString) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.SuspendTaskProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.SuspendTaskProto
 
parseFrom(byte[]) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.SuspendTaskProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.SuspendTaskProto
 
parseFrom(InputStream) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.SuspendTaskProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.SuspendTaskProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.SuspendTaskProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.SuspendTaskProto
 
parseFrom(ByteString) - Static method in class org.apache.reef.proto.REEFProtocol.REEFMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.REEFProtocol.REEFMessage
 
parseFrom(byte[]) - Static method in class org.apache.reef.proto.REEFProtocol.REEFMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.reef.proto.REEFProtocol.REEFMessage
 
parseFrom(InputStream) - Static method in class org.apache.reef.proto.REEFProtocol.REEFMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.REEFProtocol.REEFMessage
 
parseFrom(CodedInputStream) - Static method in class org.apache.reef.proto.REEFProtocol.REEFMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.REEFProtocol.REEFMessage
 
parseFrom(ByteString) - Static method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto
 
parseFrom(byte[]) - Static method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto
 
parseFrom(InputStream) - Static method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto
 
parseFrom(ByteString) - Static method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
 
parseFrom(byte[]) - Static method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
 
parseFrom(InputStream) - Static method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
 
parseFrom(ByteString) - Static method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto
 
parseFrom(byte[]) - Static method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto
 
parseFrom(InputStream) - Static method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto
 
parseFrom(ByteString) - Static method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto
 
parseFrom(byte[]) - Static method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto
 
parseFrom(InputStream) - Static method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto
 
parseFrom(ByteString) - Static method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto
 
parseFrom(byte[]) - Static method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto
 
parseFrom(InputStream) - Static method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto
 
parseFrom(ByteString) - Static method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
 
parseFrom(byte[]) - Static method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
 
parseFrom(InputStream) - Static method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
 
parseFrom(ByteString) - Static method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto
 
parseFrom(byte[]) - Static method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto
 
parseFrom(InputStream) - Static method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto
 
PARSER - Static variable in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto
 
PARSER - Static variable in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto
 
PARSER - Static variable in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
 
PARSER - Static variable in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto
 
PARSER - Static variable in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto
 
PARSER - Static variable in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
 
PARSER - Static variable in class org.apache.reef.proto.EvaluatorRuntimeProtocol.KillEvaluatorProto
 
PARSER - Static variable in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto
 
PARSER - Static variable in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto
 
PARSER - Static variable in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopEvaluatorProto
 
PARSER - Static variable in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopTaskProto
 
PARSER - Static variable in class org.apache.reef.proto.EvaluatorRuntimeProtocol.SuspendTaskProto
 
PARSER - Static variable in class org.apache.reef.proto.REEFProtocol.REEFMessage
 
PARSER - Static variable in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto
 
PARSER - Static variable in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
 
PARSER - Static variable in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto
 
PARSER - Static variable in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto
 
PARSER - Static variable in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto
 
PARSER - Static variable in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
 
PARSER - Static variable in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto
 
PartitionSpec - Class in org.apache.reef.io
 
PartitionSpec(PartitionSpec.Type, int) - Constructor for class org.apache.reef.io.PartitionSpec
 
PartitionSpec.Type - Enum in org.apache.reef.io
 
peakEdenMemoryUsageMB() - Static method in class org.apache.reef.util.MemoryUtils
 
peakOldMemoryUsageMB() - Static method in class org.apache.reef.util.MemoryUtils
 
peakPermMemoryUsageMB() - Static method in class org.apache.reef.util.MemoryUtils
 
PID_FILE_NAME - Static variable in class org.apache.reef.runtime.common.evaluator.PIDStoreStartHandler
 
PIDStoreStartHandler - Class in org.apache.reef.runtime.common.evaluator
This Handler writes the Process ID (PID) to a file with a name given in PID_FILE_NAME to the local working directory.
PIDStoreStartHandler() - Constructor for class org.apache.reef.runtime.common.evaluator.PIDStoreStartHandler
 
PreemptionEvent - Interface in org.apache.reef.driver
Represents Preemption requests issued by the underlying resource manager.
PreemptionHandler - Interface in org.apache.reef.driver
This EventHandler will receive preemption events from the underlying resourcemanager.
ProcessType - Enum in org.apache.reef.runtime.common.launch
The type of a process to be launched by the Runtime
propagateProperties(Collection<String>, boolean, String...) - Static method in class org.apache.reef.runtime.common.Launcher
Pass values of the properties specified in the propNames array as -D... command line parameters.
propagateProperties(Collection<String>, String...) - Static method in class org.apache.reef.runtime.common.Launcher
Same as above, but with copyNull == false by default.
put(CharSequence, T) - Method in interface org.apache.reef.io.ExternalMap
Put a record into the map
put(EvaluatorManagerFactory, ResourceAllocationEvent) - Method in class org.apache.reef.runtime.common.driver.evaluator.Evaluators
Create new EvaluatorManager and add it to the collection.
put(EvaluatorManager) - Method in class org.apache.reef.runtime.common.driver.evaluator.Evaluators
Adds an EvaluatorManager.
putAll(Map<? extends CharSequence, ? extends T>) - Method in interface org.apache.reef.io.ExternalMap
Copies all of the mappings from the specified map to this map (optional operation).

R

RackDescriptor - Interface in org.apache.reef.driver.catalog
A rack in the cluster.
RackDescriptorImpl - Class in org.apache.reef.runtime.common.driver.catalog
 
raw() - Method in class org.apache.reef.runtime.common.utils.RemoteManager
 
READY_VALUE - Static variable in enum org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.State
READY = 0;
RECOVERY_FIELD_NUMBER - Static variable in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
 
RECOVERY_FIELD_NUMBER - Static variable in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
 
RECOVERY_FIELD_NUMBER - Static variable in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
 
REEF - Interface in org.apache.reef.client
The main entry point into the REEF resourcemanager.
REEF_SUBMIT - Static variable in class org.apache.reef.util.logging.LoggingScopeFactory
 
REEFErrorHandler - Class in org.apache.reef.runtime.common.launch
The error handler REEF registers with Wake.
REEFFileNames - Class in org.apache.reef.runtime.common.files
Access to the various places things go according to the REEF file system standard.
REEFFileNames() - Constructor for class org.apache.reef.runtime.common.files.REEFFileNames
 
REEFImplementation - Class in org.apache.reef.runtime.common.client
 
REEFImplementation.DriverRemoteIdentifier - Class in org.apache.reef.runtime.common.client
 
REEFImplementation.DriverRemoteIdentifier() - Constructor for class org.apache.reef.runtime.common.client.REEFImplementation.DriverRemoteIdentifier
 
REEFMessageCodec - Class in org.apache.reef.runtime.common.launch
Codec for REEF's control flow messages.
REEFProtocol - Class in org.apache.reef.proto
 
REEFProtocol.REEFMessage - Class in org.apache.reef.proto
Protobuf type REEFMessage
REEFProtocol.REEFMessage.Builder - Class in org.apache.reef.proto
Protobuf type REEFMessage
REEFProtocol.REEFMessageOrBuilder - Interface in org.apache.reef.proto
 
ReefServiceProtos - Class in org.apache.reef.proto
 
ReefServiceProtos.ContextStatusProto - Class in org.apache.reef.proto
Protobuf type ContextStatusProto
ReefServiceProtos.ContextStatusProto.Builder - Class in org.apache.reef.proto
Protobuf type ContextStatusProto
ReefServiceProtos.ContextStatusProto.ContextMessageProto - Class in org.apache.reef.proto
Protobuf type ContextStatusProto.ContextMessageProto
ReefServiceProtos.ContextStatusProto.ContextMessageProto.Builder - Class in org.apache.reef.proto
Protobuf type ContextStatusProto.ContextMessageProto
ReefServiceProtos.ContextStatusProto.ContextMessageProtoOrBuilder - Interface in org.apache.reef.proto
 
ReefServiceProtos.ContextStatusProto.State - Enum in org.apache.reef.proto
Protobuf enum ContextStatusProto.State
ReefServiceProtos.ContextStatusProtoOrBuilder - Interface in org.apache.reef.proto
 
ReefServiceProtos.EvaluatorStatusProto - Class in org.apache.reef.proto
Protobuf type EvaluatorStatusProto
ReefServiceProtos.EvaluatorStatusProto.Builder - Class in org.apache.reef.proto
Protobuf type EvaluatorStatusProto
ReefServiceProtos.EvaluatorStatusProtoOrBuilder - Interface in org.apache.reef.proto
 
ReefServiceProtos.JobStatusProto - Class in org.apache.reef.proto
Protobuf type JobStatusProto
ReefServiceProtos.JobStatusProto.Builder - Class in org.apache.reef.proto
Protobuf type JobStatusProto
ReefServiceProtos.JobStatusProtoOrBuilder - Interface in org.apache.reef.proto
 
ReefServiceProtos.RuntimeErrorProto - Class in org.apache.reef.proto
Protobuf type RuntimeErrorProto
ReefServiceProtos.RuntimeErrorProto.Builder - Class in org.apache.reef.proto
Protobuf type RuntimeErrorProto
ReefServiceProtos.RuntimeErrorProtoOrBuilder - Interface in org.apache.reef.proto
 
ReefServiceProtos.State - Enum in org.apache.reef.proto
Protobuf enum State
ReefServiceProtos.TaskStatusProto - Class in org.apache.reef.proto
Protobuf type TaskStatusProto
ReefServiceProtos.TaskStatusProto.Builder - Class in org.apache.reef.proto
Protobuf type TaskStatusProto
ReefServiceProtos.TaskStatusProto.TaskMessageProto - Class in org.apache.reef.proto
Protobuf type TaskStatusProto.TaskMessageProto
ReefServiceProtos.TaskStatusProto.TaskMessageProto.Builder - Class in org.apache.reef.proto
Protobuf type TaskStatusProto.TaskMessageProto
ReefServiceProtos.TaskStatusProto.TaskMessageProtoOrBuilder - Interface in org.apache.reef.proto
 
ReefServiceProtos.TaskStatusProtoOrBuilder - Interface in org.apache.reef.proto
 
reefSubmit() - Method in class org.apache.reef.util.logging.LoggingScopeFactory
This is to measure the time to call Reef.Submit
REEFVersion - Class in org.apache.reef.util
Version information, retrieved from the pom (via a properties file reference)
REEFVersion() - Constructor for class org.apache.reef.util.REEFVersion
 
register(Identifier, InetSocketAddress) - Method in interface org.apache.reef.io.naming.NamingRegistry
Register the given Address for the given Identifier
register(Class<T>, Set<EventHandler<U>>) - Method in class org.apache.reef.runtime.common.utils.DispatchingEStage
Register a new event handler.
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.reef.proto.ClientRuntimeProtocol
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.reef.proto.EvaluatorRuntimeProtocol
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.reef.proto.REEFProtocol
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.reef.proto.ReefServiceProtos
 
registerErrorHandler(EventHandler<Exception>) - Method in class org.apache.reef.runtime.common.utils.RemoteManager
 
registerHandler(String, Class<U>, EventHandler<T>) - Method in class org.apache.reef.runtime.common.utils.RemoteManager
 
registerHandler(Class<U>, EventHandler<RemoteMessage<T>>) - Method in class org.apache.reef.runtime.common.utils.RemoteManager
 
RemoteManager - Class in org.apache.reef.runtime.common.utils
 
RemoteManager(RemoteManager, RemoteIdentifierFactory) - Constructor for class org.apache.reef.runtime.common.utils.RemoteManager
 
remove(CharSequence) - Method in interface org.apache.reef.io.ExternalMap
Removes the mapping for a key from this map if it is present (optional operation).
REMOVE_CONTEXT_FIELD_NUMBER - Static variable in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
 
removeContextMessage(int) - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
repeated .ContextStatusProto.ContextMessageProto context_message = 7;
removeContextStatus(int) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
repeated .ContextStatusProto context_status = 3;
removeTaskMessage(int) - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
repeated .TaskStatusProto.TaskMessageProto task_message = 6;
resetPeakUsage() - Static method in class org.apache.reef.util.MemoryUtils
 
ResourceAllocationEvent - Interface in org.apache.reef.runtime.common.driver.resourcemanager
Event from Driver Runtime -> Driver Process A Resource allocated by the Driver Runtime.
ResourceAllocationEventImpl - Class in org.apache.reef.runtime.common.driver.resourcemanager
Default POJO implementation of ResourceAllocationEvent.
ResourceAllocationEventImpl.Builder - Class in org.apache.reef.runtime.common.driver.resourcemanager
Builder used to create ResourceAllocationEvent instances.
ResourceAllocationEventImpl.Builder() - Constructor for class org.apache.reef.runtime.common.driver.resourcemanager.ResourceAllocationEventImpl.Builder
 
ResourceAllocationHandler - Class in org.apache.reef.runtime.common.driver.resourcemanager
Handles new resource allocations by adding a new EvaluatorManager.
ResourceCatalog - Interface in org.apache.reef.driver.catalog
A catalog of the resources available to a REEF instance.
ResourceCatalog.Descriptor - Interface in org.apache.reef.driver.catalog
 
ResourceCatalogImpl - Class in org.apache.reef.runtime.common.driver.catalog
 
ResourceLaunchEvent - Interface in org.apache.reef.runtime.common.driver.api
Event from Driver Process -> Driver Runtime A request to the Driver Runtime to launch an Evaluator on the allocated Resource
ResourceLaunchEventImpl - Class in org.apache.reef.runtime.common.driver.api
Default POJO implementation of ResourceLaunchEvent.
ResourceLaunchEventImpl.Builder - Class in org.apache.reef.runtime.common.driver.api
Builder used to create ResourceLaunchEvent instances.
ResourceLaunchEventImpl.Builder() - Constructor for class org.apache.reef.runtime.common.driver.api.ResourceLaunchEventImpl.Builder
 
ResourceLaunchHandler - Interface in org.apache.reef.runtime.common.driver.api
 
ResourceManagerErrorHandler - Class in org.apache.reef.client.parameters
Client EventHandler triggered on resource manager error.
ResourceManagerErrorHandler - Class in org.apache.reef.runtime.common.driver.resourcemanager
Informs the client and then shuts down the driver forcefully in case of Resource Manager errors.
ResourceManagerStatus - Class in org.apache.reef.runtime.common.driver.resourcemanager
Manages the status of the Resource Manager.
ResourceReleaseEvent - Interface in org.apache.reef.runtime.common.driver.api
Event from Driver Process -> Driver Runtime A request to the Driver Runtime to release this resource
ResourceReleaseEventImpl - Class in org.apache.reef.runtime.common.driver.api
Default POJO implementation of ResourceReleaseEvent.
ResourceReleaseEventImpl.Builder - Class in org.apache.reef.runtime.common.driver.api
Builder used to create ResourceReleaseEvent instances.
ResourceReleaseEventImpl.Builder() - Constructor for class org.apache.reef.runtime.common.driver.api.ResourceReleaseEventImpl.Builder
 
ResourceReleaseHandler - Interface in org.apache.reef.runtime.common.driver.api
 
ResourceRequestEvent - Interface in org.apache.reef.runtime.common.driver.api
Event from Driver Process -> Driver Runtime A request to the Driver Runtime to allocate resources with the given specification
ResourceRequestEventImpl - Class in org.apache.reef.runtime.common.driver.api
Default POJO implementation of ResourceRequestEvent.
ResourceRequestEventImpl.Builder - Class in org.apache.reef.runtime.common.driver.api
Builder used to create ResourceRequestEvent instances.
ResourceRequestEventImpl.Builder() - Constructor for class org.apache.reef.runtime.common.driver.api.ResourceRequestEventImpl.Builder
 
ResourceRequestHandler - Interface in org.apache.reef.runtime.common.driver.api
The evaluator request handler.
ResourceStatusEvent - Interface in org.apache.reef.runtime.common.driver.resourcemanager
Event from Driver Runtime -> Driver Process Status of a resource in the cluster
ResourceStatusEventImpl - Class in org.apache.reef.runtime.common.driver.resourcemanager
Default POJO implementation of ResourceStatusEvent.
ResourceStatusEventImpl.Builder - Class in org.apache.reef.runtime.common.driver.resourcemanager
Builder used to create ResourceStatusEvent instances.
ResourceStatusEventImpl.Builder() - Constructor for class org.apache.reef.runtime.common.driver.resourcemanager.ResourceStatusEventImpl.Builder
 
ResourceStatusHandler - Class in org.apache.reef.runtime.common.driver.resourcemanager
A ResourceStatusProto message comes from the ResourceManager layer to indicate what it thinks about the current state of a given resource.
RESULT_FIELD_NUMBER - Static variable in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
 
ROOT_CONTEXT_CONFIGURATION - Static variable in class org.apache.reef.runtime.common.evaluator.EvaluatorConfiguration
 
ROOT_SERVICE_CONFIGURATION - Static variable in class org.apache.reef.runtime.common.evaluator.EvaluatorConfiguration
 
RootContextConfiguration - Class in org.apache.reef.runtime.common.evaluator.parameters
The evaluator root context configuration.
RootServiceConfiguration - Class in org.apache.reef.runtime.common.evaluator.parameters
The service configuration for the root context
run(Configuration) - Method in class org.apache.reef.client.DriverLauncher
Run a job.
run(Configuration, long) - Method in class org.apache.reef.client.DriverLauncher
Run a job with a waiting timeout after which it will be killed, if it did not complete yet.
run() - Method in class org.apache.reef.runtime.common.evaluator.task.TaskRuntime
Run the task: Fire TaskStart, call Task.call(), fire TaskStop.
run() - Method in class org.apache.reef.runtime.common.launch.LaunchClass
Starts the Clock.
runCommand(String) - Static method in class org.apache.reef.util.CommandUtils
 
RUNNING - Static variable in class org.apache.reef.client.LauncherStatus
 
RUNNING_VALUE - Static variable in enum org.apache.reef.proto.ReefServiceProtos.State
RUNNING = 1;
RunningJob - Interface in org.apache.reef.client
Represents a running REEF job.
RunningJobImpl - Class in org.apache.reef.runtime.common.client
Implementation of RunningJob.
RunningTask - Interface in org.apache.reef.driver.task
Represents a running Task
RunningTaskImpl - Class in org.apache.reef.runtime.common.driver.task
Implements the RunningTask client interface.
RunningTaskImpl(EvaluatorManager, String, EvaluatorContext, TaskRepresenter) - Constructor for class org.apache.reef.runtime.common.driver.task.RunningTaskImpl
 
RuntimeClasspathProvider - Interface in org.apache.reef.runtime.common.files
Interface to be implemented by each REEF runtime (YARN, Mesos, Local) to provide additional classpath elements to be pre- and postfixed to the user classpath.
RUNTIMEERROR_FIELD_NUMBER - Static variable in class org.apache.reef.proto.REEFProtocol.REEFMessage
 
RuntimeParameters - Class in org.apache.reef.runtime.common.driver.api
Driver resourcemanager parameters that resourcemanager implementations use to communicate with the Driver.
RuntimeParameters() - Constructor for class org.apache.reef.runtime.common.driver.api.RuntimeParameters
 
RuntimeParameters.NodeDescriptorHandler - Class in org.apache.reef.runtime.common.driver.api
 
RuntimeParameters.NodeDescriptorHandler() - Constructor for class org.apache.reef.runtime.common.driver.api.RuntimeParameters.NodeDescriptorHandler
 
RuntimeParameters.ResourceAllocationHandler - Class in org.apache.reef.runtime.common.driver.api
 
RuntimeParameters.ResourceAllocationHandler() - Constructor for class org.apache.reef.runtime.common.driver.api.RuntimeParameters.ResourceAllocationHandler
 
RuntimeParameters.ResourceStatusHandler - Class in org.apache.reef.runtime.common.driver.api
 
RuntimeParameters.ResourceStatusHandler() - Constructor for class org.apache.reef.runtime.common.driver.api.RuntimeParameters.ResourceStatusHandler
 
RuntimeParameters.RuntimeStatusHandler - Class in org.apache.reef.runtime.common.driver.api
 
RuntimeParameters.RuntimeStatusHandler() - Constructor for class org.apache.reef.runtime.common.driver.api.RuntimeParameters.RuntimeStatusHandler
 
RuntimeStatusEvent - Interface in org.apache.reef.runtime.common.driver.resourcemanager
Event from Driver Runtime -> Driver Process A status update from the Driver Runtime to the Driver Process
RuntimeStatusEventImpl - Class in org.apache.reef.runtime.common.driver.resourcemanager
Default POJO implementation of RuntimeStatusEvent.
RuntimeStatusEventImpl.Builder - Class in org.apache.reef.runtime.common.driver.resourcemanager
Builder used to create RuntimeStatusEvent instances.
RuntimeStatusEventImpl.Builder() - Constructor for class org.apache.reef.runtime.common.driver.resourcemanager.RuntimeStatusEventImpl.Builder
 

S

send(byte[]) - Method in interface org.apache.reef.client.RunningJob
Send a message to the Driver.
send(byte[]) - Method in interface org.apache.reef.driver.task.RunningTask
Sends the message to the running task.
send(byte[]) - Method in class org.apache.reef.runtime.common.client.RunningJobImpl
 
send(ReefServiceProtos.JobStatusProto) - Method in class org.apache.reef.runtime.common.driver.client.ClientConnection
Send the given JobStatus to the client.
send(EvaluatorRuntimeProtocol.ContextControlProto) - Method in class org.apache.reef.runtime.common.driver.context.ContextControlHandler
 
send(EvaluatorRuntimeProtocol.EvaluatorControlProto) - Method in class org.apache.reef.runtime.common.driver.evaluator.EvaluatorControlHandler
Send the evaluatorControlProto to the Evaluator.
send(byte[]) - Method in class org.apache.reef.runtime.common.driver.task.RunningTaskImpl
 
sendContextControlMessage(EvaluatorRuntimeProtocol.ContextControlProto) - Method in class org.apache.reef.runtime.common.driver.evaluator.EvaluatorManager
Packages the ContextControlProto in an EvaluatorControlProto and forward it to the EvaluatorRuntime
sendContextStatus(ReefServiceProtos.ContextStatusProto) - Method in class org.apache.reef.runtime.common.evaluator.HeartBeatManager
Called with a specific TaskStatus that must be delivered to the driver.
sendEvaluatorStatus(ReefServiceProtos.EvaluatorStatusProto) - Method in class org.apache.reef.runtime.common.evaluator.HeartBeatManager
Called with a specific EvaluatorStatus that must be delivered to the driver.
sendHeartbeat() - Method in class org.apache.reef.runtime.common.evaluator.HeartBeatManager
Assemble a complete new heartbeat and send it out.
sendJobEndingMessageToClient(Optional<Throwable>) - Method in class org.apache.reef.runtime.common.driver.DriverStatusManager
Sends the final message to the Driver.
sendMessage(byte[]) - Method in interface org.apache.reef.driver.context.ActiveContext
Send the active context the message, which will be delivered to all registered ContextMessageHandler, for this context.
sendMessage(byte[]) - Method in class org.apache.reef.runtime.common.driver.client.ClientConnection
Send the given byte[] as a message to the client.
sendMessage(byte[]) - Method in class org.apache.reef.runtime.common.driver.context.EvaluatorContext
 
sendMessageToClient(byte[]) - Method in interface org.apache.reef.driver.client.JobMessageObserver
Send a message to the client.
sendMessageToClient(byte[]) - Method in class org.apache.reef.runtime.common.driver.client.JobMessageObserverImpl
 
sendTaskStatus(ReefServiceProtos.TaskStatusProto) - Method in class org.apache.reef.runtime.common.evaluator.HeartBeatManager
Called with a specific TaskStatus that must be delivered to the driver.
SerializableCodec<T extends Serializable> - Class in org.apache.reef.io.serialization
A Codec for Serializable objects.
SerializableCodec() - Constructor for class org.apache.reef.io.serialization.SerializableCodec
Default constructor for TANG use.
Serializer<ObjectType,OutType> - Interface in org.apache.reef.io.serialization
Stream-based multi-object serialization interface.
SERVICE_CONFIGURATION_FIELD_NUMBER - Static variable in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto
 
ServiceConfiguration - Class in org.apache.reef.driver.context
Configuration module for services.
ServiceConfiguration() - Constructor for class org.apache.reef.driver.context.ServiceConfiguration
 
ServiceContextActiveHandlers - Class in org.apache.reef.driver.parameters
Handler for ActiveContext
ServiceContextClosedHandlers - Class in org.apache.reef.driver.parameters
Handler for ClosedContext.
ServiceContextFailedHandlers - Class in org.apache.reef.driver.parameters
Handler for FailedContext
ServiceContextMessageHandlers - Class in org.apache.reef.driver.parameters
Context message handler.
ServiceDriverRestartCompletedHandlers - Class in org.apache.reef.driver.parameters
Service handler for driver restart completed event
ServiceDriverRestartContextActiveHandlers - Class in org.apache.reef.driver.parameters
Handler for ActiveContext received during driver restart
ServiceDriverRestartTaskRunningHandlers - Class in org.apache.reef.driver.parameters
Running task handler during driver restart.
ServiceEvaluatorAllocatedHandlers - Class in org.apache.reef.driver.parameters
Called when an allocated evaluator is given to the client.
ServiceEvaluatorCompletedHandlers - Class in org.apache.reef.driver.parameters
Called when an exception occurs on a running evaluator.
ServiceEvaluatorFailedHandlers - Class in org.apache.reef.driver.parameters
Called when an exception occurs on a running evaluator.
ServiceException - Exception in org.apache.reef.exception.evaluator
The base class for exceptions thrown by REEF libraries and services.
ServiceException(String, Throwable) - Constructor for exception org.apache.reef.exception.evaluator.ServiceException
 
ServiceException(String) - Constructor for exception org.apache.reef.exception.evaluator.ServiceException
 
ServiceException(Throwable) - Constructor for exception org.apache.reef.exception.evaluator.ServiceException
 
ServiceRuntimeException - Exception in org.apache.reef.exception.evaluator
The base class for resourcemanager exceptions thrown by REEF services, such as storage and networking routines.
ServiceRuntimeException() - Constructor for exception org.apache.reef.exception.evaluator.ServiceRuntimeException
 
ServiceRuntimeException(ServiceException) - Constructor for exception org.apache.reef.exception.evaluator.ServiceRuntimeException
It often is the case that analogous ServiceException and ServiceRuntimeExceptions are needed so that exception types can be uniformly thrown from Reef APIs that declare throws clauses, and legacy interfaces that do not.
ServiceRuntimeException(String, Throwable) - Constructor for exception org.apache.reef.exception.evaluator.ServiceRuntimeException
 
ServiceRuntimeException(String) - Constructor for exception org.apache.reef.exception.evaluator.ServiceRuntimeException
 
ServiceRuntimeException(Throwable) - Constructor for exception org.apache.reef.exception.evaluator.ServiceRuntimeException
 
SERVICES - Static variable in class org.apache.reef.driver.context.ServiceConfiguration
A set of services to instantiate.
Services - Class in org.apache.reef.evaluator.context.parameters
A set of classes to be instantiated and shared as singletons within this context and all child context
Services() - Constructor for class org.apache.reef.evaluator.context.parameters.Services
 
ServiceTaskCompletedHandlers - Class in org.apache.reef.driver.parameters
Completed task handler.
ServiceTaskFailedHandlers - Class in org.apache.reef.driver.parameters
Task failure handler.
ServiceTaskMessageHandlers - Class in org.apache.reef.driver.parameters
Task message handler.
ServiceTaskRunningHandlers - Class in org.apache.reef.driver.parameters
Running task handler.
ServiceTaskSuspendedHandlers - Class in org.apache.reef.driver.parameters
Suspended task handler.
set(T) - Method in class org.apache.reef.util.SetOnce
 
setAddContext(EvaluatorRuntimeProtocol.AddContextProto) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .AddContextProto add_context = 5;
setAddContext(EvaluatorRuntimeProtocol.AddContextProto.Builder) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .AddContextProto add_context = 5;
setClassPath(String) - Method in class org.apache.reef.runtime.common.launch.JavaLaunchCommandBuilder
 
setClassPath(Collection<String>) - Method in class org.apache.reef.runtime.common.launch.JavaLaunchCommandBuilder
 
setClientRemoteIdentifier(String) - Method in class org.apache.reef.runtime.common.driver.api.AbstractDriverRuntimeConfiguration
Deprecated.
 
setConfiguration(String) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto.Builder
required string configuration = 2;
setConfiguration(Configuration) - Method in class org.apache.reef.runtime.common.client.api.JobSubmissionEventImpl.Builder
 
setConfigurationBytes(ByteString) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto.Builder
required string configuration = 2;
setConfigurationFileName(String) - Method in class org.apache.reef.runtime.common.launch.CLRLaunchCommandBuilder
 
setConfigurationFileName(String) - Method in class org.apache.reef.runtime.common.launch.JavaLaunchCommandBuilder
 
setConfigurationFileName(String) - Method in interface org.apache.reef.runtime.common.launch.LaunchCommandBuilder
Set the name of the configuration file for the Launcher.
setContextConfiguration(String) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto.Builder
required string context_configuration = 2;
setContextConfigurationBytes(ByteString) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto.Builder
required string context_configuration = 2;
setContextControl(EvaluatorRuntimeProtocol.ContextControlProto) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto.Builder
optional .ContextControlProto context_control = 3;
setContextControl(EvaluatorRuntimeProtocol.ContextControlProto.Builder) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto.Builder
optional .ContextControlProto context_control = 3;
setContextId(String) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto.Builder
required string context_id = 1;
setContextId(String) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto.Builder
required string context_id = 1;
setContextId(String) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto.Builder
required string context_id = 1;
setContextId(String) - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
required string context_id = 2;
setContextId(String) - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
required string context_id = 2;
setContextIdBytes(ByteString) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto.Builder
required string context_id = 1;
setContextIdBytes(ByteString) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto.Builder
required string context_id = 1;
setContextIdBytes(ByteString) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto.Builder
required string context_id = 1;
setContextIdBytes(ByteString) - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
required string context_id = 2;
setContextIdBytes(ByteString) - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
required string context_id = 2;
setContextMessage(EvaluatorRuntimeProtocol.ContextMessageProto) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .ContextMessageProto context_message = 2;
setContextMessage(EvaluatorRuntimeProtocol.ContextMessageProto.Builder) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .ContextMessageProto context_message = 2;
setContextMessage(int, ReefServiceProtos.ContextStatusProto.ContextMessageProto) - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
repeated .ContextStatusProto.ContextMessageProto context_message = 7;
setContextMessage(int, ReefServiceProtos.ContextStatusProto.ContextMessageProto.Builder) - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
repeated .ContextStatusProto.ContextMessageProto context_message = 7;
setContextState(ReefServiceProtos.ContextStatusProto.State) - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
required .ContextStatusProto.State context_state = 1;
setContextStatus(int, ReefServiceProtos.ContextStatusProto) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
repeated .ContextStatusProto context_status = 3;
setContextStatus(int, ReefServiceProtos.ContextStatusProto.Builder) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
repeated .ContextStatusProto context_status = 3;
setDiagnostics(String) - Method in class org.apache.reef.runtime.common.driver.resourcemanager.ResourceStatusEventImpl.Builder
 
setDriverMemory(Integer) - Method in class org.apache.reef.runtime.common.client.api.JobSubmissionEventImpl.Builder
 
setDriverProcessMemory(int) - Method in class org.apache.reef.runtime.common.driver.api.AbstractDriverRuntimeConfiguration
Deprecated.
 
setError(ByteString) - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
optional bytes error = 5;
setError(ByteString) - Method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto.Builder
optional bytes error = 3;
setError(ReefServiceProtos.RuntimeErrorProto) - Method in class org.apache.reef.runtime.common.driver.resourcemanager.RuntimeStatusEventImpl.Builder
 
setErrorHandlerRID(String) - Method in class org.apache.reef.runtime.common.launch.CLRLaunchCommandBuilder
 
setErrorHandlerRID(String) - Method in class org.apache.reef.runtime.common.launch.JavaLaunchCommandBuilder
 
setErrorHandlerRID(String) - Method in interface org.apache.reef.runtime.common.launch.LaunchCommandBuilder
 
setEvaluatorConf(Configuration) - Method in class org.apache.reef.runtime.common.driver.api.ResourceLaunchEventImpl.Builder
 
setEvaluatorControl(EvaluatorRuntimeProtocol.EvaluatorControlProto) - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
optional .EvaluatorControlProto evaluatorControl = 5;
setEvaluatorControl(EvaluatorRuntimeProtocol.EvaluatorControlProto.Builder) - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
optional .EvaluatorControlProto evaluatorControl = 5;
setEvaluatorHeartBeat(EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto) - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
optional .EvaluatorHeartbeatProto evaluatorHeartBeat = 6;
setEvaluatorHeartBeat(EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder) - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
optional .EvaluatorHeartbeatProto evaluatorHeartBeat = 6;
setEvaluatorId(String) - Method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto.Builder
required string evaluator_id = 1;
setEvaluatorIdBytes(ByteString) - Method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto.Builder
required string evaluator_id = 1;
setEvaluatorStatus(ReefServiceProtos.EvaluatorStatusProto) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
required .EvaluatorStatusProto evaluator_status = 2;
setEvaluatorStatus(ReefServiceProtos.EvaluatorStatusProto.Builder) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
required .EvaluatorStatusProto evaluator_status = 2;
setEvaluatorTimeout(long) - Method in class org.apache.reef.runtime.common.driver.api.AbstractDriverRuntimeConfiguration
Deprecated.
 
setException(ByteString) - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto.Builder
optional bytes exception = 4;
setException(ByteString) - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto.Builder
optional bytes exception = 3;
setExitCode(int) - Method in class org.apache.reef.runtime.common.driver.resourcemanager.ResourceStatusEventImpl.Builder
 
setHostName(String) - Method in class org.apache.reef.runtime.common.driver.resourcemanager.NodeDescriptorEventImpl.Builder
 
setIdentifier(String) - Method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto.Builder
required string identifier = 1;
setIdentifier(String) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto.Builder
required string identifier = 2;
setIdentifier(String) - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto.Builder
required string identifier = 1;
setIdentifier(String) - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto.Builder
optional string identifier = 5;
setIdentifier(String) - Method in class org.apache.reef.runtime.common.client.api.JobSubmissionEventImpl.Builder
 
setIdentifier(String) - Method in class org.apache.reef.runtime.common.driver.api.ResourceLaunchEventImpl.Builder
 
setIdentifier(String) - Method in class org.apache.reef.runtime.common.driver.api.ResourceReleaseEventImpl.Builder
 
setIdentifier(String) - Method in class org.apache.reef.runtime.common.driver.resourcemanager.NodeDescriptorEventImpl.Builder
 
setIdentifier(String) - Method in class org.apache.reef.runtime.common.driver.resourcemanager.ResourceAllocationEventImpl.Builder
 
setIdentifier(String) - Method in class org.apache.reef.runtime.common.driver.resourcemanager.ResourceStatusEventImpl.Builder
 
setIdentifierBytes(ByteString) - Method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto.Builder
required string identifier = 1;
setIdentifierBytes(ByteString) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto.Builder
required string identifier = 2;
setIdentifierBytes(ByteString) - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto.Builder
required string identifier = 1;
setIdentifierBytes(ByteString) - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto.Builder
optional string identifier = 5;
setIsFromPreviousDriver(boolean) - Method in class org.apache.reef.runtime.common.driver.resourcemanager.ResourceStatusEventImpl.Builder
 
setJavaPath(String) - Method in class org.apache.reef.runtime.common.launch.JavaLaunchCommandBuilder
Set the path to the java executable.
setJobControl(ClientRuntimeProtocol.JobControlProto) - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
optional .JobControlProto jobControl = 2;
setJobControl(ClientRuntimeProtocol.JobControlProto.Builder) - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
optional .JobControlProto jobControl = 2;
setJobIdentifier(String) - Method in class org.apache.reef.runtime.common.driver.api.AbstractDriverRuntimeConfiguration
Deprecated.
 
setJobStatus(ReefServiceProtos.JobStatusProto) - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
optional .JobStatusProto jobStatus = 4;
setJobStatus(ReefServiceProtos.JobStatusProto.Builder) - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
optional .JobStatusProto jobStatus = 4;
setKillEvaluator(EvaluatorRuntimeProtocol.KillEvaluatorProto) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto.Builder
optional .KillEvaluatorProto kill_evaluator = 4;
setKillEvaluator(EvaluatorRuntimeProtocol.KillEvaluatorProto.Builder) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto.Builder
optional .KillEvaluatorProto kill_evaluator = 4;
setLaunchID(String) - Method in class org.apache.reef.runtime.common.launch.CLRLaunchCommandBuilder
 
setLaunchID(String) - Method in class org.apache.reef.runtime.common.launch.JavaLaunchCommandBuilder
 
setLaunchID(String) - Method in interface org.apache.reef.runtime.common.launch.LaunchCommandBuilder
 
setMemory(int) - Method in class org.apache.reef.driver.evaluator.EvaluatorRequest.Builder
 
setMemory(int) - Method in class org.apache.reef.runtime.common.launch.CLRLaunchCommandBuilder
 
setMemory(int) - Method in class org.apache.reef.runtime.common.launch.JavaLaunchCommandBuilder
 
setMemory(int) - Method in interface org.apache.reef.runtime.common.launch.LaunchCommandBuilder
 
setMemorySize(int) - Method in class org.apache.reef.runtime.common.driver.api.ResourceRequestEventImpl.Builder
 
setMemorySize(int) - Method in class org.apache.reef.runtime.common.driver.resourcemanager.NodeDescriptorEventImpl.Builder
 
setMessage(ByteString) - Method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto.Builder
optional bytes message = 3;
setMessage(ByteString) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto.Builder
required bytes message = 2;
setMessage(ByteString) - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto.Builder
required bytes message = 2;
setMessage(ByteString) - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto.Builder
optional bytes message = 3;
setMessage(String) - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto.Builder
required string message = 2;
setMessage(ByteString) - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto.Builder
required bytes message = 2;
setMessageBytes(ByteString) - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto.Builder
required string message = 2;
setName(String) - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto.Builder
required string name = 1;
setName(String) - Method in class org.apache.reef.runtime.common.driver.resourcemanager.RuntimeStatusEventImpl.Builder
 
setName(String) - Method in class org.apache.reef.runtime.common.files.FileResourceImpl.Builder
 
setNameBytes(ByteString) - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto.Builder
required string name = 1;
setNodeId(String) - Method in class org.apache.reef.runtime.common.driver.resourcemanager.ResourceAllocationEventImpl.Builder
 
setNumber(int) - Method in class org.apache.reef.driver.evaluator.EvaluatorRequest.Builder
Set the number of Evaluators requested.
setNumberOfCores(int) - Method in class org.apache.reef.driver.evaluator.EvaluatorRequest.Builder
set number of cores
setNumPreviousContainers(int) - Method in class org.apache.reef.runtime.common.driver.DriverStatusManager
Set the number of containers to expect still active from a previous execution of the Driver in a restart situation.
SetOnce<T> - Class in org.apache.reef.util
A reference to a value that can be set exactly once.
SetOnce(T) - Constructor for class org.apache.reef.util.SetOnce
 
SetOnce() - Constructor for class org.apache.reef.util.SetOnce
 
setOutstandingContainerRequests(int) - Method in class org.apache.reef.runtime.common.driver.resourcemanager.RuntimeStatusEventImpl.Builder
 
setParentContextId(String) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto.Builder
required string parent_context_id = 1;
setParentContextIdBytes(ByteString) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto.Builder
required string parent_context_id = 1;
setParentId(String) - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
optional string parent_id = 3;
setParentIdBytes(ByteString) - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
optional string parent_id = 3;
setPath(String) - Method in class org.apache.reef.runtime.common.files.FileResourceImpl.Builder
 
setPort(int) - Method in class org.apache.reef.runtime.common.driver.resourcemanager.NodeDescriptorEventImpl.Builder
 
setPriority(Integer) - Method in class org.apache.reef.runtime.common.client.api.JobSubmissionEventImpl.Builder
 
setPriority(int) - Method in class org.apache.reef.runtime.common.driver.api.ResourceRequestEventImpl.Builder
 
setQueue(String) - Method in class org.apache.reef.runtime.common.client.api.JobSubmissionEventImpl.Builder
 
setRackName(String) - Method in class org.apache.reef.runtime.common.driver.resourcemanager.NodeDescriptorEventImpl.Builder
 
setRecovery(boolean) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
optional bool recovery = 5;
setRecovery(boolean) - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.Builder
optional bool recovery = 6;
setRecovery(boolean) - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
optional bool recovery = 5;
setRelaxLocality(boolean) - Method in class org.apache.reef.runtime.common.driver.api.ResourceRequestEventImpl.Builder
 
setRemoteId(String) - Method in class org.apache.reef.runtime.common.client.api.JobSubmissionEventImpl.Builder
 
setRemoteId(String) - Method in class org.apache.reef.runtime.common.driver.api.ResourceLaunchEventImpl.Builder
 
setRemoveContext(EvaluatorRuntimeProtocol.RemoveContextProto) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .RemoveContextProto remove_context = 6;
setRemoveContext(EvaluatorRuntimeProtocol.RemoveContextProto.Builder) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .RemoveContextProto remove_context = 6;
setResourceCount(int) - Method in class org.apache.reef.runtime.common.driver.api.ResourceRequestEventImpl.Builder
 
setResourceMemory(int) - Method in class org.apache.reef.runtime.common.driver.resourcemanager.ResourceAllocationEventImpl.Builder
 
setRestartCompleted() - Method in class org.apache.reef.runtime.common.driver.DriverStatusManager
Indicate that the Driver restart is complete.
setResult(ByteString) - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
optional bytes result = 4;
setRunning() - Method in class org.apache.reef.runtime.common.driver.resourcemanager.ResourceManagerStatus
Change the state of the Resource Manager to be RUNNING.
setRuntimeError(ReefServiceProtos.RuntimeErrorProto) - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
optional .RuntimeErrorProto runtimeError = 3;
setRuntimeError(ReefServiceProtos.RuntimeErrorProto.Builder) - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage.Builder
optional .RuntimeErrorProto runtimeError = 3;
setServiceConfiguration(String) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto.Builder
optional string service_configuration = 3;
setServiceConfigurationBytes(ByteString) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto.Builder
optional string service_configuration = 3;
setSignal(ClientRuntimeProtocol.Signal) - Method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto.Builder
optional .Signal signal = 2;
setSourceId(String) - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto.Builder
required string source_id = 1;
setSourceId(String) - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto.Builder
required string source_id = 1;
setSourceIdBytes(ByteString) - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto.Builder
required string source_id = 1;
setSourceIdBytes(ByteString) - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto.Builder
required string source_id = 1;
setStandardErr(String) - Method in class org.apache.reef.runtime.common.launch.CLRLaunchCommandBuilder
 
setStandardErr(String) - Method in class org.apache.reef.runtime.common.launch.JavaLaunchCommandBuilder
 
setStandardErr(String) - Method in interface org.apache.reef.runtime.common.launch.LaunchCommandBuilder
Names a file to which stderr will be redirected.
setStandardOut(String) - Method in class org.apache.reef.runtime.common.launch.CLRLaunchCommandBuilder
 
setStandardOut(String) - Method in class org.apache.reef.runtime.common.launch.JavaLaunchCommandBuilder
 
setStandardOut(String) - Method in interface org.apache.reef.runtime.common.launch.LaunchCommandBuilder
Names a file to which stdout will be redirected.
setStartTask(EvaluatorRuntimeProtocol.StartTaskProto) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .StartTaskProto start_task = 7;
setStartTask(EvaluatorRuntimeProtocol.StartTaskProto.Builder) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .StartTaskProto start_task = 7;
setState(ReefServiceProtos.State) - Method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto.Builder
required .State state = 2;
setState(ReefServiceProtos.State) - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto.Builder
required .State state = 2;
setState(ReefServiceProtos.State) - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
required .State state = 3;
setState(ReefServiceProtos.State) - Method in class org.apache.reef.runtime.common.driver.resourcemanager.ResourceStatusEventImpl.Builder
 
setState(ReefServiceProtos.State) - Method in class org.apache.reef.runtime.common.driver.resourcemanager.RuntimeStatusEventImpl.Builder
 
setStatusAndNotify(LauncherStatus) - Method in class org.apache.reef.client.DriverLauncher
Update job status and notify the waiting thread.
setStopTask(EvaluatorRuntimeProtocol.StopTaskProto) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .StopTaskProto stop_task = 8;
setStopTask(EvaluatorRuntimeProtocol.StopTaskProto.Builder) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .StopTaskProto stop_task = 8;
setSuspendTask(EvaluatorRuntimeProtocol.SuspendTaskProto) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .SuspendTaskProto suspend_task = 9;
setSuspendTask(EvaluatorRuntimeProtocol.SuspendTaskProto.Builder) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional .SuspendTaskProto suspend_task = 9;
setTaskId(String) - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
required string task_id = 1;
setTaskIdBytes(ByteString) - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
required string task_id = 1;
setTaskMessage(ByteString) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto.Builder
optional bytes task_message = 1;
setTaskMessage(int, ReefServiceProtos.TaskStatusProto.TaskMessageProto) - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
repeated .TaskStatusProto.TaskMessageProto task_message = 6;
setTaskMessage(int, ReefServiceProtos.TaskStatusProto.TaskMessageProto.Builder) - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.Builder
repeated .TaskStatusProto.TaskMessageProto task_message = 6;
setTaskStatus(ReefServiceProtos.TaskStatusProto) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
optional .TaskStatusProto task_status = 4;
setTaskStatus(ReefServiceProtos.TaskStatusProto.Builder) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
optional .TaskStatusProto task_status = 4;
setTimestamp(long) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto.Builder
required int64 timestamp = 1;
setTimestamp(long) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto.Builder
required int64 timestamp = 1;
setType(EvaluatorType) - Method in interface org.apache.reef.driver.evaluator.AllocatedEvaluator
Set the type of Evaluator to be instantiated.
setType(ProcessType) - Method in class org.apache.reef.runtime.common.driver.api.ResourceLaunchEventImpl.Builder
 
setType(EvaluatorType) - Method in class org.apache.reef.runtime.common.driver.evaluator.EvaluatorManager
 
setType(FileType) - Method in class org.apache.reef.runtime.common.files.FileResourceImpl.Builder
 
setupBridge() - Method in class org.apache.reef.util.logging.LoggingScopeFactory
The method is to measure the time used to set up Java CRL bridge.
setupCommonsLogging() - Static method in class org.apache.reef.util.logging.LoggingSetup
Redirect the commons logging to the JDK logger.
setUserName(String) - Method in class org.apache.reef.runtime.common.client.api.JobSubmissionEventImpl.Builder
 
setVirtualCores(int) - Method in class org.apache.reef.runtime.common.driver.api.ResourceRequestEventImpl.Builder
 
setVirtualCores(int) - Method in class org.apache.reef.runtime.common.driver.resourcemanager.ResourceAllocationEventImpl.Builder
 
SHORT_NAME - Static variable in class org.apache.reef.runtime.common.launch.parameters.ClockConfigurationPath
 
SHORT_NAME - Static variable in class org.apache.reef.runtime.common.launch.parameters.ErrorHandlerRID
Short name for the command line and such.
SHORT_NAME - Static variable in class org.apache.reef.runtime.common.launch.parameters.LaunchID
 
SIG_RESUME_VALUE - Static variable in enum org.apache.reef.proto.ClientRuntimeProtocol.Signal
SIG_RESUME = 3;
SIG_SUSPEND_VALUE - Static variable in enum org.apache.reef.proto.ClientRuntimeProtocol.Signal
SIG_SUSPEND = 2;
SIG_TERMINATE_VALUE - Static variable in enum org.apache.reef.proto.ClientRuntimeProtocol.Signal
SIG_TERMINATE = 1;
SIGNAL_FIELD_NUMBER - Static variable in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto
 
SingletonAsserter - Class in org.apache.reef.util
A helper class that can be used to ensure that objects are only instantiated once.
SOURCE_ID_FIELD_NUMBER - Static variable in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto
 
SOURCE_ID_FIELD_NUMBER - Static variable in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto
 
Spool<T> - Interface in org.apache.reef.io
Spool files can be appended to, and can be scanned starting at the beginning.
start() - Method in class org.apache.reef.runtime.common.evaluator.context.ContextManager
Start the context manager.
START_PREFIX - Static variable in class org.apache.reef.util.logging.LoggingScopeImpl
 
START_TASK_FIELD_NUMBER - Static variable in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
 
startIndicators - Static variable in class org.apache.reef.util.logging.LogParser
 
STATE_FIELD_NUMBER - Static variable in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto
 
STATE_FIELD_NUMBER - Static variable in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto
 
STATE_FIELD_NUMBER - Static variable in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
 
STOP_TASK_FIELD_NUMBER - Static variable in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
 
StorageException - Exception in org.apache.reef.exception.evaluator
 
StorageException(String, Throwable) - Constructor for exception org.apache.reef.exception.evaluator.StorageException
 
StorageException(String) - Constructor for exception org.apache.reef.exception.evaluator.StorageException
 
StorageException(Throwable) - Constructor for exception org.apache.reef.exception.evaluator.StorageException
 
StrictPreemptionEvent - Interface in org.apache.reef.driver
Represents a strict preemption event: It contains the set of Evaluators that the underlying resource manager will take away from the Driver.
submit(Configuration) - Method in interface org.apache.reef.client.REEF
Submits the Driver set up in the given Configuration for execution.
submit(EvaluatorRequest) - Method in interface org.apache.reef.driver.evaluator.EvaluatorRequestor
Submit the request for new evaluator.
submit(Configuration) - Method in class org.apache.reef.runtime.common.client.REEFImplementation
 
submit(EvaluatorRequest) - Method in class org.apache.reef.runtime.common.driver.EvaluatorRequestorImpl
 
submitContext(Configuration) - Method in interface org.apache.reef.driver.context.ActiveContext
 
submitContext(Configuration) - Method in interface org.apache.reef.driver.ContextSubmittable
Submit a Context.
submitContext(Configuration) - Method in interface org.apache.reef.driver.evaluator.AllocatedEvaluator
 
submitContext(Configuration) - Method in class org.apache.reef.runtime.common.driver.context.EvaluatorContext
 
submitContextAndService(Configuration, Configuration) - Method in interface org.apache.reef.driver.context.ActiveContext
 
submitContextAndService(Configuration, Configuration) - Method in interface org.apache.reef.driver.ContextSubmittable
Submit a Context and a Service Configuration.
submitContextAndService(Configuration, Configuration) - Method in interface org.apache.reef.driver.evaluator.AllocatedEvaluator
 
submitContextAndService(Configuration, Configuration) - Method in class org.apache.reef.runtime.common.driver.context.EvaluatorContext
 
submitContextAndServiceAndTask(Configuration, Configuration, Configuration) - Method in interface org.apache.reef.driver.ContextAndTaskSubmittable
Subkit a Context with Services and a Task.
submitContextAndServiceAndTask(Configuration, Configuration, Configuration) - Method in interface org.apache.reef.driver.evaluator.AllocatedEvaluator
 
submitContextAndTask(Configuration, Configuration) - Method in interface org.apache.reef.driver.ContextAndTaskSubmittable
Submit a Context and a Task.
submitContextAndTask(Configuration, Configuration) - Method in interface org.apache.reef.driver.evaluator.AllocatedEvaluator
 
submitTask(Configuration) - Method in interface org.apache.reef.driver.context.ActiveContext
 
submitTask(Configuration) - Method in interface org.apache.reef.driver.evaluator.AllocatedEvaluator
Submits the given Task for execution.
submitTask(Configuration) - Method in interface org.apache.reef.driver.TaskSubmittable
Submits a Task (encoded in the Configuration) for execution.
submitTask(Configuration) - Method in class org.apache.reef.runtime.common.driver.context.EvaluatorContext
 
suspend(byte[]) - Method in interface org.apache.reef.driver.task.RunningTask
Signal the task to suspend.
suspend() - Method in interface org.apache.reef.driver.task.RunningTask
Signal the task to suspend.
suspend(byte[]) - Method in class org.apache.reef.runtime.common.driver.task.RunningTaskImpl
 
suspend() - Method in class org.apache.reef.runtime.common.driver.task.RunningTaskImpl
 
suspend(byte[]) - Method in class org.apache.reef.runtime.common.evaluator.task.TaskRuntime
Suspend the Task.
SUSPEND_TASK_FIELD_NUMBER - Static variable in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
 
SUSPEND_VALUE - Static variable in enum org.apache.reef.proto.ReefServiceProtos.State
SUSPEND = 3;
SuspendedTask - Interface in org.apache.reef.driver.task
Represents a suspended Task.
SuspendedTaskImpl - Class in org.apache.reef.runtime.common.driver.task
 
SuspendedTaskImpl(ActiveContext, byte[], String) - Constructor for class org.apache.reef.runtime.common.driver.task.SuspendedTaskImpl
 
SuspendEvent - Interface in org.apache.reef.task.events
Event fired when the driver called suspend() on this task.
SystemTempFileCreator - Class in org.apache.reef.io
A TempFileCreator that uses the system's temp directory.
SystemTempFileCreator() - Constructor for class org.apache.reef.io.SystemTempFileCreator
 

T

TASK - Static variable in class org.apache.reef.driver.task.TaskConfiguration
The task to instantiate.
Task - Interface in org.apache.reef.task
The interface for Tasks.
TASK_COMPLETE - Static variable in class org.apache.reef.util.logging.LoggingScopeFactory
 
TASK_CONFIGURATION - Static variable in class org.apache.reef.runtime.common.evaluator.EvaluatorConfiguration
 
TASK_ID_FIELD_NUMBER - Static variable in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
 
TASK_MESSAGE - Static variable in class org.apache.reef.util.logging.LoggingScopeFactory
 
TASK_MESSAGE_FIELD_NUMBER - Static variable in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
 
TASK_MESSAGE_FIELD_NUMBER - Static variable in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
 
TASK_RUNNING - Static variable in class org.apache.reef.util.logging.LoggingScopeFactory
 
TASK_STATUS_FIELD_NUMBER - Static variable in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
 
TASK_SUSPEND - Static variable in class org.apache.reef.util.logging.LoggingScopeFactory
 
TaskCallFailure - Exception in org.apache.reef.runtime.common.evaluator.task.exceptions
Thrown when a Task.call() throws an exception
TaskCallFailure(Throwable) - Constructor for exception org.apache.reef.runtime.common.evaluator.task.exceptions.TaskCallFailure
 
TaskClientCodeException - Exception in org.apache.reef.runtime.common.evaluator.task
Thrown by REEF's resourcemanager code when it catches an exception thrown by user code.
TaskClientCodeException(String, String, String, Throwable) - Constructor for exception org.apache.reef.runtime.common.evaluator.task.TaskClientCodeException
 
TaskCloseHandlerFailure - Exception in org.apache.reef.runtime.common.evaluator.task.exceptions
Thrown when a Task Close Handler throws an exception
TaskCloseHandlerFailure(Throwable) - Constructor for exception org.apache.reef.runtime.common.evaluator.task.exceptions.TaskCloseHandlerFailure
 
taskCompleted(String) - Method in class org.apache.reef.util.logging.LoggingScopeFactory
This is to measure the time in calling taskCompletedHandler
TaskCompletedHandlers - Class in org.apache.reef.driver.parameters
Completed task handler.
TaskConfiguration - Class in org.apache.reef.driver.task
A ConfigurationModule to fill out to generate legal task Configurations that can be submitted.
TaskConfiguration() - Constructor for class org.apache.reef.driver.task.TaskConfiguration
 
TaskConfigurationOptions - Class in org.apache.reef.driver.task
Configuration parameters for the TaskConfiguration class.
TaskConfigurationOptions() - Constructor for class org.apache.reef.driver.task.TaskConfigurationOptions
 
TaskConfigurationOptions.CloseHandler - Class in org.apache.reef.driver.task
 
TaskConfigurationOptions.CloseHandler() - Constructor for class org.apache.reef.driver.task.TaskConfigurationOptions.CloseHandler
 
TaskConfigurationOptions.Identifier - Class in org.apache.reef.driver.task
 
TaskConfigurationOptions.Identifier() - Constructor for class org.apache.reef.driver.task.TaskConfigurationOptions.Identifier
 
TaskConfigurationOptions.Memento - Class in org.apache.reef.driver.task
 
TaskConfigurationOptions.Memento() - Constructor for class org.apache.reef.driver.task.TaskConfigurationOptions.Memento
 
TaskConfigurationOptions.MessageHandler - Class in org.apache.reef.driver.task
 
TaskConfigurationOptions.MessageHandler() - Constructor for class org.apache.reef.driver.task.TaskConfigurationOptions.MessageHandler
 
TaskConfigurationOptions.StartHandlers - Class in org.apache.reef.driver.task
 
TaskConfigurationOptions.StartHandlers() - Constructor for class org.apache.reef.driver.task.TaskConfigurationOptions.StartHandlers
 
TaskConfigurationOptions.StopHandlers - Class in org.apache.reef.driver.task
 
TaskConfigurationOptions.StopHandlers() - Constructor for class org.apache.reef.driver.task.TaskConfigurationOptions.StopHandlers
 
TaskConfigurationOptions.SuspendHandler - Class in org.apache.reef.driver.task
 
TaskConfigurationOptions.SuspendHandler() - Constructor for class org.apache.reef.driver.task.TaskConfigurationOptions.SuspendHandler
 
TaskConfigurationOptions.TaskMessageSources - Class in org.apache.reef.driver.task
 
TaskConfigurationOptions.TaskMessageSources() - Constructor for class org.apache.reef.driver.task.TaskConfigurationOptions.TaskMessageSources
 
TaskFailedHandlers - Class in org.apache.reef.driver.parameters
Task failure handler.
TaskMessage - Interface in org.apache.reef.driver.task
A message from a running task to the driver.
TaskMessage - Class in org.apache.reef.task
A message sent from a Task to a Driver.
TaskMessageHandlerFailure - Exception in org.apache.reef.runtime.common.evaluator.task.exceptions
Thrown when a Task Message Handler throws an exception
TaskMessageHandlerFailure(Throwable) - Constructor for exception org.apache.reef.runtime.common.evaluator.task.exceptions.TaskMessageHandlerFailure
the exception thrown by the task message handler's onNext() method.
TaskMessageHandlers - Class in org.apache.reef.driver.parameters
Task message handler.
TaskMessageImpl - Class in org.apache.reef.runtime.common.driver.task
 
TaskMessageImpl(byte[], String, String, String) - Constructor for class org.apache.reef.runtime.common.driver.task.TaskMessageImpl
 
taskMessageReceived(String) - Method in class org.apache.reef.util.logging.LoggingScopeFactory
This is to measure the time in calling taskMessageReceivedHandler
TaskMessageSource - Interface in org.apache.reef.task
Message source for control flow messages from a task to the Driver.
TaskRepresenter - Class in org.apache.reef.runtime.common.driver.task
Represents a Task on the Driver.
TaskRepresenter(String, EvaluatorContext, EvaluatorMessageDispatcher, EvaluatorManager, ExceptionCodec) - Constructor for class org.apache.reef.runtime.common.driver.task.TaskRepresenter
 
taskRunning(String) - Method in class org.apache.reef.util.logging.LoggingScopeFactory
This is to measure the time in calling runningTaskHandler
TaskRunningHandlers - Class in org.apache.reef.driver.parameters
Running task handler.
TaskRuntime - Class in org.apache.reef.runtime.common.evaluator.task
The execution environment for a Task.
TaskStart - Interface in org.apache.reef.task.events
Represents a TaskStart.
TaskStartHandlerFailure - Exception in org.apache.reef.runtime.common.evaluator.task.exceptions
Thrown when a TastStart handler throws an exception
TaskStartHandlerFailure(EventHandler<TaskStart>, Throwable) - Constructor for exception org.apache.reef.runtime.common.evaluator.task.exceptions.TaskStartHandlerFailure
 
TaskStatus - Class in org.apache.reef.runtime.common.evaluator.task
Represents the various states a Task could be in.
TaskStop - Interface in org.apache.reef.task.events
Represents a Task stop.
TaskStopHandlerFailure - Exception in org.apache.reef.runtime.common.evaluator.task.exceptions
Thrown when a TaskStop handler throws an exception
TaskStopHandlerFailure(EventHandler<TaskStop>, Throwable) - Constructor for exception org.apache.reef.runtime.common.evaluator.task.exceptions.TaskStopHandlerFailure
 
TaskSubmittable - Interface in org.apache.reef.driver
Base interface for classes that support Task submission.
taskSuspended(String) - Method in class org.apache.reef.util.logging.LoggingScopeFactory
This is to measure the time in calling taskSuspendedHandler
TaskSuspendedHandlers - Class in org.apache.reef.driver.parameters
Suspended task handler.
TaskSuspendHandlerFailure - Exception in org.apache.reef.runtime.common.evaluator.task.exceptions
Thrown when a Task Suspend Handler throws an exception
TaskSuspendHandlerFailure(Throwable) - Constructor for exception org.apache.reef.runtime.common.evaluator.task.exceptions.TaskSuspendHandlerFailure
 
TempFileCreator - Interface in org.apache.reef.io
Utility to create temporary files and folders in accordance with the underlying resource manager.
ThreadLogFormatter - Class in org.apache.reef.util.logging
A denser logging format for REEF that is similar to the standard SimpleFormatter.
ThreadLogFormatter() - Constructor for class org.apache.reef.util.logging.ThreadLogFormatter
 
ThreadLogger - Class in org.apache.reef.util
Methods to log the currently active set of threads with their stack traces.
TIMESTAMP_FIELD_NUMBER - Static variable in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto
 
TIMESTAMP_FIELD_NUMBER - Static variable in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
 
toBuilder() - Method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto
 
toBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto
 
toBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
 
toBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto
 
toBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto
 
toBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
 
toBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.KillEvaluatorProto
 
toBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto
 
toBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto
 
toBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopEvaluatorProto
 
toBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopTaskProto
 
toBuilder() - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.SuspendTaskProto
 
toBuilder() - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage
 
toBuilder() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto
 
toBuilder() - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
 
toBuilder() - Method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto
 
toBuilder() - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto
 
toBuilder() - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto
 
toBuilder() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto
 
toBuilder() - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
 
toBytes(Throwable) - Method in interface org.apache.reef.runtime.common.utils.ExceptionCodec
 
TOKEN - Static variable in class org.apache.reef.util.logging.LoggingScopeImpl
 
toString() - Method in class org.apache.reef.client.DriverLauncher
 
toString() - Method in class org.apache.reef.client.JobMessage
 
toString() - Method in class org.apache.reef.client.LauncherStatus
 
toString() - Method in class org.apache.reef.common.AbstractFailure
 
toString() - Method in class org.apache.reef.io.Tuple
 
toString() - Method in class org.apache.reef.runtime.common.client.RunningJobImpl
 
toString() - Method in class org.apache.reef.runtime.common.driver.catalog.NodeDescriptorImpl
 
toString() - Method in class org.apache.reef.runtime.common.driver.catalog.RackDescriptorImpl
 
toString() - Method in class org.apache.reef.runtime.common.driver.catalog.ResourceCatalogImpl
 
toString() - Method in class org.apache.reef.runtime.common.driver.context.ClosedContextImpl
 
toString() - Method in class org.apache.reef.runtime.common.driver.context.EvaluatorContext
 
toString() - Method in class org.apache.reef.runtime.common.driver.context.FailedContextImpl
 
toString() - Method in class org.apache.reef.runtime.common.driver.evaluator.EvaluatorManager
 
toString() - Method in class org.apache.reef.runtime.common.driver.task.CompletedTaskImpl
 
toString() - Method in class org.apache.reef.runtime.common.driver.task.RunningTaskImpl
 
toString() - Method in class org.apache.reef.runtime.common.driver.task.SuspendedTaskImpl
 
toString() - Method in class org.apache.reef.runtime.common.launch.REEFErrorHandler
 
triggerHeartBeat() - Method in class org.apache.reef.task.HeartBeatTriggerManager
Immediately send a heartbeat message to the Driver.
Tuple<K,V> - Class in org.apache.reef.io
 
Tuple(K, V) - Constructor for class org.apache.reef.io.Tuple
 

U

unregister(Identifier) - Method in interface org.apache.reef.io.naming.NamingRegistry
Unregister the given Identifier from the registry
unwrap() - Method in exception org.apache.reef.exception.evaluator.ServiceRuntimeException
Upon catching a ServiceRuntimeException, the receiving code should call unwrap().

V

valueOf(String) - Static method in enum org.apache.reef.driver.evaluator.EvaluatorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.reef.io.PartitionSpec.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.reef.proto.ClientRuntimeProtocol.Signal
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.reef.proto.ClientRuntimeProtocol.Signal
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.reef.proto.ClientRuntimeProtocol.Signal
 
valueOf(String) - Static method in enum org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.State
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.State
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.State
 
valueOf(String) - Static method in enum org.apache.reef.proto.ReefServiceProtos.State
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.reef.proto.ReefServiceProtos.State
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.reef.proto.ReefServiceProtos.State
 
valueOf(String) - Static method in enum org.apache.reef.runtime.common.driver.DriverStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.reef.runtime.common.files.FileType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.reef.runtime.common.launch.ProcessType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.reef.driver.evaluator.EvaluatorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.reef.io.PartitionSpec.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.reef.proto.ClientRuntimeProtocol.Signal
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.reef.proto.ReefServiceProtos.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.reef.runtime.common.driver.DriverStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.reef.runtime.common.files.FileType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.reef.runtime.common.launch.ProcessType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WorkingDirectoryTempFileCreator - Class in org.apache.reef.io
Creates temp files in a directory named "temp" within the current working directory.
writeTo(CodedOutputStream) - Method in class org.apache.reef.proto.ClientRuntimeProtocol.JobControlProto
 
writeTo(CodedOutputStream) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.AddContextProto
 
writeTo(CodedOutputStream) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextControlProto
 
writeTo(CodedOutputStream) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.ContextMessageProto
 
writeTo(CodedOutputStream) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorControlProto
 
writeTo(CodedOutputStream) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.EvaluatorHeartbeatProto
 
writeTo(CodedOutputStream) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.KillEvaluatorProto
 
writeTo(CodedOutputStream) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.RemoveContextProto
 
writeTo(CodedOutputStream) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StartTaskProto
 
writeTo(CodedOutputStream) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopEvaluatorProto
 
writeTo(CodedOutputStream) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.StopTaskProto
 
writeTo(CodedOutputStream) - Method in class org.apache.reef.proto.EvaluatorRuntimeProtocol.SuspendTaskProto
 
writeTo(CodedOutputStream) - Method in class org.apache.reef.proto.REEFProtocol.REEFMessage
 
writeTo(CodedOutputStream) - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto.ContextMessageProto
 
writeTo(CodedOutputStream) - Method in class org.apache.reef.proto.ReefServiceProtos.ContextStatusProto
 
writeTo(CodedOutputStream) - Method in class org.apache.reef.proto.ReefServiceProtos.EvaluatorStatusProto
 
writeTo(CodedOutputStream) - Method in class org.apache.reef.proto.ReefServiceProtos.JobStatusProto
 
writeTo(CodedOutputStream) - Method in class org.apache.reef.proto.ReefServiceProtos.RuntimeErrorProto
 
writeTo(CodedOutputStream) - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto.TaskMessageProto
 
writeTo(CodedOutputStream) - Method in class org.apache.reef.proto.ReefServiceProtos.TaskStatusProto
 

Y

YES - Static variable in class org.apache.reef.runtime.common.client.parameters.ClientPresent
 
A B C D E F G H I J K L M N O P R S T U V W Y 

Copyright © 2015 The Apache Software Foundation. All rights reserved.