public final class ClientConfiguration extends ConfigurationModuleBuilder
| Modifier and Type | Field and Description | 
|---|---|
static ConfigurationModule | 
CONF  | 
static OptionalImpl<EventHandler<CompletedJob>> | 
ON_JOB_COMPLETED
Handler for the event when a submitted REEF Job is completed. 
 | 
static OptionalImpl<EventHandler<FailedJob>> | 
ON_JOB_FAILED
Handler for the event when a submitted REEF Job has failed. 
 | 
static OptionalImpl<EventHandler<JobMessage>> | 
ON_JOB_MESSAGE
Event handler for messages from the running job. 
 | 
static OptionalImpl<EventHandler<RunningJob>> | 
ON_JOB_RUNNING
Handler for the event when a submitted REEF Job is running. 
 | 
static OptionalImpl<EventHandler<FailedRuntime>> | 
ON_RUNTIME_ERROR
Receives fatal resourcemanager errors. 
 | 
static OptionalImpl<EventHandler<Throwable>> | 
ON_WAKE_ERROR
Error handler for events on Wake-spawned threads. 
 | 
| Constructor and Description | 
|---|
ClientConfiguration()  | 
bind, bindConstructor, bindConstructor, bindImplementation, bindImplementation, bindImplementation, bindList, bindList, bindList, bindNamedParameter, bindNamedParameter, bindNamedParameter, bindNamedParameter, bindSetEntry, bindSetEntry, bindSetEntry, bindSetEntry, build, mergepublic static final OptionalImpl<EventHandler<JobMessage>> ON_JOB_MESSAGE
public static final OptionalImpl<EventHandler<RunningJob>> ON_JOB_RUNNING
public static final OptionalImpl<EventHandler<CompletedJob>> ON_JOB_COMPLETED
public static final OptionalImpl<EventHandler<FailedJob>> ON_JOB_FAILED
public static final OptionalImpl<EventHandler<FailedRuntime>> ON_RUNTIME_ERROR
public static final OptionalImpl<EventHandler<Throwable>> ON_WAKE_ERROR
public static final ConfigurationModule CONF
public ClientConfiguration()
Copyright © 2015 The Apache Software Foundation. All rights reserved.