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

A

AbstractAllocator - Class in org.springframework.yarn.am.allocate
The base class for Container allocator implementations.
AbstractAllocator() - Constructor for class org.springframework.yarn.am.allocate.AbstractAllocator
 
AbstractAppmaster - Class in org.springframework.yarn.am
Base class providing functionality for common application master instances.
AbstractAppmaster() - Constructor for class org.springframework.yarn.am.AbstractAppmaster
 
AbstractCommandLineRunner<T> - Class in org.springframework.yarn.launch
Base implementation used for launching a Spring Application Context and executing a bean using a command line.
AbstractCommandLineRunner() - Constructor for class org.springframework.yarn.launch.AbstractCommandLineRunner
 
AbstractCompositeListener<T> - Class in org.springframework.yarn.listener
Base implementation for all composite listeners.
AbstractCompositeListener() - Constructor for class org.springframework.yarn.listener.AbstractCompositeListener
Constructs instance with an empty listener list.
AbstractContainerClusterAppmaster - Class in org.springframework.yarn.am.cluster
Base implementation of a ContainerClusterAppmaster.
AbstractContainerClusterAppmaster() - Constructor for class org.springframework.yarn.am.cluster.AbstractContainerClusterAppmaster
 
AbstractEventingAppmaster - Class in org.springframework.yarn.am
Base implementation of application master where life-cycle is based on events rather than a static information existing prior the start of an instance.
AbstractEventingAppmaster() - Constructor for class org.springframework.yarn.am.AbstractEventingAppmaster
 
AbstractExpressionEvaluator - Class in org.springframework.yarn.support
Base class providing common functionality for using Spring expression language.
AbstractExpressionEvaluator() - Constructor for class org.springframework.yarn.support.AbstractExpressionEvaluator
 
AbstractExternalTransition<S,E> - Class in org.springframework.yarn.support.statemachine.transition
 
AbstractExternalTransition(State<S, E>, State<S, E>, Collection<Action>, E) - Constructor for class org.springframework.yarn.support.statemachine.transition.AbstractExternalTransition
 
AbstractGrid - Class in org.springframework.yarn.am.grid.support
Simple Grid base implementation.
AbstractGrid() - Constructor for class org.springframework.yarn.am.grid.support.AbstractGrid
 
AbstractGridMember - Class in org.springframework.yarn.am.grid.support
Base implementation of GridMember.
AbstractGridMember(Container) - Constructor for class org.springframework.yarn.am.grid.support.AbstractGridMember
Instantiates a new abstract grid member.
AbstractGridProjection - Class in org.springframework.yarn.am.grid.support
Base implementation of a GridProjection.
AbstractGridProjection() - Constructor for class org.springframework.yarn.am.grid.support.AbstractGridProjection
Instantiates a new abstract grid projection.
AbstractGridProjection(Configuration) - Constructor for class org.springframework.yarn.am.grid.support.AbstractGridProjection
Instantiates a new abstract grid projection.
AbstractInternalTransition<S,E> - Class in org.springframework.yarn.support.statemachine.transition
 
AbstractInternalTransition(State<S, E>, Collection<Action>, E) - Constructor for class org.springframework.yarn.support.statemachine.transition.AbstractInternalTransition
 
AbstractLauncher - Class in org.springframework.yarn.am.container
The base class for Container launcher implementations.
AbstractLauncher() - Constructor for class org.springframework.yarn.am.container.AbstractLauncher
 
AbstractLauncher.ContainerLauncherInterceptorList - Class in org.springframework.yarn.am.container
Convenient wrapper for interceptor list.
AbstractLauncher.ContainerLauncherInterceptorList() - Constructor for class org.springframework.yarn.am.container.AbstractLauncher.ContainerLauncherInterceptorList
 
AbstractLocalResourcesSelector - Class in org.springframework.yarn.fs
Base implementation for LocalResourcesSelector supporting simple use cases where user needs to localise properties, zip and jar files.
AbstractLocalResourcesSelector() - Constructor for class org.springframework.yarn.fs.AbstractLocalResourcesSelector
 
AbstractLocalTransition<S,E> - Class in org.springframework.yarn.support.statemachine.transition
 
AbstractLocalTransition(State<S, E>, State<S, E>, Collection<Action>, E) - Constructor for class org.springframework.yarn.support.statemachine.transition.AbstractLocalTransition
 
AbstractMonitor - Class in org.springframework.yarn.am.monitor
The base class for Container monitoring implementations.
AbstractMonitor() - Constructor for class org.springframework.yarn.am.monitor.AbstractMonitor
 
AbstractPollingAllocator - Class in org.springframework.yarn.am.allocate
Base implementation of allocator which is meant to handle allocation by doing a simple periodic polling against resource manager.
AbstractPollingAllocator() - Constructor for class org.springframework.yarn.am.allocate.AbstractPollingAllocator
 
AbstractProcessingAppmaster - Class in org.springframework.yarn.am
Base application master implementation which handles a simple life-cycle scenario of; allocate, launch, monitor.
AbstractProcessingAppmaster() - Constructor for class org.springframework.yarn.am.AbstractProcessingAppmaster
 
AbstractProjectedGrid - Class in org.springframework.yarn.am.grid.support
Simple ProjectedGrid base implementation.
AbstractProjectedGrid(Grid) - Constructor for class org.springframework.yarn.am.grid.support.AbstractProjectedGrid
Instantiates a new abstract projected grid.
AbstractResourceLocalizer - Class in org.springframework.yarn.fs
Base implementation of ResourceLocalizer.
AbstractResourceLocalizer(Configuration) - Constructor for class org.springframework.yarn.fs.AbstractResourceLocalizer
Instantiates a new abstract resource localizer.
AbstractResourceLocalizer(Configuration, Path) - Constructor for class org.springframework.yarn.fs.AbstractResourceLocalizer
Instantiates a new abstract resource localizer.
AbstractServicesAppmaster - Class in org.springframework.yarn.am
Extension of AbstractAppmaster which adds a common container services needed for usual application master.
AbstractServicesAppmaster() - Constructor for class org.springframework.yarn.am.AbstractServicesAppmaster
 
AbstractState<S,E> - Class in org.springframework.yarn.support.statemachine.state
 
AbstractState(S) - Constructor for class org.springframework.yarn.support.statemachine.state.AbstractState
 
AbstractState(S, Collection<E>) - Constructor for class org.springframework.yarn.support.statemachine.state.AbstractState
 
AbstractStateMachine<S,E> - Class in org.springframework.yarn.support.statemachine
 
AbstractStateMachine(Collection<State<S, E>>, Collection<Transition<S, E>>, State<S, E>) - Constructor for class org.springframework.yarn.support.statemachine.AbstractStateMachine
 
AbstractTransition<S,E> - Class in org.springframework.yarn.support.statemachine.transition
 
AbstractTransition(State<S, E>, State<S, E>, Collection<Action>, E, TransitionKind) - Constructor for class org.springframework.yarn.support.statemachine.transition.AbstractTransition
 
AbstractYarnClient - Class in org.springframework.yarn.client
Base implementation providing functionality for YarnClient.
AbstractYarnClient(ClientRmOperations) - Constructor for class org.springframework.yarn.client.AbstractYarnClient
Constructs client with a given template.
AbstractYarnContainer - Class in org.springframework.yarn.container
Base implementation of YarnContainer providing some common functionality like environment properties, command line parameters and handling of the AbstractYarnContainer.run().
AbstractYarnContainer() - Constructor for class org.springframework.yarn.container.AbstractYarnContainer
 
AbstractYarnEvent - Class in org.springframework.yarn.event
Base ApplicationEvent class for Yarn based events.
AbstractYarnEvent(Object) - Constructor for class org.springframework.yarn.event.AbstractYarnEvent
Create a new ApplicationEvent.
AbstractYarnNamespaceHandler - Class in org.springframework.yarn.config
Base namespace handler which registers a bean factory post processor order to get default beans created automatically.
AbstractYarnNamespaceHandler() - Constructor for class org.springframework.yarn.config.AbstractYarnNamespaceHandler
 
acceptMember(GridMember) - Method in interface org.springframework.yarn.am.grid.GridProjection
Asks a projection if it accepted a member.
acceptMember(GridMember) - Method in class org.springframework.yarn.am.grid.support.AbstractGridProjection
 
acceptMember(GridMember) - Method in class org.springframework.yarn.am.grid.support.DefaultGridProjection
 
Action - Interface in org.springframework.yarn.support.statemachine.action
 
action(Action) - Method in class org.springframework.yarn.support.statemachine.config.configurers.DefaultExternalTransitionConfigurer
 
action(Action) - Method in interface org.springframework.yarn.support.statemachine.config.configurers.ExternalTransitionConfigurer
 
add(ContainerLauncherInterceptor) - Method in class org.springframework.yarn.am.container.AbstractLauncher.ContainerLauncherInterceptorList
Adds interceptor to the list.
add(GridMemberInterceptor) - Method in class org.springframework.yarn.am.grid.support.GridMemberInterceptorChain
 
add(S) - Method in class org.springframework.yarn.listener.OrderedComposite
Register additional item.
add(ApplicationsReport.InstalledField) - Method in class org.springframework.yarn.support.console.ApplicationsReport.InstalledReportBuilder
Adds a new field into a report.
add(ApplicationsReport.SubmittedField) - Method in class org.springframework.yarn.support.console.ApplicationsReport.SubmittedReportBuilder
Adds a new field into a report.
add(ApplicationsReport.SubmittedField...) - Method in class org.springframework.yarn.support.console.ApplicationsReport.SubmittedReportBuilder
Adds a new fields into a report.
add(ContainerClusterReport.ClusterInfoField) - Method in class org.springframework.yarn.support.console.ContainerClusterReport.ClusterInfoReportBuilder
Adds a new field into a report.
add(ContainerClusterReport.ClusterInfoField...) - Method in class org.springframework.yarn.support.console.ContainerClusterReport.ClusterInfoReportBuilder
Adds a new fields into a report.
add(ContainerClusterReport.ClustersInfoField) - Method in class org.springframework.yarn.support.console.ContainerClusterReport.ClustersInfoReportBuilder
Adds a new field into a report.
add(ContainerClusterReport.ClustersInfoField...) - Method in class org.springframework.yarn.support.console.ContainerClusterReport.ClustersInfoReportBuilder
Adds a new fields into a report.
add(Collection<StateMachineStates.StateData<S, E>>) - Method in class org.springframework.yarn.support.statemachine.config.builders.StateMachineStateBuilder
 
add(S, S, E, Collection<Action>) - Method in class org.springframework.yarn.support.statemachine.config.builders.StateMachineTransitionBuilder
 
addAny(int) - Method in class org.springframework.yarn.am.allocate.ContainerAllocateData
Adds request for any container for given count.
addAnyMember(GridMember) - Method in class org.springframework.yarn.am.grid.support.AbstractGridProjection
Adds the member to a any tracking list.
addAppmasterStateListener(AppmasterStateListener) - Method in class org.springframework.yarn.am.AbstractAppmaster
Adds the appmaster state listener.
addAppmasterStateListener(AppmasterStateListener) - Method in interface org.springframework.yarn.am.YarnAppmaster
Adds the appmaster state listener.
addArchives(Configuration, Resource...) - Static method in class org.springframework.yarn.configuration.ConfigurationUtils
 
addClasspathEntries(String, ArrayList<String>) - Method in class org.springframework.yarn.config.annotation.builders.YarnEnvironmentBuilder
Adds the classpath entries.
addContainerMonitorStateListener(ContainerMonitorListener) - Method in class org.springframework.yarn.am.monitor.AbstractMonitor
Adds the container monitor state listener.
addContainerMonitorStateListener(ContainerMonitorListener) - Method in interface org.springframework.yarn.am.monitor.ContainerMonitor
Adds the container monitor state listener.
addContainers(int) - Method in class org.springframework.yarn.am.allocate.DefaultAllocateCountTracker
Adds new count of containers into 'any' pending requests.
addContainers(ContainerAllocateData) - Method in class org.springframework.yarn.am.allocate.DefaultAllocateCountTracker
Adds new count of containers into 'host', 'rack' and 'any' pending requests.
addContainerStateListener(ContainerStateListener) - Method in class org.springframework.yarn.container.AbstractYarnContainer
 
addContainerStateListener(ContainerStateListener) - Method in interface org.springframework.yarn.container.LongRunningYarnContainer
Adds the container state listener.
addExitDescription(String) - Method in class org.springframework.yarn.launch.ExitStatus
Add an exit description to an existing ExitStatus.
addExitDescription(Throwable) - Method in class org.springframework.yarn.launch.ExitStatus
Extract the stack trace from the throwable provided and append it to the exist description.
addFiles(Configuration, Resource...) - Static method in class org.springframework.yarn.configuration.ConfigurationUtils
 
addGridListener(GridListener) - Method in interface org.springframework.yarn.am.grid.Grid
Adds a listener to be notified of grid members events.
addGridListener(GridListener) - Method in class org.springframework.yarn.am.grid.support.AbstractGrid
 
addGridProjectionFactory(GridProjectionFactory) - Method in class org.springframework.yarn.am.grid.support.GridProjectionFactoryRegistry
 
addHeader(Integer, TableHeader) - Method in class org.springframework.yarn.support.console.Table
 
addHostCountMember(String, GridMember) - Method in class org.springframework.yarn.am.grid.support.AbstractGridProjection
Adds the host count member.
addHostMember(GridMember) - Method in class org.springframework.yarn.am.grid.support.AbstractGridProjection
Adds the member to a host tracking list.
addHosts(String, int) - Method in class org.springframework.yarn.am.allocate.ContainerAllocateData
Adds request for a host for given count.
addInterceptor(ContainerLauncherInterceptor) - Method in class org.springframework.yarn.am.container.AbstractLauncher
Add a service interceptor to the end of the list.
addInterceptor(GridMemberInterceptor) - Method in interface org.springframework.yarn.am.grid.Grid
Adds a grid member interceptor.
addInterceptor(GridMemberInterceptor) - Method in class org.springframework.yarn.am.grid.support.AbstractGrid
Add a channel interceptor to the end of the list.
addLibs(Configuration, Resource...) - Static method in class org.springframework.yarn.configuration.ConfigurationUtils
 
addListener(ContainerAllocatorListener) - Method in interface org.springframework.yarn.am.allocate.ContainerAllocator
addListener(ContainerAllocatorListener) - Method in class org.springframework.yarn.am.allocate.DefaultContainerAllocator
 
addMember(GridMember) - Method in interface org.springframework.yarn.am.grid.Grid
Adds a new grid member.
addMember(GridMember) - Method in class org.springframework.yarn.am.grid.support.AbstractGrid
 
addPattern(String) - Method in class org.springframework.yarn.fs.AbstractLocalResourcesSelector
Adds a pattern to be returned selected.
addPatterns(String...) - Method in class org.springframework.yarn.fs.AbstractLocalResourcesSelector
Adds a patterns to be returned as selected.
addPatterns(List<String>) - Method in class org.springframework.yarn.fs.AbstractLocalResourcesSelector
Adds a patterns to be returned as selected.
addProjectedGridListener(ProjectedGridListener) - Method in interface org.springframework.yarn.am.grid.ProjectedGrid
Adds a listener to be notified of projected grid events.
addProjectedGridListener(ProjectedGridListener) - Method in class org.springframework.yarn.am.grid.support.AbstractProjectedGrid
 
addProjection(GridProjection) - Method in interface org.springframework.yarn.am.grid.ProjectedGrid
Adds a new grid projection.
addProjection(GridProjection) - Method in class org.springframework.yarn.am.grid.support.AbstractProjectedGrid
 
addProperties(Configuration, Properties) - Static method in class org.springframework.yarn.configuration.ConfigurationUtils
Adds the specified properties to the given Configuration object.
addRackCountMember(String, GridMember) - Method in class org.springframework.yarn.am.grid.support.AbstractGridProjection
Adds the rack count member.
addRackMember(GridMember) - Method in class org.springframework.yarn.am.grid.support.AbstractGridProjection
Adds the member to a rack tracking list.
addRacks(String, int) - Method in class org.springframework.yarn.am.allocate.ContainerAllocateData
Adds request for a rack for given count.
AddRawContent(String, byte[]) - Method in class org.springframework.yarn.fs.DefaultResourceLocalizer
Adds a content into a to be written entries.
addStateListener(StateMachineListener<State<S, E>, E>) - Method in class org.springframework.yarn.support.statemachine.AbstractStateMachine
 
addStateListener(StateMachineListener<S, E>) - Method in interface org.springframework.yarn.support.statemachine.StateMachine
 
addValue(Integer, String) - Method in class org.springframework.yarn.support.console.TableRow
Add a value to the to the specified column within this row.
afterPropertiesSet() - Method in class org.springframework.yarn.client.AbstractYarnClient
 
afterPropertiesSet() - Method in class org.springframework.yarn.client.YarnClientFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.yarn.config.annotation.SpringYarnAnnotationPostProcessor
 
afterPropertiesSet() - Method in class org.springframework.yarn.configuration.ConfigurationFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.yarn.configuration.EnvironmentFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.yarn.container.YarnContainerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.yarn.fs.LocalResourcesFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.yarn.launch.LaunchCommandsFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.yarn.rpc.YarnRpcAccessor
 
afterPropertiesSet() - Method in class org.springframework.yarn.support.AbstractExpressionEvaluator
 
afterPropertiesSet() - Method in class org.springframework.yarn.support.LifecycleObjectSupport
 
allocate(AllocateRequest) - Method in interface org.springframework.yarn.am.AppmasterRmOperations
Allocate container.
allocate(AllocateRequest) - Method in class org.springframework.yarn.am.AppmasterRmTemplate
 
allocateContainers(int) - Method in interface org.springframework.yarn.am.allocate.ContainerAllocator
Allocate new containers.
allocateContainers(ContainerAllocateData) - Method in interface org.springframework.yarn.am.allocate.ContainerAllocator
Allocate new containers.
allocateContainers(int) - Method in class org.springframework.yarn.am.allocate.DefaultContainerAllocator
 
allocateContainers(ContainerAllocateData) - Method in class org.springframework.yarn.am.allocate.DefaultContainerAllocator
 
allocated(List<Container>) - Method in class org.springframework.yarn.listener.CompositeContainerAllocatorListener
 
allocated(List<Container>) - Method in interface org.springframework.yarn.listener.ContainerAllocatorListener
Invoked when new containers are allocated.
AMSERVICE_BATCH_JOBEXECUTIONID - Static variable in class org.springframework.yarn.YarnSystemConstants
Default env variable for amservice batch job execution id.
AMSERVICE_BATCH_STEPEXECUTIONID - Static variable in class org.springframework.yarn.YarnSystemConstants
Default env variable for amservice batch step execution id.
AMSERVICE_BATCH_STEPEXECUTIONNAME - Static variable in class org.springframework.yarn.YarnSystemConstants
Default env variable for amservice batch step execution name.
AMSERVICE_BATCH_STEPNAME - Static variable in class org.springframework.yarn.YarnSystemConstants
Default env variable for amservice batch step name.
AMSERVICE_HOST - Static variable in class org.springframework.yarn.YarnSystemConstants
Default env variable for amservice host.
AMSERVICE_PORT - Static variable in class org.springframework.yarn.YarnSystemConstants
Default env variable for amservice port.
AMSERVICE_TRACKURL - Static variable in class org.springframework.yarn.YarnSystemConstants
Default env variable for track url.
and() - Method in class org.springframework.yarn.config.annotation.configurers.DefaultMasterContainerAllocatorConfigurer.DefaultMasterContainerAllocatorCollectionConfigurer
 
and() - Method in interface org.springframework.yarn.config.annotation.configurers.MasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurer
Returns a parent MasterContainerAllocatorConfigurer configurer.
and(ExitStatus) - Method in class org.springframework.yarn.launch.ExitStatus
Create a new ExitStatus with a logical combination of the exit code, and a concatenation of the descriptions.
AnnotatedMethodFilter - Class in org.springframework.yarn.support
A MethodFilter implementation that enables the following: matching on method name, if available exclusion of void-returning methods if 'requiresReply' is true limiting to annotated methods if at least one is present
AnnotatedMethodFilter(Class<? extends Annotation>, String, boolean) - Constructor for class org.springframework.yarn.support.AnnotatedMethodFilter
 
anysInfo - Variable in class org.springframework.yarn.am.allocate.DefaultAllocateCountTracker.AllocateCountInfo
 
ApplicationDescriptor - Class in org.springframework.yarn.client
An ApplicationDescriptor is a descriptor for an application meant to be installed into HDFS and later run from there.
ApplicationDescriptor() - Constructor for class org.springframework.yarn.client.ApplicationDescriptor
Instantiates a new application descriptor.
ApplicationDescriptor(String) - Constructor for class org.springframework.yarn.client.ApplicationDescriptor
Instantiates a new application descriptor.
ApplicationDescriptor(String, String) - Constructor for class org.springframework.yarn.client.ApplicationDescriptor
Instantiates a new application descriptor.
ApplicationsReport - Class in org.springframework.yarn.support.console
Utility class to build reports of applications.
ApplicationsReport.InstalledField - Enum in org.springframework.yarn.support.console
Enums for installed applications fields.
ApplicationsReport.InstalledReportBuilder - Class in org.springframework.yarn.support.console
Builder for installed applications.
ApplicationsReport.SubmittedField - Enum in org.springframework.yarn.support.console
Enums for submitted applications fields.
ApplicationsReport.SubmittedReportBuilder - Class in org.springframework.yarn.support.console
Builder for submitted applications.
ApplicationYarnClient - Interface in org.springframework.yarn.client
A ApplicationYarnClient is an extension of YarnClient introducing more direct semantics of an application.
appmasterClass(Class<? extends YarnAppmaster>) - Method in class org.springframework.yarn.config.annotation.builders.YarnAppmasterBuilder
 
appmasterClass(String) - Method in class org.springframework.yarn.config.annotation.builders.YarnAppmasterBuilder
 
appmasterClass(Class<? extends YarnAppmaster>) - Method in interface org.springframework.yarn.config.annotation.builders.YarnAppmasterConfigurer
Specify a YarnAppmaster class.
appmasterClass(String) - Method in interface org.springframework.yarn.config.annotation.builders.YarnAppmasterConfigurer
Specify a YarnAppmaster as a fully qualified class name.
AppmasterCmOperations - Interface in org.springframework.yarn.am
Interface for appmaster to container manager communication.
AppmasterCmTemplate - Class in org.springframework.yarn.am
Template implementation for AppmasterCmOperations wrapping communication using ContainerManagementProtocol.
AppmasterCmTemplate(Configuration, Container) - Constructor for class org.springframework.yarn.am.AppmasterCmTemplate
Instantiates a new AppmasterCmTemplate.
AppmasterConstants - Class in org.springframework.yarn.am
Public constants used for application master.
AppmasterConstants() - Constructor for class org.springframework.yarn.am.AppmasterConstants
 
AppmasterRmOperations - Interface in org.springframework.yarn.am
Interface for appmaster to resource manager communication.
AppmasterRmTemplate - Class in org.springframework.yarn.am
Template implementation for AppmasterRmOperations wrapping communication using ApplicationMasterProtocol.
AppmasterRmTemplate(Configuration) - Constructor for class org.springframework.yarn.am.AppmasterRmTemplate
Instantiates a new AppmasterRmTemplate.
AppmasterScOperations - Interface in org.springframework.yarn.client
Interface defining message operations for Application Master Service Client.
AppmasterService - Interface in org.springframework.yarn.am
Interface for service running on Application Master.
AppmasterServiceClient - Interface in org.springframework.yarn.am
Currently this is empty and only used as marker interface making indication that a class is used client for Application Master Service.
AppmasterStateListener - Interface in org.springframework.yarn.listener
Interface used for appmaster to notify its state.
AppmasterStateListener.AppmasterState - Enum in org.springframework.yarn.listener
Enum for appmaster states
AppmasterTrackService - Interface in org.springframework.yarn.am
Generic interface for Hadoop Yarn Track Service running inside Application Master.
appName(String) - Method in class org.springframework.yarn.config.annotation.builders.YarnClientBuilder
 
appName(String) - Method in interface org.springframework.yarn.config.annotation.builders.YarnClientConfigurer
Specify a yarn application name.
appType(String) - Method in class org.springframework.yarn.config.annotation.builders.YarnClientBuilder
 
appType(String) - Method in interface org.springframework.yarn.config.annotation.builders.YarnClientConfigurer
Specify a yarn application type.
ARG_APPLICATION_ID - Static variable in class org.springframework.yarn.client.CommandLineClientRunner
 
argument(String, String) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultMasterContainerRunnerConfigurer
 
argument(String, String) - Method in interface org.springframework.yarn.config.annotation.configurers.MasterContainerRunnerConfigurer
 
arguments(Properties) - Method in interface org.springframework.yarn.config.annotation.configurers.ClientMasterRunnerConfigurer
 
arguments(Properties) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultClientMasterRunnerConfigurer
 
arguments(Properties) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultMasterContainerRunnerConfigurer
 
arguments(Properties) - Method in interface org.springframework.yarn.config.annotation.configurers.MasterContainerRunnerConfigurer
 
asProperties(Configuration) - Static method in class org.springframework.yarn.configuration.ConfigurationUtils
Returns a static Properties copy of the given configuration.
assign(ContainerId, E) - Method in interface org.springframework.yarn.am.assign.ContainerAssign
Assign data with container.
assign(ContainerId, Object) - Method in class org.springframework.yarn.am.assign.DefaultContainerAssign
 

B

beanFactory - Variable in class org.springframework.yarn.config.annotation.ContainerActivatorAnnotationPostProcessor
 
BeanFactoryTypeConverter - Class in org.springframework.yarn.support
 
BeanFactoryTypeConverter() - Constructor for class org.springframework.yarn.support.BeanFactoryTypeConverter
Instantiates a new bean factory type converter.
BeanFactoryTypeConverter(ConversionService) - Constructor for class org.springframework.yarn.support.BeanFactoryTypeConverter
 
beanName(String) - Method in interface org.springframework.yarn.config.annotation.configurers.ClientMasterRunnerConfigurer
 
beanName(String) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultClientMasterRunnerConfigurer
 
beanName(String) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultMasterContainerRunnerConfigurer
 
beanName(String) - Method in interface org.springframework.yarn.config.annotation.configurers.MasterContainerRunnerConfigurer
 
build() - Method in class org.springframework.yarn.support.console.ApplicationsReport.InstalledReportBuilder
Builds an applications report.
build() - Method in class org.springframework.yarn.support.console.ApplicationsReport.SubmittedReportBuilder
Builds an applications report.
build() - Method in class org.springframework.yarn.support.console.ContainerClusterReport.ClusterInfoReportBuilder
Builds an applications report.
build() - Method in class org.springframework.yarn.support.console.ContainerClusterReport.ClustersInfoReportBuilder
Builds an applications report.
builder - Variable in class org.springframework.yarn.config.annotation.configuration.SpringYarnConfiguration
 
byAny() - Method in class org.springframework.yarn.am.allocate.ContainerAllocateData
 
byHosts() - Method in class org.springframework.yarn.am.allocate.ContainerAllocateData
 
byRacks() - Method in class org.springframework.yarn.am.allocate.ContainerAllocateData
 

C

calculateColumnWidths() - Method in class org.springframework.yarn.support.console.Table
 
canConvert(Class<?>, Class<?>) - Method in class org.springframework.yarn.support.BeanFactoryTypeConverter
 
canConvert(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.yarn.support.BeanFactoryTypeConverter
 
canFit(GridMember) - Method in class org.springframework.yarn.am.grid.support.AbstractGridProjection
Checks if a member can be fit in this projection.
clean() - Method in class org.springframework.yarn.fs.AbstractResourceLocalizer
 
clean() - Method in interface org.springframework.yarn.fs.SmartResourceLocalizer
Cleans all leftovers what has been created during the distribute process.
clientClass(Class<? extends YarnClient>) - Method in class org.springframework.yarn.config.annotation.builders.YarnClientBuilder
 
clientClass(String) - Method in class org.springframework.yarn.config.annotation.builders.YarnClientBuilder
 
clientClass(Class<? extends YarnClient>) - Method in interface org.springframework.yarn.config.annotation.builders.YarnClientConfigurer
Specify a YarnClient class.
clientClass(String) - Method in interface org.springframework.yarn.config.annotation.builders.YarnClientConfigurer
Specify a YarnClient as a fully qualified class name.
ClientMasterRunnerConfigurer - Interface in org.springframework.yarn.config.annotation.configurers
 
ClientParser - Class in org.springframework.yarn.config
Simple namespace parser for yarn:client.
ClientParser() - Constructor for class org.springframework.yarn.config.ClientParser
 
ClientRmOperations - Interface in org.springframework.yarn.client
Interface for client to resource manager communication.
ClientRmTemplate - Class in org.springframework.yarn.client
Template implementation for ClientRmOperations wrapping communication using ApplicationClientProtocol.
ClientRmTemplate(Configuration) - Constructor for class org.springframework.yarn.client.ClientRmTemplate
Constructs a ClientRmTemplate with a given yarn configuration.
closeReader(Reader) - Static method in class org.springframework.yarn.support.console.CommonUtils
 
ClusterAllocatingAction - Class in org.springframework.yarn.am.cluster
 
ClusterAllocatingAction() - Constructor for class org.springframework.yarn.am.cluster.ClusterAllocatingAction
 
clusterAllocatingAction() - Method in class org.springframework.yarn.am.cluster.ContainerClusterStateMachineConfiguration
 
ClusterDestroyingAction - Class in org.springframework.yarn.am.cluster
 
ClusterDestroyingAction() - Constructor for class org.springframework.yarn.am.cluster.ClusterDestroyingAction
 
clusterDestroyingAction() - Method in class org.springframework.yarn.am.cluster.ContainerClusterStateMachineConfiguration
 
ClusterEvent - Enum in org.springframework.yarn.am.cluster
Possible events controlling this machine.
clusterInfoReportBuilder() - Static method in class org.springframework.yarn.support.console.ContainerClusterReport
 
clustersInfoReportBuilder() - Static method in class org.springframework.yarn.support.console.ContainerClusterReport
 
ClusterState - Enum in org.springframework.yarn.am.cluster
Possible states of this machine.
ClusterStoppingAction - Class in org.springframework.yarn.am.cluster
 
ClusterStoppingAction() - Constructor for class org.springframework.yarn.am.cluster.ClusterStoppingAction
 
clusterStoppingAction() - Method in class org.springframework.yarn.am.cluster.ContainerClusterStateMachineConfiguration
 
collectionToCommaDelimitedString(Collection<String>) - Static method in class org.springframework.yarn.support.console.CommonUtils
Convert a List of Strings to a comma delimited String.
COLUMN_1 - Static variable in class org.springframework.yarn.support.console.UiUtils
 
COLUMN_2 - Static variable in class org.springframework.yarn.support.console.UiUtils
 
COLUMN_3 - Static variable in class org.springframework.yarn.support.console.UiUtils
 
COLUMN_4 - Static variable in class org.springframework.yarn.support.console.UiUtils
 
COLUMN_5 - Static variable in class org.springframework.yarn.support.console.UiUtils
 
COLUMN_6 - Static variable in class org.springframework.yarn.support.console.UiUtils
 
CommandLineAppmasterRunner - Class in org.springframework.yarn.am
Simple launcher for application master.
CommandLineAppmasterRunner() - Constructor for class org.springframework.yarn.am.CommandLineAppmasterRunner
 
CommandLineClientRunner - Class in org.springframework.yarn.client
A simple client runner executing a bean named "yarnClient".
CommandLineClientRunner() - Constructor for class org.springframework.yarn.client.CommandLineClientRunner
 
CommandLineContainerRunner - Class in org.springframework.yarn.container
A simple container runner executing a bean named "yarnContainer".
CommandLineContainerRunner() - Constructor for class org.springframework.yarn.container.CommandLineContainerRunner
 
CommandYarnClient - Class in org.springframework.yarn.client
Default Yarn client utilising functionality in AbstractYarnClient.
CommandYarnClient(ClientRmOperations) - Constructor for class org.springframework.yarn.client.CommandYarnClient
Constructs a default client with a given template.
CommonUtils - Class in org.springframework.yarn.support.console
Contains common non-ui related helper methods for rendering text to the console.
CommonUtils() - Constructor for class org.springframework.yarn.support.console.CommonUtils
 
compareTo(ExitStatus) - Method in class org.springframework.yarn.launch.ExitStatus
 
COMPLETED - Static variable in class org.springframework.yarn.launch.ExitStatus
Convenient constant value representing finished processing.
completed(List<ContainerStatus>) - Method in class org.springframework.yarn.listener.CompositeContainerAllocatorListener
 
completed(List<ContainerStatus>) - Method in interface org.springframework.yarn.listener.ContainerAllocatorListener
Invoked when containers are releases and thus marked as completed.
completedCount() - Method in interface org.springframework.yarn.am.monitor.ContainerMonitor
Gets a count of completed containers.
completedCount() - Method in class org.springframework.yarn.am.monitor.DefaultContainerMonitor
 
CompositeAppmasterStateListener - Class in org.springframework.yarn.listener
Composite listener for handling appmaster state events.
CompositeAppmasterStateListener() - Constructor for class org.springframework.yarn.listener.CompositeAppmasterStateListener
 
CompositeContainerAllocatorListener - Class in org.springframework.yarn.listener
Composite listener for handling allocation events.
CompositeContainerAllocatorListener() - Constructor for class org.springframework.yarn.listener.CompositeContainerAllocatorListener
 
CompositeContainerMonitorStateListener - Class in org.springframework.yarn.listener
Composite listener for handling container monitor events.
CompositeContainerMonitorStateListener() - Constructor for class org.springframework.yarn.listener.CompositeContainerMonitorStateListener
 
CompositeContainerStateListener - Class in org.springframework.yarn.listener
Composite listener for handling container state events.
CompositeContainerStateListener() - Constructor for class org.springframework.yarn.listener.CompositeContainerStateListener
 
CompositeStateMachineListener<S,E> - Class in org.springframework.yarn.support.statemachine.listener
 
CompositeStateMachineListener() - Constructor for class org.springframework.yarn.support.statemachine.listener.CompositeStateMachineListener
 
configuration(Configuration) - Method in class org.springframework.yarn.config.annotation.builders.YarnAppmasterBuilder
 
configuration(Configuration) - Method in class org.springframework.yarn.config.annotation.builders.YarnClientBuilder
 
configuration(Configuration) - Method in class org.springframework.yarn.config.annotation.builders.YarnContainerBuilder
 
configuration(Configuration) - Method in class org.springframework.yarn.config.annotation.builders.YarnEnvironmentBuilder
Sets the yarn configuration.
configuration(Configuration) - Method in class org.springframework.yarn.config.annotation.builders.YarnResourceLocalizerBuilder
 
ConfigurationFactoryBean - Class in org.springframework.yarn.configuration
FactoryBean for creating YarnConfiguration instances.
ConfigurationFactoryBean() - Constructor for class org.springframework.yarn.configuration.ConfigurationFactoryBean
 
ConfigurationUtils - Class in org.springframework.yarn.configuration
Reusable utility class for common Configuration operations.
ConfigurationUtils() - Constructor for class org.springframework.yarn.configuration.ConfigurationUtils
 
configure(StateMachineStateConfigurer<ClusterState, ClusterEvent>) - Method in class org.springframework.yarn.am.cluster.ContainerClusterStateMachineConfiguration
 
configure(StateMachineTransitionConfigurer<ClusterState, ClusterEvent>) - Method in class org.springframework.yarn.am.cluster.ContainerClusterStateMachineConfiguration
 
configure(YarnClientBuilder) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultClientMasterRunnerConfigurer
 
configure(YarnEnvironmentBuilder) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultEnvironmentClasspathConfigurer
 
configure(YarnResourceLocalizerBuilder) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultLocalResourcesCopyConfigurer
 
configure(YarnResourceLocalizerBuilder) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultLocalResourcesHdfsConfigurer
 
configure(YarnAppmasterBuilder) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultMasterContainerAllocatorConfigurer
 
configure(YarnAppmasterBuilder) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultMasterContainerRunnerConfigurer
 
configure(YarnConfigConfigurer) - Method in interface org.springframework.yarn.config.annotation.SpringYarnConfigurer
Configure YarnConfiguration via YarnConfigBuilder builder.
configure(YarnResourceLocalizerConfigurer) - Method in interface org.springframework.yarn.config.annotation.SpringYarnConfigurer
configure(YarnEnvironmentConfigurer) - Method in interface org.springframework.yarn.config.annotation.SpringYarnConfigurer
Configure Map of environment via YarnEnvironmentBuilder builder.
configure(YarnClientConfigurer) - Method in interface org.springframework.yarn.config.annotation.SpringYarnConfigurer
Configure YarnClient via YarnClientBuilder builder.
configure(YarnAppmasterConfigurer) - Method in interface org.springframework.yarn.config.annotation.SpringYarnConfigurer
Configure YarnAppmaster via YarnAppmasterBuilder builder.
configure(YarnContainerConfigurer) - Method in interface org.springframework.yarn.config.annotation.SpringYarnConfigurer
Configure YarnContainer via YarnContainerBuilder builder.
configure(SpringYarnConfigBuilder) - Method in class org.springframework.yarn.config.annotation.SpringYarnConfigurerAdapter
 
configure(YarnConfigConfigurer) - Method in class org.springframework.yarn.config.annotation.SpringYarnConfigurerAdapter
 
configure(YarnResourceLocalizerConfigurer) - Method in class org.springframework.yarn.config.annotation.SpringYarnConfigurerAdapter
 
configure(YarnEnvironmentConfigurer) - Method in class org.springframework.yarn.config.annotation.SpringYarnConfigurerAdapter
 
configure(YarnClientConfigurer) - Method in class org.springframework.yarn.config.annotation.SpringYarnConfigurerAdapter
 
configure(YarnAppmasterConfigurer) - Method in class org.springframework.yarn.config.annotation.SpringYarnConfigurerAdapter
 
configure(YarnContainerConfigurer) - Method in class org.springframework.yarn.config.annotation.SpringYarnConfigurerAdapter
 
configure(StateMachineStateConfigurer<S, E>) - Method in interface org.springframework.yarn.support.statemachine.config.builders.StateMachineConfigurer
 
configure(StateMachineTransitionConfigurer<S, E>) - Method in interface org.springframework.yarn.support.statemachine.config.builders.StateMachineConfigurer
 
configure(StateMachineTransitionBuilder<S, E>) - Method in class org.springframework.yarn.support.statemachine.config.configurers.DefaultExternalTransitionConfigurer
 
configure(StateMachineStateBuilder<S, E>) - Method in class org.springframework.yarn.support.statemachine.config.configurers.DefaultStateConfigurer
 
configure(StateMachineConfigBuilder<S, E>) - Method in class org.springframework.yarn.support.statemachine.config.StateMachineConfigurerAdapter
 
configure(StateMachineStateConfigurer<S, E>) - Method in class org.springframework.yarn.support.statemachine.config.StateMachineConfigurerAdapter
 
configure(StateMachineTransitionConfigurer<S, E>) - Method in class org.springframework.yarn.support.statemachine.config.StateMachineConfigurerAdapter
 
configureProperties(Properties) - Method in class org.springframework.yarn.config.annotation.builders.YarnConfigBuilder
 
configureProperties(Properties) - Method in class org.springframework.yarn.config.annotation.builders.YarnEnvironmentBuilder
 
configureResources(Set<Resource>) - Method in class org.springframework.yarn.config.annotation.builders.YarnConfigBuilder
 
configureSecurity(HadoopSecurity) - Method in class org.springframework.yarn.config.annotation.builders.YarnConfigBuilder
 
CONFIGURING_POSTPROCESSOR_BEAN_NAME - Static variable in class org.springframework.yarn.config.AbstractYarnNamespaceHandler
 
ConfiguringBeanFactoryPostProcessor - Class in org.springframework.yarn.config
Bean factory post processor which adds creates default task scheduler and executor if necessary.
ConfiguringBeanFactoryPostProcessor() - Constructor for class org.springframework.yarn.config.ConfiguringBeanFactoryPostProcessor
 
ConfiguringBeanFactoryPostProcessorConfiguration - Class in org.springframework.yarn.config.annotation
Configuration which registers ConfiguringBeanFactoryPostProcessor as BeanFactoryPostProcessor order to create some default beans similarly to xml config.
ConfiguringBeanFactoryPostProcessorConfiguration() - Constructor for class org.springframework.yarn.config.annotation.ConfiguringBeanFactoryPostProcessorConfiguration
 
CONTAINER_COUNT - Static variable in class org.springframework.yarn.am.AppmasterConstants
Constant used to indicate number of container launched
ContainerActivatorAnnotationPostProcessor - Class in org.springframework.yarn.config.annotation
Post-processor for Methods annotated with @OnContainerStart.
ContainerActivatorAnnotationPostProcessor(ListableBeanFactory) - Constructor for class org.springframework.yarn.config.annotation.ContainerActivatorAnnotationPostProcessor
 
ContainerAllocateData - Class in org.springframework.yarn.am.allocate
Acts as a main entry point abstracting access for ResourceRequests.
ContainerAllocateData() - Constructor for class org.springframework.yarn.am.allocate.ContainerAllocateData
Instantiates a new container allocate data.
ContainerAllocationEvent - Class in org.springframework.yarn.event
Generic event representing that Container has been allocated.
ContainerAllocationEvent(Object, Container) - Constructor for class org.springframework.yarn.event.ContainerAllocationEvent
Constructs event with the given Container.
ContainerAllocator - Interface in org.springframework.yarn.am.allocate
General interface for container allocators.
ContainerAllocatorListener - Interface in org.springframework.yarn.listener
Interface used for allocator to notify newly allocated and completed containers.
ContainerAssign<E> - Interface in org.springframework.yarn.am.assign
Interface storing and keeping data associated with a container.
ContainerAware - Interface in org.springframework.yarn.am.monitor
Interface for container monitoring components wanting to be aware of Containers and ContainerStatuss.
containerClass(Class<? extends YarnContainer>) - Method in class org.springframework.yarn.config.annotation.builders.YarnContainerBuilder
 
containerClass(String) - Method in class org.springframework.yarn.config.annotation.builders.YarnContainerBuilder
 
containerClass(Class<? extends YarnContainer>) - Method in interface org.springframework.yarn.config.annotation.builders.YarnContainerConfigurer
Specify a YarnContainer class.
containerClass(String) - Method in interface org.springframework.yarn.config.annotation.builders.YarnContainerConfigurer
Specify a YarnContainer as a fully qualified class name.
ContainerCluster - Interface in org.springframework.yarn.am.cluster
 
ContainerClusterAppmaster - Interface in org.springframework.yarn.am.cluster
Interface for YarnAppmaster which is controlling container clusters.
ContainerClusterInfo - Class in org.springframework.yarn.am.cluster
 
ContainerClusterInfo(String, GridProjection) - Constructor for class org.springframework.yarn.am.cluster.ContainerClusterInfo
 
ContainerClusterReport - Class in org.springframework.yarn.support.console
Utility class creating reports for container clusters.
ContainerClusterReport.ClusterInfoField - Enum in org.springframework.yarn.support.console
Enums for cluster fields.
ContainerClusterReport.ClusterInfoReportBuilder - Class in org.springframework.yarn.support.console
 
ContainerClusterReport.ClustersInfoField - Enum in org.springframework.yarn.support.console
Enums for clusters fields.
ContainerClusterReport.ClustersInfoReportBuilder - Class in org.springframework.yarn.support.console
 
ContainerClusterReport.ClustersInfoReportData - Class in org.springframework.yarn.support.console
 
ContainerClusterReport.ClustersInfoReportData(String, Integer, Integer, Map<String, Integer>, Map<String, Integer>, Integer, Map<String, Integer>, Map<String, Integer>) - Constructor for class org.springframework.yarn.support.console.ContainerClusterReport.ClustersInfoReportData
 
ContainerClusterStateMachineConfiguration - Class in org.springframework.yarn.am.cluster
Configuration for state machine build used by AbstractContainerClusterAppmaster.
ContainerClusterStateMachineConfiguration() - Constructor for class org.springframework.yarn.am.cluster.ContainerClusterStateMachineConfiguration
 
containerCommands(String[]) - Method in class org.springframework.yarn.config.annotation.builders.YarnAppmasterBuilder
 
containerCommands(String, String[]) - Method in class org.springframework.yarn.config.annotation.builders.YarnAppmasterBuilder
 
containerCommands(String[]) - Method in interface org.springframework.yarn.config.annotation.builders.YarnAppmasterConfigurer
Specify a raw array of commands used to start a container.
containerCommands(String, String[]) - Method in interface org.springframework.yarn.config.annotation.builders.YarnAppmasterConfigurer
Specify a raw array of commands used to start a container.
ContainerCompletedEvent - Class in org.springframework.yarn.event
Generic event representing that Container has been completed.
ContainerCompletedEvent(Object, ContainerStatus) - Constructor for class org.springframework.yarn.event.ContainerCompletedEvent
Constructs event with the given ContainerStatus.
ContainerHandler - Class in org.springframework.yarn.container
Handler for a common object representing something to be run.
ContainerHandler(Object) - Constructor for class org.springframework.yarn.container.ContainerHandler
Instantiates a new container handler.
ContainerHandler(Object, Method) - Constructor for class org.springframework.yarn.container.ContainerHandler
Instantiates a new container handler.
ContainerHandler(Object, String) - Constructor for class org.springframework.yarn.container.ContainerHandler
Instantiates a new container handler.
ContainerHandler(MethodInvokingYarnContainerRuntimeProcessor<T>) - Constructor for class org.springframework.yarn.container.ContainerHandler
Instantiates a new container handler.
ContainerLaunchedEvent - Class in org.springframework.yarn.event
Generic event representing that Container has been launched.
ContainerLaunchedEvent(Object, Container) - Constructor for class org.springframework.yarn.event.ContainerLaunchedEvent
Constructs event with the given Container.
ContainerLauncher - Interface in org.springframework.yarn.am.container
General interface for container launcher.
ContainerLauncherInterceptor - Interface in org.springframework.yarn.am
Interface for interceptors that are able to view and/or modify the ContainerLaunchContext before the container is launched.
ContainerLaunchRequestFailedEvent - Class in org.springframework.yarn.event
Generic event representing that Container launch request has failed.
ContainerLaunchRequestFailedEvent(Object, Container) - Constructor for class org.springframework.yarn.event.ContainerLaunchRequestFailedEvent
Constructs event with the given Container.
ContainerMethodInvokerHelper<T> - Class in org.springframework.yarn.container
A helper class using spel to execute target methods.
ContainerMethodInvokerHelper(Object, Method) - Constructor for class org.springframework.yarn.container.ContainerMethodInvokerHelper
 
ContainerMethodInvokerHelper(Object, Method, Class<?>) - Constructor for class org.springframework.yarn.container.ContainerMethodInvokerHelper
 
ContainerMethodInvokerHelper(Object, String) - Constructor for class org.springframework.yarn.container.ContainerMethodInvokerHelper
 
ContainerMethodInvokerHelper(Object, String, Class<?>) - Constructor for class org.springframework.yarn.container.ContainerMethodInvokerHelper
 
ContainerMethodInvokerHelper(Object, Class<? extends Annotation>) - Constructor for class org.springframework.yarn.container.ContainerMethodInvokerHelper
 
ContainerMethodInvokerHelper(Object, Class<? extends Annotation>, Class<?>) - Constructor for class org.springframework.yarn.container.ContainerMethodInvokerHelper
 
ContainerMethodInvokerHelper.ParametersWrapper - Class in org.springframework.yarn.container
Wrapping everything we need to work with spel.
ContainerMethodInvokerHelper.ParametersWrapper(Map<String, String>, Properties) - Constructor for class org.springframework.yarn.container.ContainerMethodInvokerHelper.ParametersWrapper
 
ContainerMonitor - Interface in org.springframework.yarn.am.monitor
General interface for components able to monitor application and container statuses.
ContainerMonitorListener - Interface in org.springframework.yarn.listener
Interface used for monitor to state of the monitor.
ContainerMonitorListener.ContainerMonitorState - Class in org.springframework.yarn.listener
Class holding state info.
ContainerMonitorListener.ContainerMonitorState(int, int, int, int) - Constructor for class org.springframework.yarn.listener.ContainerMonitorListener.ContainerMonitorState
Instantiates a new container monitor state.
ContainerParser - Class in org.springframework.yarn.config
Simple namespace parser for yarn:container.
ContainerParser() - Constructor for class org.springframework.yarn.config.ContainerParser
 
containerRef(YarnContainer) - Method in class org.springframework.yarn.config.annotation.builders.YarnContainerBuilder
 
containerRef(YarnContainer) - Method in interface org.springframework.yarn.config.annotation.builders.YarnContainerConfigurer
Specify a YarnContainer reference.
ContainerRegisterEvent - Class in org.springframework.yarn.event
Generic event representing that Container has been registered.
ContainerRegisterEvent(Object, String, String) - Constructor for class org.springframework.yarn.event.ContainerRegisterEvent
Instantiates a new container register event.
ContainerRegisterInfo - Class in org.springframework.yarn.am.container
Domain class for keeping container register information together.
ContainerRegisterInfo() - Constructor for class org.springframework.yarn.am.container.ContainerRegisterInfo
Instantiates a new container register info.
ContainerRegisterInfo(String) - Constructor for class org.springframework.yarn.am.container.ContainerRegisterInfo
Instantiates a new container register info.
ContainerRequestHint - Class in org.springframework.yarn.am.container
Helper class used to add request data hints.
ContainerRequestHint(Object, Resource, String[], String[], Priority) - Constructor for class org.springframework.yarn.am.container.ContainerRequestHint
Instantiates a new container request data.
ContainerResolver - Interface in org.springframework.yarn.am.container
Interface for implementations which knows how to resolve container locations.
ContainerRunner - Interface in org.springframework.yarn.container
A ContainerRunner is an interface against YarnContainer order to execute its run logic.
ContainerShutdown - Interface in org.springframework.yarn.am.container
Generic strategy interface to shutdown containers.
ContainerStateListener - Interface in org.springframework.yarn.listener
Interface used for container to notify its state.
ContainerStateListener.ContainerState - Enum in org.springframework.yarn.listener
Enum for container states
containsToken(NMTokenCache, String) - Static method in class org.springframework.yarn.support.compat.NMTokenCacheCompat
 
contextClass(Class<?>) - Method in interface org.springframework.yarn.config.annotation.configurers.ClientMasterRunnerConfigurer
 
contextClass(Class<?>) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultClientMasterRunnerConfigurer
 
contextClass(Class<?>) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultMasterContainerRunnerConfigurer
 
contextClass(Class<?>) - Method in interface org.springframework.yarn.config.annotation.configurers.MasterContainerRunnerConfigurer
 
contextFile(String) - Method in interface org.springframework.yarn.config.annotation.configurers.ClientMasterRunnerConfigurer
 
contextFile(String) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultClientMasterRunnerConfigurer
 
contextFile(String) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultMasterContainerRunnerConfigurer
 
contextFile(String) - Method in interface org.springframework.yarn.config.annotation.configurers.MasterContainerRunnerConfigurer
 
CONVERSION_SERVICE_BEAN_NAME - Static variable in class org.springframework.yarn.support.YarnContextUtils
 
convertValue(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.yarn.support.BeanFactoryTypeConverter
 
convertYarnAccessException(YarnRuntimeException) - Static method in class org.springframework.yarn.support.YarnUtils
Converts YarnRuntimeException to a Spring dao exception.
convertYarnAccessException(IOException) - Static method in class org.springframework.yarn.support.YarnUtils
Converts IOException to a Spring dao exception.
convertYarnAccessException(RemoteException) - Static method in class org.springframework.yarn.support.YarnUtils
Converts RemoteException to a Spring dao exception.
convertYarnAccessException(YarnException) - Static method in class org.springframework.yarn.support.YarnUtils
Converts YarnException to a Spring dao exception.
copy(String, String, boolean) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultLocalResourcesCopyConfigurer
 
copy(String[], String, boolean) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultLocalResourcesCopyConfigurer
 
copy(String, String, boolean) - Method in interface org.springframework.yarn.config.annotation.configurers.LocalResourcesCopyConfigurer
 
copy(String[], String, boolean) - Method in interface org.springframework.yarn.config.annotation.configurers.LocalResourcesCopyConfigurer
 
copy() - Method in class org.springframework.yarn.fs.AbstractResourceLocalizer
 
copy() - Method in interface org.springframework.yarn.fs.SmartResourceLocalizer
If resource localizer has knowledge to copy files into file system, calling this method effectively should do all tasks for that specific functionality.
createConfiguration(Configuration) - Method in class org.springframework.yarn.configuration.ConfigurationFactoryBean
Creates a configuration instance potentially using the existing one (passed as an argument - which can be null).
createContainerCluster(String, ProjectionData) - Method in class org.springframework.yarn.am.cluster.AbstractContainerClusterAppmaster
 
createContainerCluster(String, String, ProjectionData, Map<String, Object>) - Method in class org.springframework.yarn.am.cluster.AbstractContainerClusterAppmaster
 
createContainerCluster(String, ProjectionData) - Method in interface org.springframework.yarn.am.cluster.ContainerClusterAppmaster
 
createContainerCluster(String, String, ProjectionData, Map<String, Object>) - Method in interface org.springframework.yarn.am.cluster.ContainerClusterAppmaster
 
createElementDescription(Element) - Static method in class org.springframework.yarn.config.YarnNamespaceUtils
Provides a user friendly description of an element based on its node name and, if available, its "id" attribute value.
createEnvironment() - Method in class org.springframework.yarn.configuration.EnvironmentFactoryBean
Creates the Map to be returned from this factory bean.
createFrom(Configuration, Properties) - Static method in class org.springframework.yarn.configuration.ConfigurationUtils
Creates a new Configuration based on the given arguments.
createFrom(YarnConfiguration, Properties) - Static method in class org.springframework.yarn.configuration.ConfigurationUtils
Creates a new YarnConfiguration based on the given arguments.
createProxy() - Method in class org.springframework.yarn.rpc.YarnRpcAccessor
Creates the proxy.
createStandardEvaluationContext() - Static method in class org.springframework.yarn.support.ExpressionUtils
Used to create a context with no BeanFactory, usually in tests.
createStandardEvaluationContext(BeanFactory) - Static method in class org.springframework.yarn.support.ExpressionUtils
Obtains the context from the beanFactory if not null; emits a warning if the beanFactory is null.

D

DEFAULT_CONTAINER_SHUTDOWN - Static variable in class org.springframework.yarn.YarnSystemConstants
Default bean id for Yarn container shutdown.
DEFAULT_CONTEXT_FILE_APPMASTER - Static variable in class org.springframework.yarn.YarnSystemConstants
Default name of appmaster context file.
DEFAULT_CONTEXT_FILE_CLIENT - Static variable in class org.springframework.yarn.YarnSystemConstants
Default name of client context file.
DEFAULT_CONTEXT_FILE_CONTAINER - Static variable in class org.springframework.yarn.YarnSystemConstants
Default name of container context file.
DEFAULT_ID_AMSERVICE - Static variable in class org.springframework.yarn.YarnSystemConstants
Default bean id for appmaster service.
DEFAULT_ID_AMSERVICE_CLIENT - Static variable in class org.springframework.yarn.YarnSystemConstants
Default bean id for appmaster service client.
DEFAULT_ID_AMTRACKSERVICE - Static variable in class org.springframework.yarn.YarnSystemConstants
Default bean id for appmaster track service.
DEFAULT_ID_APPMASTER - Static variable in class org.springframework.yarn.YarnSystemConstants
Default bean id for appmaster.
DEFAULT_ID_CLIENT - Static variable in class org.springframework.yarn.YarnSystemConstants
Default bean id for client.
DEFAULT_ID_CLIENT_AMSERVICE - Static variable in class org.springframework.yarn.YarnSystemConstants
Default bean id for appmaster client service.
DEFAULT_ID_CONFIGURATION - Static variable in class org.springframework.yarn.YarnSystemConstants
Default bean id for resource yarn configuration.
DEFAULT_ID_CONTAINER - Static variable in class org.springframework.yarn.YarnSystemConstants
Default bean id for container.
DEFAULT_ID_CONTAINER_CLASS - Static variable in class org.springframework.yarn.YarnSystemConstants
Default bean id for container class.
DEFAULT_ID_CONTAINER_REF - Static variable in class org.springframework.yarn.YarnSystemConstants
Default bean id for container ref.
DEFAULT_ID_ENVIRONMENT - Static variable in class org.springframework.yarn.YarnSystemConstants
Default bean id for resource environment.
DEFAULT_ID_EVENT_PUBLISHER - Static variable in class org.springframework.yarn.YarnSystemConstants
Default bean id for Yarn event publisher.
DEFAULT_ID_LOCAL_RESOURCES - Static variable in class org.springframework.yarn.YarnSystemConstants
Default bean id for resource localizer.
DEFAULT_ID_RESTTEMPLATE - Static variable in class org.springframework.yarn.YarnSystemConstants
Default bean id for yarn specific rest template.
DEFAULT_ID_STATEMACHINE - Static variable in class org.springframework.yarn.support.statemachine.StateMachineSystemConstants
Default bean id for state machine.
DEFAULT_ID_STATEMACHINEFACTORY - Static variable in class org.springframework.yarn.support.statemachine.StateMachineSystemConstants
Default bean id for state machine factory.
DEFAULT_STAGING_BASE_DIR_NAME - Static variable in class org.springframework.yarn.YarnSystemConstants
Default staging directory base name.
DEFAULT_STAGING_DIR_NAME - Static variable in class org.springframework.yarn.YarnSystemConstants
Default staging directory name.
DefaultAllocateCountTracker - Class in org.springframework.yarn.am.allocate
Helper class tracking allocation counts.
DefaultAllocateCountTracker(Configuration) - Constructor for class org.springframework.yarn.am.allocate.DefaultAllocateCountTracker
Instantiates a new default allocate count tracker.
DefaultAllocateCountTracker(String, Configuration) - Constructor for class org.springframework.yarn.am.allocate.DefaultAllocateCountTracker
 
DefaultAllocateCountTracker.AllocateCountInfo - Class in org.springframework.yarn.am.allocate
 
DefaultAllocateCountTracker.AllocateCountInfo() - Constructor for class org.springframework.yarn.am.allocate.DefaultAllocateCountTracker.AllocateCountInfo
 
DefaultApplicationYarnClient - Class in org.springframework.yarn.client
An implementation of ApplicationYarnClient verifying application install and submit statuses.
DefaultApplicationYarnClient(ClientRmOperations) - Constructor for class org.springframework.yarn.client.DefaultApplicationYarnClient
Instantiates a new default application yarn client.
DefaultClientMasterRunnerConfigurer - Class in org.springframework.yarn.config.annotation.configurers
AnnotationConfigurer for YarnAppmaster launch commands.
DefaultClientMasterRunnerConfigurer() - Constructor for class org.springframework.yarn.config.annotation.configurers.DefaultClientMasterRunnerConfigurer
 
DefaultContainerAllocator - Class in org.springframework.yarn.am.allocate
Default allocator which polls resource manager, requests new containers and acts as a heart beat sender at the same time.
DefaultContainerAllocator() - Constructor for class org.springframework.yarn.am.allocate.DefaultContainerAllocator
 
DefaultContainerAssign - Class in org.springframework.yarn.am.assign
Default ContainerAssign implementation using Objects as assigned data.
DefaultContainerAssign() - Constructor for class org.springframework.yarn.am.assign.DefaultContainerAssign
 
DefaultContainerCluster - Class in org.springframework.yarn.am.cluster
 
DefaultContainerCluster(String, GridProjection, StateMachine<State<ClusterState, ClusterEvent>, ClusterEvent>) - Constructor for class org.springframework.yarn.am.cluster.DefaultContainerCluster
 
DefaultContainerCluster(String, GridProjection, StateMachine<State<ClusterState, ClusterEvent>, ClusterEvent>, Map<String, Object>) - Constructor for class org.springframework.yarn.am.cluster.DefaultContainerCluster
 
DefaultContainerLauncher - Class in org.springframework.yarn.am.container
Default container launcher.
DefaultContainerLauncher() - Constructor for class org.springframework.yarn.am.container.DefaultContainerLauncher
 
DefaultContainerMonitor - Class in org.springframework.yarn.am.monitor
Default implementation of ContainerMonitor which simple tracks number of total and completed containers.
DefaultContainerMonitor() - Constructor for class org.springframework.yarn.am.monitor.DefaultContainerMonitor
 
DefaultEnvironmentClasspathConfigurer - Class in org.springframework.yarn.config.annotation.configurers
AnnotationConfigurer which knows how to handle configuring a classpath.
DefaultEnvironmentClasspathConfigurer() - Constructor for class org.springframework.yarn.config.annotation.configurers.DefaultEnvironmentClasspathConfigurer
 
DefaultEnvironmentClasspathConfigurer(String) - Constructor for class org.springframework.yarn.config.annotation.configurers.DefaultEnvironmentClasspathConfigurer
 
DefaultExternalTransition<S,E> - Class in org.springframework.yarn.support.statemachine.transition
 
DefaultExternalTransition(State<S, E>, State<S, E>, Collection<Action>, E) - Constructor for class org.springframework.yarn.support.statemachine.transition.DefaultExternalTransition
 
DefaultExternalTransitionConfigurer<S,E> - Class in org.springframework.yarn.support.statemachine.config.configurers
 
DefaultExternalTransitionConfigurer() - Constructor for class org.springframework.yarn.support.statemachine.config.configurers.DefaultExternalTransitionConfigurer
 
DefaultGrid - Class in org.springframework.yarn.am.grid.support
Default implementation of Grid.
DefaultGrid() - Constructor for class org.springframework.yarn.am.grid.support.DefaultGrid
 
DefaultGridListener - Class in org.springframework.yarn.am.grid.listener
Composite listener for handling grid member events.
DefaultGridListener() - Constructor for class org.springframework.yarn.am.grid.listener.DefaultGridListener
 
DefaultGridMember - Class in org.springframework.yarn.am.grid.support
Default implementation of GridMember.
DefaultGridMember(Container) - Constructor for class org.springframework.yarn.am.grid.support.DefaultGridMember
Instantiates a new default grid member.
DefaultGridProjection - Class in org.springframework.yarn.am.grid.support
Default implementation of GridProjection.
DefaultGridProjection() - Constructor for class org.springframework.yarn.am.grid.support.DefaultGridProjection
Instantiates a new default grid projection.
DefaultGridProjection(Configuration) - Constructor for class org.springframework.yarn.am.grid.support.DefaultGridProjection
Instantiates a new default grid projection.
DefaultGridProjectionFactory - Class in org.springframework.yarn.am.grid.support
A default implementation of a GridProjectionFactory.
DefaultGridProjectionFactory() - Constructor for class org.springframework.yarn.am.grid.support.DefaultGridProjectionFactory
Instantiates a new default grid projection factory.
defaultId(ParserContext, Element) - Method in class org.springframework.yarn.config.LocalresourcesParser
 
DefaultInternalTransition<S,E> - Class in org.springframework.yarn.support.statemachine.transition
 
DefaultInternalTransition(State<S, E>, Collection<Action>, E) - Constructor for class org.springframework.yarn.support.statemachine.transition.DefaultInternalTransition
 
DefaultLocalResourcesCopyConfigurer - Class in org.springframework.yarn.config.annotation.configurers
AnnotationConfigurer which knows how to handle copy entries in ResourceLocalizer.
DefaultLocalResourcesCopyConfigurer() - Constructor for class org.springframework.yarn.config.annotation.configurers.DefaultLocalResourcesCopyConfigurer
 
DefaultLocalResourcesCopyConfigurer.ConfiguredCopyEntry - Class in org.springframework.yarn.config.annotation.configurers
 
DefaultLocalResourcesHdfsConfigurer - Class in org.springframework.yarn.config.annotation.configurers
 
DefaultLocalResourcesHdfsConfigurer() - Constructor for class org.springframework.yarn.config.annotation.configurers.DefaultLocalResourcesHdfsConfigurer
Instantiates a new default local resources hdfs configurer.
DefaultLocalResourcesHdfsConfigurer(String) - Constructor for class org.springframework.yarn.config.annotation.configurers.DefaultLocalResourcesHdfsConfigurer
Instantiates a new default local resources hdfs configurer.
defaultLocalResourceType(LocalResourceType) - Method in class org.springframework.yarn.config.annotation.builders.YarnResourceLocalizerBuilder
 
defaultLocalResourceVisibility(LocalResourceVisibility) - Method in class org.springframework.yarn.config.annotation.builders.YarnResourceLocalizerBuilder
 
DefaultMasterContainerAllocatorConfigurer - Class in org.springframework.yarn.config.annotation.configurers
AnnotationConfigurer for YarnAppmaster container allocator.
DefaultMasterContainerAllocatorConfigurer() - Constructor for class org.springframework.yarn.config.annotation.configurers.DefaultMasterContainerAllocatorConfigurer
 
DefaultMasterContainerAllocatorConfigurer.DefaultMasterContainerAllocatorCollectionConfigurer - Class in org.springframework.yarn.config.annotation.configurers
 
DefaultMasterContainerAllocatorConfigurer.DefaultMasterContainerAllocatorCollectionConfigurer(String) - Constructor for class org.springframework.yarn.config.annotation.configurers.DefaultMasterContainerAllocatorConfigurer.DefaultMasterContainerAllocatorCollectionConfigurer
 
DefaultMasterContainerRunnerConfigurer - Class in org.springframework.yarn.config.annotation.configurers
 
DefaultMasterContainerRunnerConfigurer() - Constructor for class org.springframework.yarn.config.annotation.configurers.DefaultMasterContainerRunnerConfigurer
 
DefaultMultiResourceLocalizer - Class in org.springframework.yarn.fs
Default implementation of a MultiResourceLocalizer.
DefaultMultiResourceLocalizer(ResourceLocalizer, Map<String, ResourceLocalizer>) - Constructor for class org.springframework.yarn.fs.DefaultMultiResourceLocalizer
Instantiates a new default multi resource localizer.
DefaultProjectedGrid - Class in org.springframework.yarn.am.grid.support
Default implementation of ProjectedGrid.
DefaultProjectedGrid(Grid) - Constructor for class org.springframework.yarn.am.grid.support.DefaultProjectedGrid
Instantiates a new default projected grid.
DefaultProjectedGridListener - Class in org.springframework.yarn.am.grid.listener
Composite listener for handling container group events.
DefaultProjectedGridListener() - Constructor for class org.springframework.yarn.am.grid.listener.DefaultProjectedGridListener
 
DefaultResourceLocalizer - Class in org.springframework.yarn.fs
Default implementation of ResourceLocalizer which is only capable of re-using files already in HDFS and preparing correct parameters for created LocalResource entries.
DefaultResourceLocalizer(Configuration, Collection<LocalResourcesFactoryBean.TransferEntry>, Collection<LocalResourcesFactoryBean.CopyEntry>) - Constructor for class org.springframework.yarn.fs.DefaultResourceLocalizer
Instantiates a new default resource localizer.
DefaultResourceLocalizer(Configuration, Collection<LocalResourcesFactoryBean.TransferEntry>, Collection<LocalResourcesFactoryBean.CopyEntry>, Path) - Constructor for class org.springframework.yarn.fs.DefaultResourceLocalizer
Instantiates a new default resource localizer.
DefaultStateConfigurer<S,E> - Class in org.springframework.yarn.support.statemachine.config.configurers
 
DefaultStateConfigurer() - Constructor for class org.springframework.yarn.support.statemachine.config.configurers.DefaultStateConfigurer
 
DefaultYarnContainer - Class in org.springframework.yarn.container
Default implementation of a YarnContainer.
DefaultYarnContainer() - Constructor for class org.springframework.yarn.container.DefaultYarnContainer
 
DefaultYarnEventPublisher - Class in org.springframework.yarn.event
The default strategy for publishing Yarn events.
DefaultYarnEventPublisher() - Constructor for class org.springframework.yarn.event.DefaultYarnEventPublisher
Constructs default strategy without an event publisher.
DefaultYarnEventPublisher(ApplicationEventPublisher) - Constructor for class org.springframework.yarn.event.DefaultYarnEventPublisher
Constructs default strategy with an event publisher.
deleteStagingEntries() - Method in class org.springframework.yarn.fs.AbstractResourceLocalizer
Delete staging entries.
delimiter(String) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultEnvironmentClasspathConfigurer
 
delimiter(String) - Method in interface org.springframework.yarn.config.annotation.configurers.EnvironmentClasspathConfigurer
Specify a delimiter used in a classpath.
destination(String) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultLocalResourcesCopyConfigurer.ConfiguredCopyEntry
 
destroy() - Method in class org.springframework.yarn.rpc.YarnRpcAccessor
 
destroyContainerCluster(String) - Method in class org.springframework.yarn.am.cluster.AbstractContainerClusterAppmaster
 
destroyContainerCluster(String) - Method in interface org.springframework.yarn.am.cluster.ContainerClusterAppmaster
 
distribute() - Method in class org.springframework.yarn.fs.AbstractResourceLocalizer
 
distribute() - Method in interface org.springframework.yarn.fs.SmartResourceLocalizer
If underlying implementation needs to do operations on file system or any other preparation work, calling of this method should make implementation ready to return resources from ResourceLocalizer.getResources() command.
doContainerRequest() - Method in class org.springframework.yarn.am.allocate.AbstractPollingAllocator
Subclasses needs to implements this method to do container requests against resource manager.
doContainerRequest() - Method in class org.springframework.yarn.am.allocate.DefaultContainerAllocator
 
doCreateGrid() - Method in class org.springframework.yarn.am.cluster.AbstractContainerClusterAppmaster
 
doCreateProjectedGrid(Grid) - Method in class org.springframework.yarn.am.cluster.AbstractContainerClusterAppmaster
 
doFileCopy(FileSystem) - Method in class org.springframework.yarn.fs.AbstractResourceLocalizer
Do file copy.
doFileCopy(FileSystem) - Method in class org.springframework.yarn.fs.DefaultResourceLocalizer
 
doFileTransfer(FileSystem) - Method in class org.springframework.yarn.fs.AbstractResourceLocalizer
Do file transfer.
doFileTransfer(FileSystem) - Method in class org.springframework.yarn.fs.DefaultResourceLocalizer
 
doInYarn(P) - Method in interface org.springframework.yarn.rpc.YarnRpcCallback
Execute callback.
doMain(String[]) - Method in class org.springframework.yarn.launch.AbstractCommandLineRunner
Main method visible to sub-classes.
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.yarn.config.ClientParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.yarn.config.ContainerParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.yarn.config.LocalresourcesParser
 
doPoll() - Method in class org.springframework.yarn.support.PollingTaskSupport
Do poll.
doStart() - Method in class org.springframework.yarn.am.allocate.AbstractPollingAllocator
 
doStart() - Method in class org.springframework.yarn.am.cluster.AbstractContainerClusterAppmaster
 
doStart() - Method in class org.springframework.yarn.am.container.DefaultContainerLauncher
 
doStart() - Method in class org.springframework.yarn.am.StaticAppmaster
 
doStart() - Method in class org.springframework.yarn.support.LifecycleObjectSupport
Subclasses may implement this method with the start behavior.
doStart() - Method in class org.springframework.yarn.support.statemachine.AbstractStateMachine
 
doStop() - Method in class org.springframework.yarn.am.AbstractAppmaster
 
doStop() - Method in class org.springframework.yarn.am.allocate.AbstractPollingAllocator
 
doStop() - Method in class org.springframework.yarn.am.cluster.AbstractContainerClusterAppmaster
 
doStop() - Method in class org.springframework.yarn.am.container.DefaultContainerLauncher
 
doStop() - Method in class org.springframework.yarn.container.DefaultYarnContainer
 
doStop() - Method in class org.springframework.yarn.support.LifecycleObjectSupport
Subclasses may implement this method with the stop behavior.

E

EnableStateMachine - Annotation Type in org.springframework.yarn.support.statemachine.config
Example annotation which imports @Configurations.
EnableStateMachineFactory - Annotation Type in org.springframework.yarn.support.statemachine.config
Example annotation which imports @Configurations.
EnableYarn - Annotation Type in org.springframework.yarn.config.annotation
Enable Hadoop Yarn features.
EnableYarn.Enable - Enum in org.springframework.yarn.config.annotation
 
entries(String...) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultEnvironmentClasspathConfigurer
 
entries(List<String>) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultEnvironmentClasspathConfigurer
 
entries(String...) - Method in interface org.springframework.yarn.config.annotation.configurers.EnvironmentClasspathConfigurer
Specify a new classpath entries.
entries(List<String>) - Method in interface org.springframework.yarn.config.annotation.configurers.EnvironmentClasspathConfigurer
Specify a new classpath entries.
entry(String, String) - Method in class org.springframework.yarn.config.annotation.builders.YarnEnvironmentBuilder
 
entry(String, String, String) - Method in class org.springframework.yarn.config.annotation.builders.YarnEnvironmentBuilder
 
entry(String, String) - Method in interface org.springframework.yarn.config.annotation.builders.YarnEnvironmentConfigurer
Specify an environment variable.
entry(String, String, String) - Method in interface org.springframework.yarn.config.annotation.builders.YarnEnvironmentConfigurer
Specify an environment variable using an identifier.
entry(String) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultEnvironmentClasspathConfigurer
 
entry(String) - Method in interface org.springframework.yarn.config.annotation.configurers.EnvironmentClasspathConfigurer
Specify a new classpath entry.
EnumState<S extends Enum<S>,E extends Enum<E>> - Class in org.springframework.yarn.support.statemachine.state
 
EnumState(S) - Constructor for class org.springframework.yarn.support.statemachine.state.EnumState
 
EnumState(S, Collection<E>) - Constructor for class org.springframework.yarn.support.statemachine.state.EnumState
 
EnumStateMachine<S extends Enum<S>,E extends Enum<E>> - Class in org.springframework.yarn.support.statemachine
 
EnumStateMachine(Collection<State<S, E>>, Collection<Transition<S, E>>, State<S, E>) - Constructor for class org.springframework.yarn.support.statemachine.EnumStateMachine
 
EnumStateMachineConfigurerAdapter<S extends Enum<S>,E extends Enum<E>> - Class in org.springframework.yarn.support.statemachine.config
 
EnumStateMachineConfigurerAdapter() - Constructor for class org.springframework.yarn.support.statemachine.config.EnumStateMachineConfigurerAdapter
 
EnumStateMachineFactory<S extends Enum<S>,E extends Enum<E>> - Class in org.springframework.yarn.support.statemachine.config
 
EnumStateMachineFactory(StateMachineTransitions<S, E>, StateMachineStates<S, E>) - Constructor for class org.springframework.yarn.support.statemachine.config.EnumStateMachineFactory
 
EnvironmentClasspathConfigurer - Interface in org.springframework.yarn.config.annotation.configurers
AnnotationConfigurerBuilder for configuring classpath environment variable.
EnvironmentFactoryBean - Class in org.springframework.yarn.configuration
FactoryBean for creating a Map of environment variables.
EnvironmentFactoryBean() - Constructor for class org.springframework.yarn.configuration.EnvironmentFactoryBean
 
equals(Object) - Method in class org.springframework.yarn.launch.ExitStatus
Compare the fields one by one.
equals(Object) - Method in class org.springframework.yarn.support.console.TableRow
 
evaluate(E) - Method in class org.springframework.yarn.support.statemachine.trigger.EventTrigger
 
evaluate(E) - Method in interface org.springframework.yarn.support.statemachine.trigger.Trigger
 
evaluateExpression(String, Object) - Method in class org.springframework.yarn.support.AbstractExpressionEvaluator
 
evaluateExpression(String, Object, Class<T>) - Method in class org.springframework.yarn.support.AbstractExpressionEvaluator
 
evaluateExpression(Expression, Object) - Method in class org.springframework.yarn.support.AbstractExpressionEvaluator
 
evaluateExpression(Expression, Class<T>) - Method in class org.springframework.yarn.support.AbstractExpressionEvaluator
 
evaluateExpression(Expression) - Method in class org.springframework.yarn.support.AbstractExpressionEvaluator
 
evaluateExpression(Expression, Object, Class<T>) - Method in class org.springframework.yarn.support.AbstractExpressionEvaluator
 
EVALUATION_CONTEXT_BEAN_NAME - Static variable in class org.springframework.yarn.support.YarnContextUtils
 
event(E) - Method in class org.springframework.yarn.support.statemachine.config.configurers.DefaultExternalTransitionConfigurer
 
event(E) - Method in interface org.springframework.yarn.support.statemachine.config.configurers.ExternalTransitionConfigurer
 
EventTrigger<S,E> - Class in org.springframework.yarn.support.statemachine.trigger
 
EventTrigger(E) - Constructor for class org.springframework.yarn.support.statemachine.trigger.EventTrigger
 
execute(MessageHeaders) - Method in class org.springframework.yarn.am.cluster.ClusterAllocatingAction
 
execute(MessageHeaders) - Method in class org.springframework.yarn.am.cluster.ClusterDestroyingAction
 
execute(MessageHeaders) - Method in class org.springframework.yarn.am.cluster.ClusterStoppingAction
 
execute(YarnRpcCallback<T, S>) - Method in class org.springframework.yarn.rpc.YarnRpcAccessor
Execute given action callback on the rpc proxy.
execute(MessageHeaders) - Method in interface org.springframework.yarn.support.statemachine.action.Action
 
EXECUTING - Static variable in class org.springframework.yarn.launch.ExitStatus
Convenient constant value representing continuable state where processing is still taking place, so no further action is required.
exit(int) - Method in class org.springframework.yarn.launch.AbstractCommandLineRunner
Exit method wrapping handling through SystemExiter.
exit(int) - Method in class org.springframework.yarn.launch.JvmSystemExiter
Delegate call to System.exit() with the argument provided.
exit(int) - Method in interface org.springframework.yarn.launch.SystemExiter
Terminate the currently running Java Virtual Machine.
ExitCodeMapper - Interface in org.springframework.yarn.launch
This interface should be implemented when an environment calling the batch framework has specific requirements regarding the operating system process return status.
ExitStatus - Class in org.springframework.yarn.launch
Value object used to carry information about the status of a job or step execution.
ExitStatus(String) - Constructor for class org.springframework.yarn.launch.ExitStatus
 
ExitStatus(String, String) - Constructor for class org.springframework.yarn.launch.ExitStatus
 
ExpressionUtils - Class in org.springframework.yarn.support
Utility class with static methods for helping with establishing environments for SpEL expressions.
ExpressionUtils() - Constructor for class org.springframework.yarn.support.ExpressionUtils
 
ExternalTransitionConfigurer<S,E> - Interface in org.springframework.yarn.support.statemachine.config.configurers
 
extractClasspath(String, String) - Static method in class org.springframework.yarn.support.ParsingUtils
Extracts a classpath string from a source text.
extractRunnableCommand(String) - Static method in class org.springframework.yarn.support.ParsingUtils
Extracts a string from another string which can be used as a command in shell.

F

FAILED - Static variable in class org.springframework.yarn.launch.ExitStatus
Convenient constant value representing finished processing with an error.
failedCount() - Method in interface org.springframework.yarn.am.monitor.ContainerMonitor
Gets a count of failed containers.
failedCount() - Method in class org.springframework.yarn.am.monitor.DefaultContainerMonitor
 
fileSystemUri(String) - Method in class org.springframework.yarn.config.annotation.builders.YarnConfigBuilder
 
fileSystemUri(String) - Method in interface org.springframework.yarn.config.annotation.builders.YarnConfigConfigurer
Specify a Hdfs file system uri.
filter(List<Method>) - Method in class org.springframework.yarn.support.AnnotatedMethodFilter
 
filter(List<Method>) - Method in class org.springframework.yarn.support.FixedMethodFilter
 
finish(FinishApplicationMasterRequest) - Method in interface org.springframework.yarn.am.AppmasterRmOperations
Finish the application master.
finish(FinishApplicationMasterRequest) - Method in class org.springframework.yarn.am.AppmasterRmTemplate
 
finishAppmaster() - Method in class org.springframework.yarn.am.AbstractAppmaster
Finish appmaster by sending request to resource manager.
FixedMethodFilter - Class in org.springframework.yarn.support
A MethodFilter implementation that will always return the same Method instance within a single-element list if it is present in the candidate list.
FixedMethodFilter(Method) - Constructor for class org.springframework.yarn.support.FixedMethodFilter
 
freeCount() - Method in interface org.springframework.yarn.am.monitor.ContainerMonitor
Gets a count of free containers.
freeCount() - Method in class org.springframework.yarn.am.monitor.DefaultContainerMonitor
 
from(FileStatus[]) - Method in class org.springframework.yarn.support.console.ApplicationsReport.InstalledReportBuilder
Add a source this report will be build from.
from(List<ApplicationReport>) - Method in class org.springframework.yarn.support.console.ApplicationsReport.SubmittedReportBuilder
Add a source this report will be build from.
from(List<ContainerClusterReport.ClustersInfoReportData>) - Method in class org.springframework.yarn.support.console.ContainerClusterReport.ClusterInfoReportBuilder
Add a source this report will be build from.
from(List<String>) - Method in class org.springframework.yarn.support.console.ContainerClusterReport.ClustersInfoReportBuilder
Add a source this report will be build from.
FS_ADDRESS - Static variable in class org.springframework.yarn.YarnSystemConstants
Default env variable for hdfs address.

G

GenericRpcMessage<T> - Class in org.springframework.yarn.am
Generic RpcMessage implementation.
GenericRpcMessage(T) - Constructor for class org.springframework.yarn.am.GenericRpcMessage
Constructs a GenericRpcMessage with a given body.
get(RpcMessage<?>) - Method in interface org.springframework.yarn.client.AppmasterScOperations
Sends request wrapped in RpcMessage and receives response similarly wrapped in RpcMessage.
getActions() - Method in class org.springframework.yarn.support.statemachine.config.builders.StateMachineTransitions.TransitionData
 
getActions() - Method in class org.springframework.yarn.support.statemachine.transition.AbstractTransition
 
getActions() - Method in interface org.springframework.yarn.support.statemachine.transition.Transition
 
getAddress(Configuration) - Static method in class org.springframework.yarn.support.YarnUtils
Gets the address.
getAllocateCounts() - Method in class org.springframework.yarn.am.allocate.DefaultAllocateCountTracker
Gets the allocate counts which should be used to create allocate requests.
getAllocateData() - Method in class org.springframework.yarn.am.grid.support.SatisfyStateData
 
getAllocator() - Method in class org.springframework.yarn.am.AbstractServicesAppmaster
Gets a used ContainerAllocator for this class.
getAny() - Method in class org.springframework.yarn.am.allocate.ContainerAllocateData
Gets the count for any container.
getAny() - Method in class org.springframework.yarn.am.grid.support.ProjectionData
 
getAnyCount() - Method in class org.springframework.yarn.am.grid.support.AbstractGridProjection
Gets the any count.
getAnyCountMembers() - Method in class org.springframework.yarn.am.grid.support.AbstractGridProjection
Gets the any count members.
getApplicationAttemptId() - Method in class org.springframework.yarn.am.AbstractAppmaster
Gets the application attempt id.
getApplicationAttemptId() - Method in class org.springframework.yarn.am.allocate.AbstractAllocator
Gets the application attempt id.
getApplicationAttemptId(Map<String, String>) - Static method in class org.springframework.yarn.support.YarnUtils
Gets ApplicationAttemptId from environment variables.
getApplicationContext(String) - Method in class org.springframework.yarn.launch.AbstractCommandLineRunner
Gets the Application Context.
getApplicationReport(ApplicationId) - Method in class org.springframework.yarn.client.AbstractYarnClient
 
getApplicationReport(ApplicationId) - Method in interface org.springframework.yarn.client.ClientRmOperations
Gets a report of the application.
getApplicationReport(ApplicationId) - Method in class org.springframework.yarn.client.ClientRmTemplate
 
getApplicationReport(ApplicationId) - Method in interface org.springframework.yarn.client.YarnClient
Gets a report of the application.
getAppmasterBuilder() - Method in class org.springframework.yarn.config.annotation.SpringYarnConfigurerAdapter
 
getAppmasterClientService() - Method in class org.springframework.yarn.am.AbstractAppmaster
Gets a client facing AppmasterService set to this instance.
getAppmasterClientService(BeanFactory) - Static method in class org.springframework.yarn.support.YarnContextUtils
Return the AppmasterService bean whose name is "yarnClientAmservice" if available.
getAppmasterService() - Method in class org.springframework.yarn.am.AbstractAppmaster
Gets a AppmasterService set to this instance.
getAppmasterService(BeanFactory) - Static method in class org.springframework.yarn.support.YarnContextUtils
Return the AppmasterService bean whose name is "yarnAmservice" if available.
getAppmasterTrackService() - Method in class org.springframework.yarn.am.AbstractAppmaster
Gets a AppmasterTrackService set to this instance.
getAppmasterTrackService(BeanFactory) - Static method in class org.springframework.yarn.support.YarnContextUtils
Return the AppmasterTrackService bean whose name is "yarnAmTrackservice" if available.
getAssignedContainer(E) - Method in interface org.springframework.yarn.am.assign.ContainerAssign
Gets the assigned container.
getAssignedContainer(Object) - Method in class org.springframework.yarn.am.assign.DefaultContainerAssign
 
getAssignedData(ContainerId) - Method in interface org.springframework.yarn.am.assign.ContainerAssign
Gets the assigned data.
getAssignedData(ContainerId) - Method in class org.springframework.yarn.am.assign.DefaultContainerAssign
 
getBeanClass(Element) - Method in class org.springframework.yarn.config.ClientParser
 
getBeanClass(Element) - Method in class org.springframework.yarn.config.ContainerParser
 
getBeanClass(Element) - Method in class org.springframework.yarn.config.LocalresourcesParser
 
getBeanFactory() - Method in class org.springframework.yarn.support.LifecycleObjectSupport
Gets the BeanFactory for this instance.
getBeanFactoryPostProcessor() - Static method in class org.springframework.yarn.config.annotation.ConfiguringBeanFactoryPostProcessorConfiguration
 
getBody() - Method in class org.springframework.yarn.am.GenericRpcMessage
 
getBody() - Method in interface org.springframework.yarn.am.RpcMessage
Gets a body of this message.
getCapability() - Method in class org.springframework.yarn.am.container.ContainerRequestHint
Gets the capability.
getChildApplicationContext(String, ConfigurableApplicationContext) - Method in class org.springframework.yarn.launch.AbstractCommandLineRunner
Gets the Application Context.
getChildContextConfigPath(String) - Method in class org.springframework.yarn.launch.AbstractCommandLineRunner
Allows subclass to modify parsed context configuration path.
getClientBuilder() - Method in class org.springframework.yarn.config.annotation.SpringYarnConfigurerAdapter
 
getClientRmOperations() - Method in class org.springframework.yarn.client.AbstractYarnClient
Gets the client rm operations.
getClusterId() - Method in class org.springframework.yarn.am.cluster.ContainerClusterInfo
 
getCmTemplate(Container) - Method in class org.springframework.yarn.am.AbstractAppmaster
Creates an AppmasterCmOperations template.
getCmTemplate(Container) - Method in class org.springframework.yarn.am.container.AbstractLauncher
Constructs a new AppmasterCmOperations template.
getCommands() - Method in class org.springframework.yarn.am.AbstractAppmaster
Gets the commands.
getCommands(String) - Method in class org.springframework.yarn.am.AbstractAppmaster
Gets the commands.
getCompleted() - Method in class org.springframework.yarn.listener.ContainerMonitorListener.ContainerMonitorState
Gets the completed count.
getConfigBuilder() - Method in class org.springframework.yarn.config.annotation.SpringYarnConfigurerAdapter
Gets the Yarn config builder.
getConfiguration() - Method in class org.springframework.yarn.am.AbstractAppmaster
Gets the Yarn configuration.
getConfiguration() - Method in class org.springframework.yarn.am.allocate.AbstractAllocator
Gets the Yarn configuration.
getConfiguration() - Method in class org.springframework.yarn.am.container.AbstractLauncher
Gets the Yarn configuration.
getConfiguration() - Method in class org.springframework.yarn.am.grid.support.AbstractGridProjection
Gets the hadoop configuration.
getConfiguration() - Method in class org.springframework.yarn.client.AbstractYarnClient
Get the Configuration of this client.
getConfiguration() - Method in class org.springframework.yarn.config.annotation.SpringYarnConfigs
 
getConfiguration() - Method in class org.springframework.yarn.container.AbstractYarnContainer
Gets the Yarn configuration.
getConfiguration() - Method in class org.springframework.yarn.fs.AbstractResourceLocalizer
Gets the hadoop configuration.
getConfiguration() - Method in class org.springframework.yarn.rpc.YarnRpcAccessor
Gets the Yarn configuration.
getContainer() - Method in interface org.springframework.yarn.am.grid.GridMember
Gets the container.
getContainer() - Method in class org.springframework.yarn.am.grid.support.AbstractGridMember
 
getContainer() - Method in class org.springframework.yarn.event.ContainerAllocationEvent
Gets the container.
getContainer() - Method in class org.springframework.yarn.event.ContainerLaunchedEvent
Gets the container.
getContainer() - Method in class org.springframework.yarn.event.ContainerLaunchRequestFailedEvent
Gets the container.
getContainerAssign() - Method in class org.springframework.yarn.am.AbstractAppmaster
Gets the container assign.
getContainerBuilder() - Method in class org.springframework.yarn.config.annotation.SpringYarnConfigurerAdapter
 
getContainerClusters() - Method in class org.springframework.yarn.am.cluster.AbstractContainerClusterAppmaster
 
getContainerClusters() - Method in interface org.springframework.yarn.am.cluster.ContainerClusterAppmaster
 
getContainerId() - Method in class org.springframework.yarn.event.ContainerRegisterEvent
Gets the container id.
getContainerShutdown() - Method in class org.springframework.yarn.am.AbstractAppmaster
Gets a ContainerShutdown set to this instance.
getContainerShutdown(BeanFactory) - Static method in class org.springframework.yarn.support.YarnContextUtils
Return the ContainerShutdown bean whose name is "yarnContainerShutdown" if available.
getContainerStatus() - Method in interface org.springframework.yarn.am.AppmasterCmOperations
Gets the container status.
getContainerStatus() - Method in class org.springframework.yarn.am.AppmasterCmTemplate
 
getContainerStatus() - Method in class org.springframework.yarn.event.ContainerCompletedEvent
Gets the container status.
getContextConfigPath(String) - Method in class org.springframework.yarn.launch.AbstractCommandLineRunner
Allows subclass to modify parsed context configuration path.
getConversionService(BeanFactory) - Static method in class org.springframework.yarn.support.YarnContextUtils
Return the ConversionService bean whose name is "yarnConversionService" if available.
getCount() - Method in class org.springframework.yarn.support.console.ContainerClusterReport.ClustersInfoReportData
 
getDefaultAddress() - Static method in class org.springframework.yarn.support.NetworkUtils
Gets the main network address.
getDefaultBeanIdentifier() - Method in class org.springframework.yarn.am.CommandLineAppmasterRunner
 
getDefaultBeanIdentifier() - Method in class org.springframework.yarn.client.CommandLineClientRunner
 
getDefaultBeanIdentifier() - Method in class org.springframework.yarn.container.CommandLineContainerRunner
 
getDefaultBeanIdentifier() - Method in class org.springframework.yarn.launch.AbstractCommandLineRunner
Gets a default bean id which is used to resolve the instance from an Application Context.
getDeferred() - Method in class org.springframework.yarn.support.statemachine.config.builders.StateMachineStates.StateData
 
getDeferredEvents() - Method in class org.springframework.yarn.support.statemachine.state.AbstractState
 
getDeferredEvents() - Method in interface org.springframework.yarn.support.statemachine.state.State
 
getDelegationToken(String) - Method in interface org.springframework.yarn.client.ClientRmOperations
Gets the resource manager delegation token.
getDelegationToken(String) - Method in class org.springframework.yarn.client.ClientRmTemplate
 
getDirectory() - Method in class org.springframework.yarn.client.ApplicationDescriptor
Gets the application directory.
getEnvironment() - Method in class org.springframework.yarn.am.AbstractAppmaster
Gets the environment variables.
getEnvironment(String) - Method in class org.springframework.yarn.am.AbstractAppmaster
 
getEnvironment() - Method in class org.springframework.yarn.am.allocate.AbstractAllocator
Gets the environment.
getEnvironment() - Method in class org.springframework.yarn.am.container.AbstractLauncher
Gets the environment.
getEnvironment() - Method in class org.springframework.yarn.client.AbstractYarnClient
Gets the environment variables.
getEnvironment() - Method in class org.springframework.yarn.client.CommandYarnClient
 
getEnvironment() - Method in class org.springframework.yarn.config.annotation.SpringYarnConfigs
 
getEnvironment(String) - Method in class org.springframework.yarn.container.AbstractYarnContainer
Gets the environment variable.
getEnvironment() - Method in class org.springframework.yarn.container.AbstractYarnContainer
Gets the environment.
getEnvironment() - Method in class org.springframework.yarn.container.ContainerMethodInvokerHelper.ParametersWrapper
 
getEnvironment() - Method in interface org.springframework.yarn.container.YarnContainerRuntime
Gets the environment.
getEnvironmentBuilder() - Method in class org.springframework.yarn.config.annotation.SpringYarnConfigurerAdapter
 
getErrorMessage() - Static method in class org.springframework.yarn.launch.AbstractCommandLineRunner
Gets the static error message set for this class.
getEvaluationContext() - Method in class org.springframework.yarn.support.AbstractExpressionEvaluator
Gets the evaluation context.
getEvaluationContext(boolean) - Method in class org.springframework.yarn.support.AbstractExpressionEvaluator
Emits a WARN log if the beanFactory field is null, unless the argument is false.
getEvaluationContext(BeanFactory) - Static method in class org.springframework.yarn.support.YarnContextUtils
Return the StandardEvaluationContext bean whose name is "yarnEvaluationContext" if available.
getEvent() - Method in class org.springframework.yarn.support.statemachine.config.builders.StateMachineTransitions.TransitionData
 
getEventPublisher(BeanFactory) - Static method in class org.springframework.yarn.support.YarnContextUtils
Return the YarnEventPublisher bean whose name is "yarnEventPublisher" if available.
getExitCode() - Method in class org.springframework.yarn.launch.ExitStatus
Getter for the exit code (defaults to blank).
getExitDescription() - Method in class org.springframework.yarn.launch.ExitStatus
Getter for the exit description (defaults to blank)
getExtraProperties() - Method in interface org.springframework.yarn.am.cluster.ContainerCluster
 
getExtraProperties() - Method in class org.springframework.yarn.am.cluster.DefaultContainerCluster
 
getFailed() - Method in class org.springframework.yarn.listener.ContainerMonitorListener.ContainerMonitorState
Gets the failed count.
getFree() - Method in class org.springframework.yarn.listener.ContainerMonitorListener.ContainerMonitorState
Gets the free count.
getGridProjection() - Method in interface org.springframework.yarn.am.cluster.ContainerCluster
 
getGridProjection() - Method in class org.springframework.yarn.am.cluster.DefaultContainerCluster
 
getGridProjection(ProjectionData, Configuration) - Method in interface org.springframework.yarn.am.grid.GridProjectionFactory
Builds a GridProjection using a ProjectionData.
getGridProjection(ProjectionData, Configuration) - Method in class org.springframework.yarn.am.grid.support.DefaultGridProjectionFactory
 
getGridProjectionFactory(String) - Method in interface org.springframework.yarn.am.grid.GridProjectionFactoryLocator
getGridProjectionFactory(String) - Method in class org.springframework.yarn.am.grid.support.GridProjectionFactoryRegistry
 
getHeaderBorder(Map<Integer, TableHeader>) - Static method in class org.springframework.yarn.support.console.UiUtils
Renders the Table header border, based on the map of provided headers.
getHeaders() - Method in class org.springframework.yarn.support.console.Table
 
getHost() - Method in interface org.springframework.yarn.am.AppmasterService
Get a hostname where service is running.
getHostCount(String) - Method in class org.springframework.yarn.am.grid.support.AbstractGridProjection
Gets a count of hosts tracked by host.
getHostCountHosts() - Method in class org.springframework.yarn.am.grid.support.AbstractGridProjection
Gets the host count hosts.
getHostCountMembers(String) - Method in class org.springframework.yarn.am.grid.support.AbstractGridProjection
Gets the host count members.
getHosts() - Method in class org.springframework.yarn.am.allocate.ContainerAllocateData
Gets the hosts counts.
getHosts() - Method in class org.springframework.yarn.am.container.ContainerRequestHint
Gets the hosts.
getHosts() - Method in class org.springframework.yarn.am.grid.support.ProjectionData
 
getId() - Method in class org.springframework.yarn.am.allocate.ContainerAllocateData
 
getId() - Method in class org.springframework.yarn.am.allocate.DefaultAllocateCountTracker
 
getId() - Method in interface org.springframework.yarn.am.cluster.ContainerCluster
 
getId() - Method in class org.springframework.yarn.am.cluster.DefaultContainerCluster
 
getId() - Method in class org.springframework.yarn.am.container.ContainerRequestHint
Gets the id.
getId() - Method in interface org.springframework.yarn.am.grid.GridMember
Gets a container member identifier.
getId() - Method in class org.springframework.yarn.am.grid.support.AbstractGridMember
 
getId() - Method in class org.springframework.yarn.support.statemachine.state.AbstractState
 
getId() - Method in interface org.springframework.yarn.support.statemachine.state.State
 
getInitialState() - Method in class org.springframework.yarn.support.statemachine.AbstractStateMachine
 
getInitialState() - Method in class org.springframework.yarn.support.statemachine.config.builders.StateMachineStates
 
getInitialState() - Method in interface org.springframework.yarn.support.statemachine.StateMachine
 
getInterceptorChain() - Method in class org.springframework.yarn.am.grid.support.AbstractGrid
Exposes the interceptor chain for subclasses.
getInterceptors() - Method in class org.springframework.yarn.am.container.AbstractLauncher
Exposes the interceptor list for subclasses.
getInterceptors() - Method in class org.springframework.yarn.am.grid.support.AbstractGrid
Return a read-only list of the configured interceptors.
getInterceptors() - Method in class org.springframework.yarn.am.grid.support.GridMemberInterceptorChain
 
getKind() - Method in class org.springframework.yarn.support.statemachine.transition.AbstractTransition
 
getKind() - Method in interface org.springframework.yarn.support.statemachine.transition.Transition
 
getLauncher() - Method in class org.springframework.yarn.am.AbstractServicesAppmaster
Gets a used ContainerLauncher for this class.
getListeners() - Method in class org.springframework.yarn.listener.AbstractCompositeListener
Gets the listeners.
getLocality() - Method in class org.springframework.yarn.am.grid.support.ProjectionData
 
getLocalizer() - Method in class org.springframework.yarn.config.annotation.SpringYarnConfigs
 
getLocalizerBuilder() - Method in class org.springframework.yarn.config.annotation.SpringYarnConfigurerAdapter
 
getLock() - Method in class org.springframework.yarn.fs.AbstractResourceLocalizer
Gets the lock.
getMapping() - Method in class org.springframework.yarn.launch.SimpleJvmExitCodeMapper
 
getMasterContainerLaunchContext() - Method in class org.springframework.yarn.client.AbstractYarnClient
Gets the master container launch context.
getMaxWidth() - Method in class org.springframework.yarn.support.console.TableHeader
 
getMember(ContainerId) - Method in interface org.springframework.yarn.am.grid.Grid
Gets a grid member.
getMember(ContainerId) - Method in class org.springframework.yarn.am.grid.support.AbstractGrid
 
getMembers() - Method in interface org.springframework.yarn.am.grid.Grid
Gets collection of grid members know to the grid system or empty collection if there are no known members.
getMembers() - Method in interface org.springframework.yarn.am.grid.GridProjection
Gets the members of this projection as Collection.
getMembers() - Method in class org.springframework.yarn.am.grid.support.AbstractGrid
 
getMembers() - Method in class org.springframework.yarn.am.grid.support.AbstractGridProjection
 
getMemory() - Method in class org.springframework.yarn.am.allocate.DefaultContainerAllocator
Gets the memory for container request.
getMemory() - Method in class org.springframework.yarn.am.grid.support.AbstractGridProjection
Gets the memory.
getMemory() - Method in class org.springframework.yarn.am.grid.support.ProjectionData
 
getMonitor() - Method in class org.springframework.yarn.am.AbstractServicesAppmaster
Gets a used ContainerMonitor for this class.
getName() - Method in class org.springframework.yarn.client.ApplicationDescriptor
Gets the application name.
getName() - Method in enum org.springframework.yarn.support.console.ApplicationsReport.InstalledField
 
getName() - Method in enum org.springframework.yarn.support.console.ApplicationsReport.SubmittedField
 
getName() - Method in enum org.springframework.yarn.support.console.ContainerClusterReport.ClusterInfoField
 
getName() - Method in enum org.springframework.yarn.support.console.ContainerClusterReport.ClustersInfoField
 
getName() - Method in class org.springframework.yarn.support.console.TableHeader
 
getNewApplication() - Method in interface org.springframework.yarn.client.ClientRmOperations
Requests a new application from a resource manager.
getNewApplication() - Method in class org.springframework.yarn.client.ClientRmTemplate
 
getNMTokenCache() - Static method in class org.springframework.yarn.support.compat.NMTokenCacheCompat
Gets the Hadoop NMTokenCache.
getObject() - Method in class org.springframework.yarn.client.YarnClientFactoryBean
 
getObject() - Method in class org.springframework.yarn.configuration.ConfigurationFactoryBean
 
getObject() - Method in class org.springframework.yarn.configuration.EnvironmentFactoryBean
 
getObject() - Method in class org.springframework.yarn.container.YarnContainerFactoryBean
 
getObject() - Method in class org.springframework.yarn.fs.LocalResourcesFactoryBean
 
getObject() - Method in class org.springframework.yarn.launch.LaunchCommandsFactoryBean
 
getObjectType() - Method in class org.springframework.yarn.client.YarnClientFactoryBean
 
getObjectType() - Method in class org.springframework.yarn.configuration.ConfigurationFactoryBean
 
getObjectType() - Method in class org.springframework.yarn.configuration.EnvironmentFactoryBean
 
getObjectType() - Method in class org.springframework.yarn.container.YarnContainerFactoryBean
 
getObjectType() - Method in class org.springframework.yarn.fs.LocalResourcesFactoryBean
 
getObjectType() - Method in class org.springframework.yarn.launch.LaunchCommandsFactoryBean
 
getOrder() - Method in class org.springframework.yarn.container.ContainerHandler
 
getParameters() - Method in class org.springframework.yarn.am.AbstractAppmaster
Gets the parameters.
getParameters() - Method in class org.springframework.yarn.container.AbstractYarnContainer
Gets the parameters.
getParameters() - Method in class org.springframework.yarn.container.ContainerMethodInvokerHelper.ParametersWrapper
 
getParameters() - Method in interface org.springframework.yarn.container.YarnContainerRuntime
Gets the parameters.
getPath() - Method in class org.springframework.yarn.fs.LocalResourcesSelector.Entry
Gets the entry path.
getPatterns() - Method in class org.springframework.yarn.fs.AbstractLocalResourcesSelector
Gets the patterns.
getPhase() - Method in class org.springframework.yarn.support.LifecycleObjectSupport
 
getPort() - Method in interface org.springframework.yarn.am.AppmasterService
Get a port where service is running.
getPrincipal(Configuration) - Static method in class org.springframework.yarn.support.YarnUtils
Gets the principal.
getPriority() - Method in class org.springframework.yarn.am.allocate.DefaultContainerAllocator
Gets the priority for container request.
getPriority() - Method in class org.springframework.yarn.am.container.ContainerRequestHint
Gets the priority.
getPriority() - Method in interface org.springframework.yarn.am.grid.GridProjection
Gets the projection priority.
getPriority() - Method in class org.springframework.yarn.am.grid.support.AbstractGridProjection
Gets the priority.
getPriority() - Method in class org.springframework.yarn.am.grid.support.ProjectionData
 
getProjection() - Method in class org.springframework.yarn.am.cluster.ContainerClusterInfo
 
getProjectionAny() - Method in class org.springframework.yarn.support.console.ContainerClusterReport.ClustersInfoReportData
 
getProjectionData() - Method in interface org.springframework.yarn.am.grid.GridProjection
Gets the projection data.
getProjectionData() - Method in class org.springframework.yarn.am.grid.support.AbstractGridProjection
 
getProjectionDatas() - Method in class org.springframework.yarn.am.grid.support.ProjectionDataRegistry
Gets all projection datas mapped with an identifier known to this registry.
getProjectionHosts() - Method in class org.springframework.yarn.support.console.ContainerClusterReport.ClustersInfoReportData
 
getProjectionRacks() - Method in class org.springframework.yarn.support.console.ContainerClusterReport.ClustersInfoReportData
 
getProjections() - Method in interface org.springframework.yarn.am.grid.ProjectedGrid
Gets a collection of grid projections or empty collection of there are no projections defined.
getProjections() - Method in class org.springframework.yarn.am.grid.support.AbstractProjectedGrid
 
getProperties() - Method in class org.springframework.yarn.am.grid.support.ProjectionData
 
getProperties() - Method in class org.springframework.yarn.config.annotation.builders.YarnConfigBuilder
Gets the Properties.
getPropertiesNames() - Method in class org.springframework.yarn.fs.AbstractLocalResourcesSelector
Gets the properties fiels base names.
getPropertiesSuffixes() - Method in class org.springframework.yarn.fs.AbstractLocalResourcesSelector
Gets the properties files suffixes.
getProxy() - Method in class org.springframework.yarn.rpc.YarnRpcAccessor
Gets the proxy handled by this accessor.
getRackCount(String) - Method in class org.springframework.yarn.am.grid.support.AbstractGridProjection
Gets a count of racks tracked by rack.
getRackCountHosts() - Method in class org.springframework.yarn.am.grid.support.AbstractGridProjection
Gets the rack count hosts.
getRackCountMembers(String) - Method in class org.springframework.yarn.am.grid.support.AbstractGridProjection
Gets the rack count members.
getRacks() - Method in class org.springframework.yarn.am.allocate.ContainerAllocateData
Gets the racks counts.
getRacks() - Method in class org.springframework.yarn.am.container.ContainerRequestHint
Gets the racks.
getRacks() - Method in class org.springframework.yarn.am.grid.support.ProjectionData
 
getRegisteredContainers() - Method in class org.springframework.yarn.am.AbstractEventingAppmaster
 
getRegisteredProjectionTypes() - Method in interface org.springframework.yarn.am.grid.GridProjectionFactory
Gets a registered projection types handled by this factory.
getRegisteredProjectionTypes() - Method in interface org.springframework.yarn.am.grid.GridProjectionFactoryLocator
Gets a registered projection types known to this locator.
getRegisteredProjectionTypes() - Method in class org.springframework.yarn.am.grid.support.DefaultGridProjectionFactory
 
getRegisteredProjectionTypes() - Method in class org.springframework.yarn.am.grid.support.GridProjectionFactoryRegistry
 
getRemoveData() - Method in class org.springframework.yarn.am.grid.support.SatisfyStateData
 
getResourceLocalizer() - Method in class org.springframework.yarn.am.AbstractAppmaster
Gets the resource localizer.
getResourceLocalizer() - Method in class org.springframework.yarn.am.container.AbstractLauncher
Gets the resource localizer.
getResources() - Method in class org.springframework.yarn.config.annotation.builders.YarnConfigBuilder
Gets the Resources.
getResources() - Method in class org.springframework.yarn.fs.AbstractResourceLocalizer
 
getResources() - Method in class org.springframework.yarn.fs.DefaultMultiResourceLocalizer
 
getResources(String) - Method in class org.springframework.yarn.fs.DefaultMultiResourceLocalizer
 
getResources(String) - Method in interface org.springframework.yarn.fs.MultiResourceLocalizer
Gets a map of LocalResource instances identified by an arbitrary id.
getResources() - Method in interface org.springframework.yarn.fs.ResourceLocalizer
Gets a map of LocalResource instances.
getRmTemplate() - Method in class org.springframework.yarn.am.allocate.AbstractAllocator
Gets the rm template.
getRows() - Method in class org.springframework.yarn.support.console.Table
 
getRpcAddress(Configuration) - Method in class org.springframework.yarn.am.AppmasterCmTemplate
 
getRpcAddress(Configuration) - Method in class org.springframework.yarn.am.AppmasterRmTemplate
 
getRpcAddress(Configuration) - Method in class org.springframework.yarn.client.ClientRmTemplate
 
getRpcAddress(Configuration) - Method in class org.springframework.yarn.rpc.YarnRpcAccessor
Gets the InetSocketAddress where this accessor should connect.
getRunning() - Method in class org.springframework.yarn.listener.ContainerMonitorListener.ContainerMonitorState
Gets the running count.
getSatisfyAny() - Method in class org.springframework.yarn.support.console.ContainerClusterReport.ClustersInfoReportData
 
getSatisfyHosts() - Method in class org.springframework.yarn.support.console.ContainerClusterReport.ClustersInfoReportData
 
getSatisfyRacks() - Method in class org.springframework.yarn.support.console.ContainerClusterReport.ClustersInfoReportData
 
getSatisfyState() - Method in interface org.springframework.yarn.am.grid.GridProjection
Gets the satisfy state.
getSatisfyState() - Method in class org.springframework.yarn.am.grid.support.AbstractGridProjection
 
getSatisfyState() - Method in class org.springframework.yarn.am.grid.support.DefaultGridProjection
 
getSecurity() - Method in class org.springframework.yarn.config.annotation.builders.YarnConfigBuilder
Gets the HadoopSecurity.
getSource() - Method in class org.springframework.yarn.support.statemachine.config.builders.StateMachineTransitions.TransitionData
 
getSource() - Method in class org.springframework.yarn.support.statemachine.transition.AbstractTransition
 
getSource() - Method in interface org.springframework.yarn.support.statemachine.transition.Transition
 
getStagingPath() - Method in class org.springframework.yarn.client.AbstractYarnClient
Gets the staging path.
getState() - Method in class org.springframework.yarn.support.console.ContainerClusterReport.ClustersInfoReportData
 
getState() - Method in class org.springframework.yarn.support.statemachine.AbstractStateMachine
 
getState() - Method in class org.springframework.yarn.support.statemachine.config.builders.StateMachineStates.StateData
 
getState() - Method in interface org.springframework.yarn.support.statemachine.StateMachine
 
getStateMachine() - Method in interface org.springframework.yarn.am.cluster.ContainerCluster
 
getStateMachine() - Method in class org.springframework.yarn.am.cluster.DefaultContainerCluster
 
getStateMachine() - Method in class org.springframework.yarn.support.statemachine.config.EnumStateMachineFactory
 
getStateMachine() - Method in interface org.springframework.yarn.support.statemachine.config.StateMachineFactory
 
getStateMachineStateBuilder() - Method in class org.springframework.yarn.support.statemachine.config.StateMachineConfigurerAdapter
 
getStateMachineTransitionBuilder() - Method in class org.springframework.yarn.support.statemachine.config.StateMachineConfigurerAdapter
 
getStates() - Method in class org.springframework.yarn.support.statemachine.AbstractStateMachine
 
getStates() - Method in class org.springframework.yarn.support.statemachine.config.builders.StateMachineStates
 
getStates() - Method in class org.springframework.yarn.support.statemachine.config.StateMachineConfig
 
getSubmissionContext(ApplicationId) - Method in class org.springframework.yarn.client.AbstractYarnClient
Gets the submission context for application master.
getTarget() - Method in class org.springframework.yarn.support.statemachine.config.builders.StateMachineTransitions.TransitionData
 
getTarget() - Method in class org.springframework.yarn.support.statemachine.transition.AbstractTransition
 
getTarget() - Method in interface org.springframework.yarn.support.statemachine.transition.Transition
 
getTaskExecutor() - Method in class org.springframework.yarn.support.LifecycleObjectSupport
Gets the defined TaskExecutor.
getTaskExecutor(BeanFactory) - Static method in class org.springframework.yarn.support.YarnContextUtils
Return the TaskScheduler bean whose name is "taskExecutor" if available.
getTaskScheduler() - Method in class org.springframework.yarn.support.LifecycleObjectSupport
Gets the defined TaskScheduler.
getTaskScheduler(BeanFactory) - Static method in class org.springframework.yarn.support.YarnContextUtils
Return the TaskScheduler bean whose name is "taskScheduler" if available.
getTemplate() - Method in class org.springframework.yarn.am.AbstractAppmaster
Gets the AppmasterRmOperations template.
getTrackUrl() - Method in interface org.springframework.yarn.am.AppmasterTrackService
Gets a url of this track service.
getTrackUrl() - Method in class org.springframework.yarn.am.container.ContainerRegisterInfo
Gets the track url.
getTrackUrl() - Method in class org.springframework.yarn.am.track.UrlAppmasterTrackService
 
getTrackUrl() - Method in class org.springframework.yarn.event.ContainerRegisterEvent
Gets the track url.
getTransitions() - Method in class org.springframework.yarn.support.statemachine.config.builders.StateMachineTransitions
 
getTransitions() - Method in class org.springframework.yarn.support.statemachine.config.StateMachineConfig
 
getTrigger() - Method in class org.springframework.yarn.support.statemachine.transition.AbstractTransition
 
getTrigger() - Method in interface org.springframework.yarn.support.statemachine.transition.Transition
 
getType() - Method in class org.springframework.yarn.am.grid.support.ProjectionData
 
getType() - Method in class org.springframework.yarn.fs.LocalResourcesSelector.Entry
Gets the entry LocalResourceType.
getUser() - Method in class org.springframework.yarn.am.AppmasterCmTemplate
 
getUser() - Method in class org.springframework.yarn.rpc.YarnRpcAccessor
Gets the user used to create the proxy.
getUserName(Configuration) - Static method in class org.springframework.yarn.support.YarnUtils
Gets the user name.
getValidOpts() - Method in class org.springframework.yarn.am.CommandLineAppmasterRunner
 
getValidOpts() - Method in class org.springframework.yarn.client.CommandLineClientRunner
 
getValidOpts() - Method in class org.springframework.yarn.container.CommandLineContainerRunner
 
getValidOpts() - Method in class org.springframework.yarn.launch.AbstractCommandLineRunner
Gets the list of valid option arguments.
getValue(Integer) - Method in class org.springframework.yarn.support.console.TableRow
Return a value from this row.
getVirtualcores() - Method in class org.springframework.yarn.am.allocate.DefaultContainerAllocator
Gets the virtualcores for container request.
getVirtualCores() - Method in class org.springframework.yarn.am.grid.support.AbstractGridProjection
Gets the virtual cores.
getVirtualCores() - Method in class org.springframework.yarn.am.grid.support.ProjectionData
 
getWidth() - Method in class org.springframework.yarn.support.console.TableHeader
 
getYarnAppmaster() - Method in class org.springframework.yarn.config.annotation.SpringYarnConfigs
 
getYarnClient() - Method in class org.springframework.yarn.config.annotation.SpringYarnConfigs
 
getYarnContainer() - Method in class org.springframework.yarn.config.annotation.SpringYarnConfigs
 
getYarnEventPublisher() - Method in class org.springframework.yarn.support.LifecycleObjectSupport
Gets the yarn event publisher.
getZipArchivePattern() - Method in class org.springframework.yarn.fs.AbstractLocalResourcesSelector
Gets the current zip archive pattern.
Grid - Interface in org.springframework.yarn.am.grid
Grid allows to track members in a grid.
GridListener - Interface in org.springframework.yarn.am.grid.listener
Listener for grid container node events.
GridMember - Interface in org.springframework.yarn.am.grid
Interface representing a grid member.
GridMemberInterceptor - Interface in org.springframework.yarn.am.grid.support
 
GridMemberInterceptorChain - Class in org.springframework.yarn.am.grid.support
 
GridMemberInterceptorChain() - Constructor for class org.springframework.yarn.am.grid.support.GridMemberInterceptorChain
 
GridProjection - Interface in org.springframework.yarn.am.grid
Interface representing a grid projection.
GridProjectionFactory - Interface in org.springframework.yarn.am.grid
A GridProjectionFactory is used from an application master responsible handling creation of GridProjections.
GridProjectionFactoryLocator - Interface in org.springframework.yarn.am.grid
A locator for GridProjectionFactory instances.
GridProjectionFactoryRegistry - Class in org.springframework.yarn.am.grid.support
Default implementation of a GridProjectionFactoryLocator.
GridProjectionFactoryRegistry() - Constructor for class org.springframework.yarn.am.grid.support.GridProjectionFactoryRegistry
 

H

handle(YarnContainerRuntime) - Method in class org.springframework.yarn.container.ContainerHandler
Handle container using a YarnContainerRuntimeProcessor.
handleAllocatedContainers(List<Container>) - Method in class org.springframework.yarn.am.allocate.AbstractPollingAllocator
Subclasses needs to implement this method to handle newly allocated containers.
handleAllocatedContainers(List<Container>) - Method in class org.springframework.yarn.am.allocate.DefaultContainerAllocator
 
handleBeanRun(YarnAppmaster, String[], Set<String>) - Method in class org.springframework.yarn.am.CommandLineAppmasterRunner
 
handleBeanRun(YarnClient, String[], Set<String>) - Method in class org.springframework.yarn.client.CommandLineClientRunner
 
handleBeanRun(YarnContainer, String[], Set<String>) - Method in class org.springframework.yarn.container.CommandLineContainerRunner
 
handleBeanRun(T, String[], Set<String>) - Method in class org.springframework.yarn.launch.AbstractCommandLineRunner
Handles the execution of a bean after Application Context(s) has been initialized.
handleCompletedContainers(List<ContainerStatus>) - Method in class org.springframework.yarn.am.allocate.AbstractPollingAllocator
Subclasses needs to implement this method to handle newly released containers.
handleCompletedContainers(List<ContainerStatus>) - Method in class org.springframework.yarn.am.allocate.DefaultContainerAllocator
 
handleSatisfyStateData(ContainerCluster, SatisfyStateData) - Method in class org.springframework.yarn.am.cluster.AbstractContainerClusterAppmaster
 
hasData() - Method in class org.springframework.yarn.am.allocate.ContainerAllocateData
 
hashCode() - Method in class org.springframework.yarn.launch.ExitStatus
Compatible with the equals implementation.
hashCode() - Method in class org.springframework.yarn.support.console.TableRow
 
hasPort() - Method in interface org.springframework.yarn.am.AppmasterService
This method should return true if a service will eventually bind to a port.
hdfs(String) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultLocalResourcesHdfsConfigurer
 
hdfs(String, String) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultLocalResourcesHdfsConfigurer
 
hdfs(String, LocalResourceType) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultLocalResourcesHdfsConfigurer
 
hdfs(String, LocalResourceType, boolean) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultLocalResourcesHdfsConfigurer
 
hdfs(String, String, LocalResourceType) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultLocalResourcesHdfsConfigurer
 
hdfs(String) - Method in interface org.springframework.yarn.config.annotation.configurers.LocalResourcesHdfsConfigurer
 
hdfs(String, String) - Method in interface org.springframework.yarn.config.annotation.configurers.LocalResourcesHdfsConfigurer
 
hdfs(String, LocalResourceType) - Method in interface org.springframework.yarn.config.annotation.configurers.LocalResourcesHdfsConfigurer
 
hdfs(String, LocalResourceType, boolean) - Method in interface org.springframework.yarn.config.annotation.configurers.LocalResourcesHdfsConfigurer
 
hdfs(String, String, LocalResourceType) - Method in interface org.springframework.yarn.config.annotation.configurers.LocalResourcesHdfsConfigurer
 
header(String, String) - Method in class org.springframework.yarn.support.console.ApplicationsReport.SubmittedReportBuilder
 
header(String, String) - Method in class org.springframework.yarn.support.console.ContainerClusterReport.ClusterInfoReportBuilder
 
header(String, String) - Method in class org.springframework.yarn.support.console.ContainerClusterReport.ClustersInfoReportBuilder
 
HORIZONTAL_LINE - Static variable in class org.springframework.yarn.support.console.UiUtils
 
hostsInfo - Variable in class org.springframework.yarn.am.allocate.DefaultAllocateCountTracker.AllocateCountInfo
 

I

includeBaseDirectory(boolean) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultEnvironmentClasspathConfigurer
 
includeBaseDirectory(boolean) - Method in interface org.springframework.yarn.config.annotation.configurers.EnvironmentClasspathConfigurer
Specify if base directory should be added in classpath.
includeLocalSystemEnv(boolean) - Method in class org.springframework.yarn.config.annotation.builders.YarnEnvironmentBuilder
 
includeLocalSystemEnv(String, boolean) - Method in class org.springframework.yarn.config.annotation.builders.YarnEnvironmentBuilder
 
includeLocalSystemEnv(boolean) - Method in interface org.springframework.yarn.config.annotation.builders.YarnEnvironmentConfigurer
Specify if existing system environment variables should be included automatically.
includeLocalSystemEnv(String, boolean) - Method in interface org.springframework.yarn.config.annotation.builders.YarnEnvironmentConfigurer
Specify if existing system environment variables should be included automatically with an identifier.
init(YarnAppmasterBuilder) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultMasterContainerRunnerConfigurer
 
init(SpringYarnConfigBuilder) - Method in class org.springframework.yarn.config.annotation.SpringYarnConfigurerAdapter
 
init() - Method in class org.springframework.yarn.config.YarnNamespaceHandler
 
init() - Method in class org.springframework.yarn.support.PollingTaskSupport
Inits the poller.
init(StateMachineConfigBuilder<S, E>) - Method in class org.springframework.yarn.support.statemachine.config.StateMachineConfigurerAdapter
 
initial(S) - Method in class org.springframework.yarn.support.statemachine.config.configurers.DefaultStateConfigurer
 
initial(S) - Method in interface org.springframework.yarn.support.statemachine.config.configurers.StateConfigurer
 
installApplication() - Method in class org.springframework.yarn.client.AbstractYarnClient
 
installApplication(ApplicationDescriptor) - Method in interface org.springframework.yarn.client.ApplicationYarnClient
Install application based on ApplicationDescriptor.
installApplication(ApplicationDescriptor) - Method in class org.springframework.yarn.client.DefaultApplicationYarnClient
 
installApplication() - Method in interface org.springframework.yarn.client.YarnClient
Installs the application known to YarnClient instance into hdfs.
installedReportBuilder() - Static method in class org.springframework.yarn.support.console.ApplicationsReport
Create a new builder for installed applications.
intValue(String) - Method in interface org.springframework.yarn.launch.ExitCodeMapper
Convert the exit code from String into an integer that the calling environment as an operating system can interpret as an exit status.
intValue(Boolean) - Method in interface org.springframework.yarn.launch.ExitCodeMapper
Convert the exit code from Boolean into an integer that the calling environment as an operating system can interpret as an exit status.
intValue(String) - Method in class org.springframework.yarn.launch.SimpleJvmExitCodeMapper
Get the operating system exit status that matches a certain Batch Framework Exitcode
intValue(Boolean) - Method in class org.springframework.yarn.launch.SimpleJvmExitCodeMapper
 
isAssignable(AnnotationBuilder<SpringYarnConfigs>) - Method in class org.springframework.yarn.config.annotation.SpringYarnConfigurerAdapter
 
isAssignable(AnnotationBuilder<StateMachineConfig<S, E>>) - Method in class org.springframework.yarn.support.statemachine.config.StateMachineConfigurerAdapter
 
isAutoStartup() - Method in class org.springframework.yarn.support.LifecycleObjectSupport
 
isComplete() - Method in class org.springframework.yarn.am.StaticEventingAppmaster
Returns state telling if application is considered as complete.
isCopied() - Method in class org.springframework.yarn.fs.AbstractResourceLocalizer
Checks if is copied.
isDistributed() - Method in class org.springframework.yarn.fs.AbstractResourceLocalizer
Checks if is distributed.
isLocality() - Method in class org.springframework.yarn.am.allocate.DefaultContainerAllocator
Checks if is locality relax flag is enabled.
isRunning() - Method in class org.springframework.yarn.config.annotation.SpringYarnAnnotationPostProcessor
 
isRunning() - Method in class org.springframework.yarn.launch.ExitStatus
Check if this status represents a running process.
isRunning() - Method in class org.springframework.yarn.support.LifecycleObjectSupport
 
isSingleton() - Method in class org.springframework.yarn.client.YarnClientFactoryBean
 
isSingleton() - Method in class org.springframework.yarn.configuration.ConfigurationFactoryBean
 
isSingleton() - Method in class org.springframework.yarn.configuration.EnvironmentFactoryBean
 
isSingleton() - Method in class org.springframework.yarn.container.YarnContainerFactoryBean
 
isSingleton() - Method in class org.springframework.yarn.fs.LocalResourcesFactoryBean
 
isSingleton() - Method in class org.springframework.yarn.launch.LaunchCommandsFactoryBean
 
isValidEmail(String) - Static method in class org.springframework.yarn.support.console.CommonUtils
 
isWaitCompleteState() - Method in class org.springframework.yarn.container.AbstractYarnContainer
 
isWaitCompleteState() - Method in class org.springframework.yarn.container.DefaultYarnContainer
 
isWaitCompleteState() - Method in interface org.springframework.yarn.container.LongRunningYarnContainer
Indication for possible handler using this bean whether it should wait COMPLETED state.
isZipArchive(String) - Method in class org.springframework.yarn.fs.AbstractLocalResourcesSelector
Matching if argument is determined to be a zip archive.
iterator() - Method in class org.springframework.yarn.listener.OrderedComposite
Public getter for the list of items.

J

JVM_EXITCODE_COMPLETED - Static variable in interface org.springframework.yarn.launch.ExitCodeMapper
 
JVM_EXITCODE_FORCE_KILLED - Static variable in interface org.springframework.yarn.launch.ExitCodeMapper
 
JVM_EXITCODE_GENERIC_ERROR - Static variable in interface org.springframework.yarn.launch.ExitCodeMapper
 
JVM_EXITCODE_INVALID_CONFIG_FILE - Static variable in interface org.springframework.yarn.launch.ExitCodeMapper
 
JVM_EXITCODE_INVALID_CONTAINER_EXEC_PERMISSIONS - Static variable in interface org.springframework.yarn.launch.ExitCodeMapper
 
JVM_EXITCODE_INVALID_CONTAINER_PID - Static variable in interface org.springframework.yarn.launch.ExitCodeMapper
 
JVM_EXITCODE_INVALID_USER_NAME - Static variable in interface org.springframework.yarn.launch.ExitCodeMapper
 
JVM_EXITCODE_TERMINATED - Static variable in interface org.springframework.yarn.launch.ExitCodeMapper
 
JVM_EXITCODE_UNABLE_TO_EXECUTE_CONTAINER_SCRIPT - Static variable in interface org.springframework.yarn.launch.ExitCodeMapper
 
JVM_EXITCODE_WRITE_CGROUP_FAILED - Static variable in interface org.springframework.yarn.launch.ExitCodeMapper
 
JvmSystemExiter - Class in org.springframework.yarn.launch
Implementation of the SystemExiter interface that calls the standards System.exit method.
JvmSystemExiter() - Constructor for class org.springframework.yarn.launch.JvmSystemExiter
 

K

killApplication(ApplicationId) - Method in class org.springframework.yarn.client.AbstractYarnClient
 
killApplication(ApplicationId) - Method in interface org.springframework.yarn.client.ClientRmOperations
Requests ResourceManager to abort submitted application.
killApplication(ApplicationId) - Method in class org.springframework.yarn.client.ClientRmTemplate
 
killApplication(ApplicationId) - Method in interface org.springframework.yarn.client.YarnClient
Requests a resource manager to kill the application.
killContainer(Container) - Method in class org.springframework.yarn.am.cluster.AbstractContainerClusterAppmaster
 

L

LaunchCommandsFactoryBean - Class in org.springframework.yarn.launch
Factory bean helping to construct a command meant to start application master or a container.
LaunchCommandsFactoryBean() - Constructor for class org.springframework.yarn.launch.LaunchCommandsFactoryBean
 
launchContainer(Container, List<String>) - Method in interface org.springframework.yarn.am.container.ContainerLauncher
Launch container Container using given list of commands.
launchContainer(Container, List<String>) - Method in class org.springframework.yarn.am.container.DefaultContainerLauncher
 
LifecycleObjectSupport - Class in org.springframework.yarn.support
Convenient base class for object which needs spring task scheduler, task executor and life cycle handling.
LifecycleObjectSupport() - Constructor for class org.springframework.yarn.support.LifecycleObjectSupport
 
listApplications() - Method in class org.springframework.yarn.client.AbstractYarnClient
 
listApplications(String) - Method in class org.springframework.yarn.client.AbstractYarnClient
 
listApplications() - Method in interface org.springframework.yarn.client.ClientRmOperations
Gets a list of ApplicationReports from a resource manager.
listApplications(EnumSet<YarnApplicationState>, Set<String>) - Method in interface org.springframework.yarn.client.ClientRmOperations
Gets a list of ApplicationReports from a resource manager.
listApplications(EnumSet<YarnApplicationState>, Set<String>) - Method in class org.springframework.yarn.client.ClientRmTemplate
 
listApplications() - Method in class org.springframework.yarn.client.ClientRmTemplate
 
listApplications() - Method in interface org.springframework.yarn.client.YarnClient
Gets a list of known applications.
listApplications(String) - Method in interface org.springframework.yarn.client.YarnClient
Gets a list of known applications filtered by an application type.
listRunningApplications(String) - Method in class org.springframework.yarn.client.AbstractYarnClient
 
listRunningApplications(String) - Method in interface org.springframework.yarn.client.YarnClient
Gets a list of running applications filtered by an application type.
loadDefaults(boolean) - Method in class org.springframework.yarn.config.annotation.builders.YarnConfigBuilder
 
loadDefaults(boolean) - Method in interface org.springframework.yarn.config.annotation.builders.YarnConfigConfigurer
Specify if Hadoop Configuration is initially based on default values.
locality(boolean) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultMasterContainerAllocatorConfigurer.DefaultMasterContainerAllocatorCollectionConfigurer
 
locality(boolean) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultMasterContainerAllocatorConfigurer
 
locality(boolean) - Method in interface org.springframework.yarn.config.annotation.configurers.MasterContainerAllocatorConfigurer
Specify a locality relaxing for ContainerAllocator.
locality(boolean) - Method in interface org.springframework.yarn.config.annotation.configurers.MasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurer
Specify a locality relaxing for ContainerAllocator.
LocalResourcesCopyConfigurer - Interface in org.springframework.yarn.config.annotation.configurers
 
LocalResourcesFactoryBean - Class in org.springframework.yarn.fs
Factory bean building ResourceLocalizers objects.
LocalResourcesFactoryBean() - Constructor for class org.springframework.yarn.fs.LocalResourcesFactoryBean
 
LocalResourcesFactoryBean.CopyEntry - Class in org.springframework.yarn.fs
Helper class storing copy entries.
LocalResourcesFactoryBean.CopyEntry(String, String, boolean) - Constructor for class org.springframework.yarn.fs.LocalResourcesFactoryBean.CopyEntry
 
LocalResourcesFactoryBean.RawCopyEntry - Class in org.springframework.yarn.fs
Helper class storing raw copy entries.
LocalResourcesFactoryBean.RawCopyEntry(byte[], String, boolean) - Constructor for class org.springframework.yarn.fs.LocalResourcesFactoryBean.RawCopyEntry
 
LocalResourcesFactoryBean.TransferEntry - Class in org.springframework.yarn.fs
Helper class storing transfer entries.
LocalResourcesFactoryBean.TransferEntry(LocalResourceType, LocalResourceVisibility, String, boolean) - Constructor for class org.springframework.yarn.fs.LocalResourcesFactoryBean.TransferEntry
 
LocalResourcesHdfsConfigurer - Interface in org.springframework.yarn.config.annotation.configurers
 
LocalresourcesParser - Class in org.springframework.yarn.config
Simple namespace parser for yarn:localresources.
LocalresourcesParser() - Constructor for class org.springframework.yarn.config.LocalresourcesParser
 
LocalResourcesSelector - Interface in org.springframework.yarn.fs
LocalResourcesSelector builds and selects a list of LocalResourcesSelector.Entrys having information about a path and a LocalResourceType of that path.
LocalResourcesSelector.Entry - Class in org.springframework.yarn.fs
Entrys used by this interface.
LocalResourcesSelector.Entry(String, LocalResourceType) - Constructor for class org.springframework.yarn.fs.LocalResourcesSelector.Entry
Instantiates a new entry.
log - Static variable in class org.springframework.yarn.launch.SimpleJvmExitCodeMapper
 
LoggingListener - Class in org.springframework.yarn.event
Simple ApplicationListener which logs all events based on AbstractYarnEvent using a log level set during the construction.
LoggingListener() - Constructor for class org.springframework.yarn.event.LoggingListener
Constructs Logger listener with debug level.
LoggingListener(String) - Constructor for class org.springframework.yarn.event.LoggingListener
Constructs Logger listener with given level.
LongRunningYarnContainer - Interface in org.springframework.yarn.container
Extension of YarnContainer indicating that container is intended to be a long running operation.

M

main(String[]) - Static method in class org.springframework.yarn.am.CommandLineAppmasterRunner
 
main(String[]) - Static method in class org.springframework.yarn.client.CommandLineClientRunner
 
main(String[]) - Static method in class org.springframework.yarn.container.CommandLineContainerRunner
 
ManagedContainerClusterAppmaster - Class in org.springframework.yarn.am.cluster
Default ContainerClusterAppmaster implementation using functionality from AbstractContainerClusterAppmaster.
ManagedContainerClusterAppmaster() - Constructor for class org.springframework.yarn.am.cluster.ManagedContainerClusterAppmaster
 
maskPassword(String) - Static method in class org.springframework.yarn.support.console.CommonUtils
Simple method to replace characters in a String with asterisks to mask the password.
masterCommands(String...) - Method in class org.springframework.yarn.config.annotation.builders.YarnClientBuilder
 
masterCommands(String...) - Method in interface org.springframework.yarn.config.annotation.builders.YarnClientConfigurer
Specify a raw array of commands used to start an application master.
MasterContainerAllocatorConfigurer - Interface in org.springframework.yarn.config.annotation.configurers
AnnotationConfigurerBuilder for configuring ContainerAllocator.
MasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurer - Interface in org.springframework.yarn.config.annotation.configurers
MasterContainerAllocatorCollectionConfigurer is an interface for DefaultMasterContainerAllocatorCollectionConfigurer which is used to configure MasterContainerAllocatorConfigurer parameters as an identified collection.
MasterContainerRunnerConfigurer - Interface in org.springframework.yarn.config.annotation.configurers
 
MasterParser - Class in org.springframework.yarn.config
Simple namespace parser for yarn:master.
MasterParser() - Constructor for class org.springframework.yarn.config.MasterParser
 
matches(Method) - Method in class org.springframework.yarn.support.UniqueMethodFilter
 
maySetConfigurationFromContext() - Method in class org.springframework.yarn.config.annotation.configuration.SpringYarnConfiguration
Sets a configuration from an ApplicationContext if one and only one configuration of type org.apache.hadoop.conf.Configuration or YarnConfiguration is found.
memberAdded(GridMember) - Method in class org.springframework.yarn.am.grid.listener.DefaultGridListener
 
memberAdded(GridProjection, GridMember) - Method in class org.springframework.yarn.am.grid.listener.DefaultProjectedGridListener
 
memberAdded(GridMember) - Method in interface org.springframework.yarn.am.grid.listener.GridListener
Invoked when member is added into a grid.
memberAdded(GridProjection, GridMember) - Method in interface org.springframework.yarn.am.grid.listener.ProjectedGridListener
Invoked when a member is added into a projection.
memberAdded(GridProjection, GridMember) - Method in class org.springframework.yarn.am.grid.listener.ProjectedGridListenerAdapter
 
memberRemoved(GridMember) - Method in class org.springframework.yarn.am.grid.listener.DefaultGridListener
 
memberRemoved(GridProjection, GridMember) - Method in class org.springframework.yarn.am.grid.listener.DefaultProjectedGridListener
 
memberRemoved(GridMember) - Method in interface org.springframework.yarn.am.grid.listener.GridListener
Invoked when member is removed from a grid.
memberRemoved(GridProjection, GridMember) - Method in interface org.springframework.yarn.am.grid.listener.ProjectedGridListener
Invoked when a member is removed from a projection.
memberRemoved(GridProjection, GridMember) - Method in class org.springframework.yarn.am.grid.listener.ProjectedGridListenerAdapter
 
memory(int) - Method in class org.springframework.yarn.config.annotation.builders.YarnClientBuilder
 
memory(String) - Method in class org.springframework.yarn.config.annotation.builders.YarnClientBuilder
 
memory(String) - Method in interface org.springframework.yarn.config.annotation.builders.YarnClientConfigurer
Specify a yarn application containers memory reservation.
memory(int) - Method in interface org.springframework.yarn.config.annotation.builders.YarnClientConfigurer
Specify a yarn application containers memory reservation.
memory(String) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultMasterContainerAllocatorConfigurer.DefaultMasterContainerAllocatorCollectionConfigurer
 
memory(int) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultMasterContainerAllocatorConfigurer.DefaultMasterContainerAllocatorCollectionConfigurer
 
memory(String) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultMasterContainerAllocatorConfigurer
 
memory(int) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultMasterContainerAllocatorConfigurer
 
memory(String) - Method in interface org.springframework.yarn.config.annotation.configurers.MasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurer
Specify a container memory for ContainerAllocator.
memory(int) - Method in interface org.springframework.yarn.config.annotation.configurers.MasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurer
Specify a container memory for ContainerAllocator.
memory(String) - Method in interface org.springframework.yarn.config.annotation.configurers.MasterContainerAllocatorConfigurer
Specify a container memory for ContainerAllocator.
memory(int) - Method in interface org.springframework.yarn.config.annotation.configurers.MasterContainerAllocatorConfigurer
Specify a container memory for ContainerAllocator.
merge(ProjectionData) - Method in class org.springframework.yarn.am.grid.support.ProjectionData
Merge projection data to this instance by setting fields from other if set.
merge(Configuration, Configuration) - Static method in class org.springframework.yarn.configuration.ConfigurationUtils
Creates a new Configuration by merging the given configurations.
merge(Configuration, Configuration) - Static method in class org.springframework.yarn.support.YarnUtils
Merge configurations together.
MethodAnnotationPostProcessor<T extends Annotation> - Interface in org.springframework.yarn.config.annotation
Strategy interface for post-processing annotated methods.
MethodInvokingYarnContainerRuntimeProcessor<T> - Class in org.springframework.yarn.container
A simple YarnContainerRuntimeProcessor implementation using methods from a container.
MethodInvokingYarnContainerRuntimeProcessor(Object, Method) - Constructor for class org.springframework.yarn.container.MethodInvokingYarnContainerRuntimeProcessor
 
MethodInvokingYarnContainerRuntimeProcessor(Object, String) - Constructor for class org.springframework.yarn.container.MethodInvokingYarnContainerRuntimeProcessor
 
MethodInvokingYarnContainerRuntimeProcessor(Object, Class<? extends Annotation>) - Constructor for class org.springframework.yarn.container.MethodInvokingYarnContainerRuntimeProcessor
 
modifyContainerCluster(String, ProjectionData) - Method in class org.springframework.yarn.am.cluster.AbstractContainerClusterAppmaster
 
modifyContainerCluster(String, ProjectionData) - Method in interface org.springframework.yarn.am.cluster.ContainerClusterAppmaster
 
MultiLocalResourcesSelector - Interface in org.springframework.yarn.fs
Extension of LocalResourcesSelector adding functionality to use multiple LocalResourcesSelectors.
MultiResourceLocalizer - Interface in org.springframework.yarn.fs
Extension of ResourceLocalizer adding functionality to use multiple ResourceLocalizers.

N

NetworkUtils - Class in org.springframework.yarn.support
Various network utilities.
NetworkUtils() - Constructor for class org.springframework.yarn.support.NetworkUtils
 
newRow() - Method in class org.springframework.yarn.support.console.Table
Add a new empty row to the table.
NMTokenCacheCompat - Class in org.springframework.yarn.support.compat
Compat class for NMTokenCache.
NMTokenCacheCompat() - Constructor for class org.springframework.yarn.support.compat.NMTokenCacheCompat
 
NOOP - Static variable in class org.springframework.yarn.launch.ExitStatus
Convenient constant value representing job that did no processing (e.g.
notifyCompleted() - Method in class org.springframework.yarn.am.AbstractAppmaster
Notify completed state to appmaster state listeners.
notifyCompleted() - Method in class org.springframework.yarn.container.AbstractYarnContainer
Notify completed state to container state listeners.
notifyCompleted(int) - Method in class org.springframework.yarn.container.AbstractYarnContainer
Notify completed state to container state listeners.
notifyContainerState(ContainerStateListener.ContainerState, Object) - Method in class org.springframework.yarn.container.AbstractYarnContainer
Notify state to container state listeners.
notifyGridProjectionAdded(GridProjection) - Method in class org.springframework.yarn.am.grid.support.AbstractProjectedGrid
Notifies registered ProjectedGridListeners that a GridProjection has been added to a ProjectedGrid.
notifyGridProjectionRemoved(GridProjection) - Method in class org.springframework.yarn.am.grid.support.AbstractProjectedGrid
Notifies registered ProjectedGridListeners that a GridProjection has been removed from a ProjectedGrid.
notifyMemberAdded(GridMember) - Method in class org.springframework.yarn.am.grid.support.AbstractGrid
Notifies registered ContainerGridListeners that a ContainerNode has been added to a ContainerGrid.
notifyMemberAdded(GridProjection, GridMember) - Method in class org.springframework.yarn.am.grid.support.AbstractProjectedGrid
Notifies registered ContainerGridGroupsListeners that a ContainerNode has been added to a ContainerGroup.
notifyMemberRemoved(GridMember) - Method in class org.springframework.yarn.am.grid.support.AbstractGrid
Notifies registered ContainerGridListeners that a ContainerNode has been removed from a ContainerGrid.
notifyMemberRemoved(GridProjection, GridMember) - Method in class org.springframework.yarn.am.grid.support.AbstractProjectedGrid
Notifies registered ContainerGridGroupsListeners that a ContainerNode has been removed from a ContainerGroup.
notifyState(ContainerMonitorListener.ContainerMonitorState) - Method in class org.springframework.yarn.am.monitor.AbstractMonitor
Notify new ContainerMonitorListener.ContainerMonitorState for registered listeners.

O

OK - Static variable in class org.springframework.yarn.launch.ExitStatus
Convenient constant value representing finished processing.
onApplicationEvent(AbstractYarnEvent) - Method in class org.springframework.yarn.am.AbstractEventingAppmaster
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.yarn.config.annotation.SpringYarnAnnotationPostProcessor
 
onApplicationEvent(ContextClosedEvent) - Method in class org.springframework.yarn.container.DefaultYarnContainer
 
onApplicationEvent(AbstractYarnEvent) - Method in class org.springframework.yarn.event.LoggingListener
 
onConfigurers(List<AnnotationConfigurer<SpringYarnConfigs, SpringYarnConfigBuilder>>) - Method in class org.springframework.yarn.config.annotation.configuration.SpringYarnConfiguration
 
onConfigurers(List<AnnotationConfigurer<StateMachineConfig<S, E>, StateMachineConfigBuilder<S, E>>>) - Method in class org.springframework.yarn.support.statemachine.config.configuration.StateMachineConfiguration
 
onConfigurers(List<AnnotationConfigurer<StateMachineConfig<S, E>, StateMachineConfigBuilder<S, E>>>) - Method in class org.springframework.yarn.support.statemachine.config.configuration.StateMachineFactoryConfiguration
 
onContainer(List<Container>) - Method in interface org.springframework.yarn.am.monitor.ContainerAware
Called when we potentially have new information about a Containers.
onContainer(List<Container>) - Method in class org.springframework.yarn.am.monitor.DefaultContainerMonitor
 
onContainerAllocated(Container) - Method in class org.springframework.yarn.am.AbstractEventingAppmaster
Invoked when ContainerAllocationEvent is received as an application event.
onContainerAllocated(Container) - Method in class org.springframework.yarn.am.AbstractProcessingAppmaster
Called when container has been allocated.
onContainerAllocated(Container) - Method in class org.springframework.yarn.am.cluster.AbstractContainerClusterAppmaster
 
onContainerAllocated(Container) - Method in class org.springframework.yarn.am.StaticEventingAppmaster
 
onContainerCompleted(ContainerStatus) - Method in class org.springframework.yarn.am.AbstractEventingAppmaster
Invoked when ContainerCompletedEvent is received as an application event.
onContainerCompleted(ContainerStatus) - Method in class org.springframework.yarn.am.AbstractProcessingAppmaster
Called when container has been completed.
onContainerCompleted(ContainerStatus) - Method in class org.springframework.yarn.am.cluster.AbstractContainerClusterAppmaster
 
onContainerCompleted(ContainerStatus) - Method in class org.springframework.yarn.am.StaticEventingAppmaster
 
onContainerFailed(ContainerStatus) - Method in class org.springframework.yarn.am.StaticEventingAppmaster
Called if completed container has failed.
onContainerLaunchCommands(Container, ContainerCluster, List<String>) - Method in class org.springframework.yarn.am.cluster.AbstractContainerClusterAppmaster
Called when a container is launched for sub classes to do a final modifications in these commands.
onContainerLaunched(Container) - Method in class org.springframework.yarn.am.AbstractEventingAppmaster
Invoked when ContainerLaunchedEvent is received as an application event.
onContainerLaunched(Container) - Method in class org.springframework.yarn.am.cluster.AbstractContainerClusterAppmaster
 
onContainerLaunched(Container) - Method in class org.springframework.yarn.am.StaticEventingAppmaster
 
onContainerLaunchRequestFailed(Container) - Method in class org.springframework.yarn.am.AbstractEventingAppmaster
Invoked when ContainerLaunchRequestFailedEvent is received as an application event.
OnContainerStart - Annotation Type in org.springframework.yarn.annotation
Indicates that a method is capable of handling an operation on Yarn Container when something needs to be executed.
onContainerStatus(List<ContainerStatus>) - Method in interface org.springframework.yarn.am.monitor.ContainerAware
Called when we potentially have new information about a ContainerStatuss.
onContainerStatus(List<ContainerStatus>) - Method in class org.springframework.yarn.am.monitor.DefaultContainerMonitor
 
onInit() - Method in class org.springframework.yarn.am.AbstractAppmaster
Global application master instance specific ApplicationAttemptId is build during this init method.
onInit() - Method in class org.springframework.yarn.am.AbstractEventingAppmaster
 
onInit() - Method in class org.springframework.yarn.am.AbstractProcessingAppmaster
 
onInit() - Method in class org.springframework.yarn.am.allocate.AbstractAllocator
 
onInit() - Method in class org.springframework.yarn.am.allocate.AbstractPollingAllocator
 
onInit() - Method in class org.springframework.yarn.am.allocate.DefaultContainerAllocator
 
onInit() - Method in class org.springframework.yarn.am.cluster.AbstractContainerClusterAppmaster
 
onInit() - Method in class org.springframework.yarn.am.container.AbstractLauncher
 
onInit() - Method in class org.springframework.yarn.am.container.DefaultContainerLauncher
 
onInit() - Method in class org.springframework.yarn.am.StaticAppmaster
 
onInit() - Method in class org.springframework.yarn.support.LifecycleObjectSupport
Subclasses may implement this for initialization logic.
onPollResult(T) - Method in class org.springframework.yarn.support.PollingTaskSupport
Callback on poll result.
OPT_KILL - Static variable in class org.springframework.yarn.client.CommandLineClientRunner
 
OPT_LIST - Static variable in class org.springframework.yarn.client.CommandLineClientRunner
 
OPT_SUBMIT - Static variable in class org.springframework.yarn.client.CommandLineClientRunner
 
OrderedComposite<S> - Class in org.springframework.yarn.listener
Composite item which can be used in other components which may want to allow automatic and annotation based ordering.
OrderedComposite() - Constructor for class org.springframework.yarn.listener.OrderedComposite
 
org.springframework.yarn - package org.springframework.yarn
 
org.springframework.yarn.am - package org.springframework.yarn.am
 
org.springframework.yarn.am.allocate - package org.springframework.yarn.am.allocate
 
org.springframework.yarn.am.assign - package org.springframework.yarn.am.assign
 
org.springframework.yarn.am.cluster - package org.springframework.yarn.am.cluster
 
org.springframework.yarn.am.container - package org.springframework.yarn.am.container
 
org.springframework.yarn.am.grid - package org.springframework.yarn.am.grid
 
org.springframework.yarn.am.grid.listener - package org.springframework.yarn.am.grid.listener
 
org.springframework.yarn.am.grid.support - package org.springframework.yarn.am.grid.support
 
org.springframework.yarn.am.monitor - package org.springframework.yarn.am.monitor
 
org.springframework.yarn.am.track - package org.springframework.yarn.am.track
 
org.springframework.yarn.annotation - package org.springframework.yarn.annotation
 
org.springframework.yarn.client - package org.springframework.yarn.client
 
org.springframework.yarn.config - package org.springframework.yarn.config
 
org.springframework.yarn.config.annotation - package org.springframework.yarn.config.annotation
 
org.springframework.yarn.config.annotation.builders - package org.springframework.yarn.config.annotation.builders
 
org.springframework.yarn.config.annotation.configuration - package org.springframework.yarn.config.annotation.configuration
 
org.springframework.yarn.config.annotation.configurers - package org.springframework.yarn.config.annotation.configurers
 
org.springframework.yarn.configuration - package org.springframework.yarn.configuration
 
org.springframework.yarn.container - package org.springframework.yarn.container
 
org.springframework.yarn.event - package org.springframework.yarn.event
 
org.springframework.yarn.fs - package org.springframework.yarn.fs
 
org.springframework.yarn.launch - package org.springframework.yarn.launch
 
org.springframework.yarn.listener - package org.springframework.yarn.listener
 
org.springframework.yarn.rpc - package org.springframework.yarn.rpc
 
org.springframework.yarn.support - package org.springframework.yarn.support
 
org.springframework.yarn.support.compat - package org.springframework.yarn.support.compat
 
org.springframework.yarn.support.console - package org.springframework.yarn.support.console
 
org.springframework.yarn.support.statemachine - package org.springframework.yarn.support.statemachine
 
org.springframework.yarn.support.statemachine.action - package org.springframework.yarn.support.statemachine.action
 
org.springframework.yarn.support.statemachine.config - package org.springframework.yarn.support.statemachine.config
 
org.springframework.yarn.support.statemachine.config.builders - package org.springframework.yarn.support.statemachine.config.builders
 
org.springframework.yarn.support.statemachine.config.configuration - package org.springframework.yarn.support.statemachine.config.configuration
 
org.springframework.yarn.support.statemachine.config.configurers - package org.springframework.yarn.support.statemachine.config.configurers
 
org.springframework.yarn.support.statemachine.listener - package org.springframework.yarn.support.statemachine.listener
 
org.springframework.yarn.support.statemachine.state - package org.springframework.yarn.support.statemachine.state
 
org.springframework.yarn.support.statemachine.transition - package org.springframework.yarn.support.statemachine.transition
 
org.springframework.yarn.support.statemachine.trigger - package org.springframework.yarn.support.statemachine.trigger
 

P

padRight(String, int, char) - Static method in class org.springframework.yarn.support.console.CommonUtils
Right-pad a String with a configurable padding character.
padRight(String, int) - Static method in class org.springframework.yarn.support.console.CommonUtils
Right-pad the provided String with empty spaces.
parse(Element, ParserContext) - Method in class org.springframework.yarn.config.AbstractYarnNamespaceHandler
 
parseBytes(String) - Static method in class org.springframework.yarn.support.ParsingUtils
Parses the count of bytes from a string.
parseBytesAsMegs(String) - Static method in class org.springframework.yarn.support.ParsingUtils
Parses the given string as a number representing megs.
parseInnerHandlerDefinition(Element, ParserContext) - Static method in class org.springframework.yarn.config.YarnNamespaceUtils
Parses inner bean definition from an dom element.
parseInternal(Element, ParserContext) - Method in class org.springframework.yarn.config.MasterParser
 
ParsingUtils - Class in org.springframework.yarn.support
Various static string and parsing utilities.
ParsingUtils() - Constructor for class org.springframework.yarn.support.ParsingUtils
 
performBuild() - Method in class org.springframework.yarn.config.annotation.builders.SpringYarnConfigBuilder
 
performBuild() - Method in class org.springframework.yarn.config.annotation.builders.YarnAppmasterBuilder
 
performBuild() - Method in class org.springframework.yarn.config.annotation.builders.YarnClientBuilder
 
performBuild() - Method in class org.springframework.yarn.config.annotation.builders.YarnConfigBuilder
 
performBuild() - Method in class org.springframework.yarn.config.annotation.builders.YarnContainerBuilder
 
performBuild() - Method in class org.springframework.yarn.config.annotation.builders.YarnEnvironmentBuilder
 
performBuild() - Method in class org.springframework.yarn.config.annotation.builders.YarnResourceLocalizerBuilder
 
performBuild() - Method in class org.springframework.yarn.support.statemachine.config.builders.StateMachineConfigBuilder
 
performBuild() - Method in class org.springframework.yarn.support.statemachine.config.builders.StateMachineStateBuilder
 
performBuild() - Method in class org.springframework.yarn.support.statemachine.config.builders.StateMachineTransitionBuilder
 
PollingTaskSupport<T> - Class in org.springframework.yarn.support
Helper class to ease working with polling tasks executed using Spring TaskScheduler and TaskExecutor.
PollingTaskSupport(TaskScheduler, TaskExecutor) - Constructor for class org.springframework.yarn.support.PollingTaskSupport
Instantiates a new polling task support.
PollingTaskSupport(TaskScheduler, TaskExecutor, TimeUnit, long) - Constructor for class org.springframework.yarn.support.PollingTaskSupport
Instantiates a new polling task support.
PollingTaskSupport(TaskScheduler, TaskExecutor, Trigger) - Constructor for class org.springframework.yarn.support.PollingTaskSupport
Instantiates a new polling task support.
populateNmTokenCache(AllocateResponse) - Method in class org.springframework.yarn.am.allocate.AbstractPollingAllocator
Populate node manager token cache in NMTokenCache.
postInstallVerify(ApplicationDescriptor) - Method in class org.springframework.yarn.client.DefaultApplicationYarnClient
Post install verify.
postProcess(Object, String, Method, OnContainerStart) - Method in class org.springframework.yarn.config.annotation.ContainerActivatorAnnotationPostProcessor
 
postProcess(Object, String, Method, T) - Method in interface org.springframework.yarn.config.annotation.MethodAnnotationPostProcessor
Post process a bean.
postProcessAfterInitialization(Object, String) - Method in class org.springframework.yarn.config.annotation.SpringYarnAnnotationPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.yarn.config.ConfiguringBeanFactoryPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.yarn.config.annotation.SpringYarnAnnotationPostProcessor
 
postSubmitVerify(ApplicationId, ApplicationDescriptor) - Method in class org.springframework.yarn.client.DefaultApplicationYarnClient
Post submit verify.
preAdd(GridMember, Grid) - Method in interface org.springframework.yarn.am.grid.support.GridMemberInterceptor
 
preAdd(GridMember, Grid) - Method in class org.springframework.yarn.am.grid.support.GridMemberInterceptorChain
 
preInstallVerify(ApplicationDescriptor) - Method in class org.springframework.yarn.client.DefaultApplicationYarnClient
Pre install verify.
preLaunch(Container, ContainerLaunchContext) - Method in class org.springframework.yarn.am.AbstractProcessingAppmaster
 
preLaunch(Container, ContainerLaunchContext) - Method in class org.springframework.yarn.am.container.AbstractLauncher.ContainerLauncherInterceptorList
Handles the pre launch calls.
preLaunch(Container, ContainerLaunchContext) - Method in interface org.springframework.yarn.am.ContainerLauncherInterceptor
Invoked before the ContainerLaunchContext is used to launch the container.
preProcessAllocatedContainers(List<Container>) - Method in class org.springframework.yarn.am.allocate.AbstractPollingAllocator
Pre-process allocated containers.
preProcessAllocatedContainers(List<Container>) - Method in class org.springframework.yarn.am.allocate.DefaultContainerAllocator
 
presetSystemExiter(SystemExiter) - Static method in class org.springframework.yarn.launch.AbstractCommandLineRunner
Sets the SystemExiter.
preSubmitVerify(ApplicationDescriptor) - Method in class org.springframework.yarn.client.DefaultApplicationYarnClient
Pre submit verify.
priority(Integer) - Method in class org.springframework.yarn.config.annotation.builders.YarnClientBuilder
 
priority(Integer) - Method in interface org.springframework.yarn.config.annotation.builders.YarnClientConfigurer
Specify a yarn application priority.
priority(Integer) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultMasterContainerAllocatorConfigurer.DefaultMasterContainerAllocatorCollectionConfigurer
 
priority(Integer) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultMasterContainerAllocatorConfigurer
 
priority(Integer) - Method in interface org.springframework.yarn.config.annotation.configurers.MasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurer
Specify a container priority for ContainerAllocator.
priority(Integer) - Method in interface org.springframework.yarn.config.annotation.configurers.MasterContainerAllocatorConfigurer
Specify a container priority for ContainerAllocator.
PRIORITY_COMPARATOR - Static variable in interface org.springframework.yarn.am.grid.GridProjection
Comparator sorting GridProjections for priority.
process(YarnContainerRuntime) - Method in class org.springframework.yarn.container.ContainerMethodInvokerHelper
 
process(YarnContainerRuntime) - Method in class org.springframework.yarn.container.MethodInvokingYarnContainerRuntimeProcessor
 
process(YarnContainerRuntime) - Method in interface org.springframework.yarn.container.YarnContainerRuntimeProcessor
Process the container based on information available from YarnContainerRuntime.
processAllocatedContainer(Container) - Method in class org.springframework.yarn.am.allocate.DefaultAllocateCountTracker
 
ProjectedGrid - Interface in org.springframework.yarn.am.grid
ProjectedGrid
ProjectedGridListener - Interface in org.springframework.yarn.am.grid.listener
Listener for grid container group events.
ProjectedGridListenerAdapter - Class in org.springframework.yarn.am.grid.listener
 
ProjectedGridListenerAdapter() - Constructor for class org.springframework.yarn.am.grid.listener.ProjectedGridListenerAdapter
 
projectionAdded(GridProjection) - Method in class org.springframework.yarn.am.grid.listener.DefaultProjectedGridListener
 
projectionAdded(GridProjection) - Method in interface org.springframework.yarn.am.grid.listener.ProjectedGridListener
Invoked when a new projection is added.
projectionAdded(GridProjection) - Method in class org.springframework.yarn.am.grid.listener.ProjectedGridListenerAdapter
 
ProjectionData - Class in org.springframework.yarn.am.grid.support
Data object which works between a configuration and projections.
ProjectionData() - Constructor for class org.springframework.yarn.am.grid.support.ProjectionData
Instantiates a new projection data.
ProjectionData(Integer) - Constructor for class org.springframework.yarn.am.grid.support.ProjectionData
Instantiates a new projection data.
ProjectionData(Integer, Map<String, Integer>, Map<String, Integer>) - Constructor for class org.springframework.yarn.am.grid.support.ProjectionData
Instantiates a new projection data.
ProjectionData(Integer, Map<String, Integer>, Map<String, Integer>, Map<String, Object>) - Constructor for class org.springframework.yarn.am.grid.support.ProjectionData
Instantiates a new projection data.
ProjectionData(Integer, Map<String, Integer>, Map<String, Integer>, String, Integer) - Constructor for class org.springframework.yarn.am.grid.support.ProjectionData
Instantiates a new projection data.
ProjectionData(Integer, Map<String, Integer>, Map<String, Integer>, Map<String, Object>, String, Integer) - Constructor for class org.springframework.yarn.am.grid.support.ProjectionData
Instantiates a new projection data.
ProjectionDataRegistry - Class in org.springframework.yarn.am.grid.support
Helper class to keep info about default projection datas defined in a configuration.
ProjectionDataRegistry(Map<String, ProjectionData>) - Constructor for class org.springframework.yarn.am.grid.support.ProjectionDataRegistry
Instantiates a new projection data registry.
projectionRemoved(GridProjection) - Method in class org.springframework.yarn.am.grid.listener.DefaultProjectedGridListener
 
projectionRemoved(GridProjection) - Method in interface org.springframework.yarn.am.grid.listener.ProjectedGridListener
Invoked when projection is removed.
projectionRemoved(GridProjection) - Method in class org.springframework.yarn.am.grid.listener.ProjectedGridListenerAdapter
 
propertiesLocation(String...) - Method in class org.springframework.yarn.config.annotation.builders.YarnEnvironmentBuilder
 
propertiesLocation(String...) - Method in interface org.springframework.yarn.config.annotation.builders.YarnEnvironmentConfigurer
Specify properties locations.
propertiesLocationId(String, String[]) - Method in class org.springframework.yarn.config.annotation.builders.YarnEnvironmentBuilder
 
propertiesLocationId(String, String[]) - Method in interface org.springframework.yarn.config.annotation.builders.YarnEnvironmentConfigurer
Specify properties locations with an identifier.
publishContainerAllocated(Object, Container) - Method in class org.springframework.yarn.event.DefaultYarnEventPublisher
 
publishContainerAllocated(Object, Container) - Method in interface org.springframework.yarn.event.YarnEventPublisher
Publish an application event containing information about the allocated Container.
publishContainerCompleted(Object, ContainerStatus) - Method in class org.springframework.yarn.event.DefaultYarnEventPublisher
 
publishContainerCompleted(Object, ContainerStatus) - Method in interface org.springframework.yarn.event.YarnEventPublisher
Publish an application event containing information about the completed ContainerStatus.
publishContainerLaunched(Object, Container) - Method in class org.springframework.yarn.event.DefaultYarnEventPublisher
 
publishContainerLaunched(Object, Container) - Method in interface org.springframework.yarn.event.YarnEventPublisher
Publish an application event containing information about the launched Container.
publishContainerLaunchRequestFailed(Object, Container) - Method in class org.springframework.yarn.event.DefaultYarnEventPublisher
 
publishContainerLaunchRequestFailed(Object, Container) - Method in interface org.springframework.yarn.event.YarnEventPublisher
Publish an application event containing information about the failed Container launch request.
publishEvent(AbstractYarnEvent) - Method in class org.springframework.yarn.event.DefaultYarnEventPublisher
 
publishEvent(AbstractYarnEvent) - Method in interface org.springframework.yarn.event.YarnEventPublisher
Publish a general application event of type AbstractYarnEvent.

Q

queryApplicationId(YarnClient, String) - Method in class org.springframework.yarn.client.CommandLineClientRunner
Query application id.
queue(String) - Method in class org.springframework.yarn.config.annotation.builders.YarnClientBuilder
 
queue(String) - Method in interface org.springframework.yarn.config.annotation.builders.YarnClientConfigurer
Specify a yarn application submission queue.

R

racksInfo - Variable in class org.springframework.yarn.am.allocate.DefaultAllocateCountTracker.AllocateCountInfo
 
raw(String, byte[], String) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultLocalResourcesCopyConfigurer
 
raw(Map<String, byte[]>, String) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultLocalResourcesCopyConfigurer
 
raw(String, byte[], String) - Method in interface org.springframework.yarn.config.annotation.configurers.LocalResourcesCopyConfigurer
 
raw(Map<String, byte[]>, String) - Method in interface org.springframework.yarn.config.annotation.configurers.LocalResourcesCopyConfigurer
 
register(T) - Method in class org.springframework.yarn.listener.AbstractCompositeListener
Register a new listener.
registerApplicationMaster(String, Integer, String) - Method in interface org.springframework.yarn.am.AppmasterRmOperations
Register application master.
registerApplicationMaster(String, Integer, String) - Method in class org.springframework.yarn.am.AppmasterRmTemplate
 
registerAppmaster() - Method in class org.springframework.yarn.am.AbstractAppmaster
Register appmaster.
REGISTERED_NAME - Static variable in class org.springframework.yarn.am.grid.support.DefaultGridProjection
 
releaseContainer(ContainerId) - Method in interface org.springframework.yarn.am.allocate.ContainerAllocator
Release container.
releaseContainer(ContainerId) - Method in class org.springframework.yarn.am.allocate.DefaultContainerAllocator
 
releaseContainers(List<Container>) - Method in interface org.springframework.yarn.am.allocate.ContainerAllocator
Release containers.
releaseContainers(List<Container>) - Method in class org.springframework.yarn.am.allocate.DefaultContainerAllocator
 
removeMember(ContainerId) - Method in interface org.springframework.yarn.am.grid.Grid
Removes a grid member.
removeMember(GridMember) - Method in interface org.springframework.yarn.am.grid.GridProjection
Removes the member.
removeMember(ContainerId) - Method in class org.springframework.yarn.am.grid.support.AbstractGrid
 
removeMember(GridMember) - Method in class org.springframework.yarn.am.grid.support.AbstractGridProjection
 
removeProjection(GridProjection) - Method in interface org.springframework.yarn.am.grid.ProjectedGrid
Removes a grid projection.
removeProjection(GridProjection) - Method in class org.springframework.yarn.am.grid.support.AbstractProjectedGrid
 
renderMapDataAsTable(List<Map<String, Object>>, List<String>) - Static method in class org.springframework.yarn.support.console.UiUtils
Renders a textual representation of the list of provided Map data
renderParameterInfoDataAsTable(Map<String, String>, boolean, int) - Static method in class org.springframework.yarn.support.console.UiUtils
 
renderParameterInfoDataAsTable(Map<String, String>) - Static method in class org.springframework.yarn.support.console.UiUtils
Renders a textual representation of provided parameter map.
renderTextTable(Table) - Static method in class org.springframework.yarn.support.console.UiUtils
 
renderTextTable(Table, boolean) - Static method in class org.springframework.yarn.support.console.UiUtils
Renders a textual representation of the provided Table
replaceExitCode(String) - Method in class org.springframework.yarn.launch.ExitStatus
Add an exit code to an existing ExitStatus.
resolve(Map<String, Object>) - Method in interface org.springframework.yarn.am.container.ContainerResolver
Resolve resource requests.
resolve() - Method in class org.springframework.yarn.fs.AbstractResourceLocalizer
 
resolve() - Method in interface org.springframework.yarn.fs.SmartResourceLocalizer
Manually resolve resources before distribution process is initiated.
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.yarn.config.ClientParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.yarn.config.ContainerParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.yarn.config.MasterParser
 
resolveStagingDirectory() - Method in class org.springframework.yarn.fs.AbstractResourceLocalizer
Resolve runtime staging directory.
ResourceCompat - Class in org.springframework.yarn.support.compat
Compat class for Resource.
ResourceCompat() - Constructor for class org.springframework.yarn.support.compat.ResourceCompat
 
ResourceLocalizer - Interface in org.springframework.yarn.fs
ResourceLocalizer is a simple interface used during a container launch to determine a localized resources.
resourceManagerAddress(String) - Method in class org.springframework.yarn.config.annotation.builders.YarnConfigBuilder
 
resourceManagerAddress(String) - Method in interface org.springframework.yarn.config.annotation.builders.YarnConfigConfigurer
Specify a Yarn resource manager address.
reverse() - Method in class org.springframework.yarn.listener.OrderedComposite
Public getter for the list of items in reverse.
RM_ADDRESS - Static variable in class org.springframework.yarn.YarnSystemConstants
Default env variable for resource manager address.
RpcMessage<T> - Interface in org.springframework.yarn.am
The central interface that any RpcMessage type must implement.
run() - Method in class org.springframework.yarn.container.AbstractYarnContainer
 
run(YarnContainer) - Method in interface org.springframework.yarn.container.ContainerRunner
run(YarnContainer) - Method in class org.springframework.yarn.container.SimpleContainerRunner
 
run() - Method in interface org.springframework.yarn.container.YarnContainer
This method is called when something is ran in a container.
runInternal() - Method in class org.springframework.yarn.container.AbstractYarnContainer
Internal method to handle the actual AbstractYarnContainer.run() method.
runInternal() - Method in class org.springframework.yarn.container.DefaultYarnContainer
 
runnerClass(Class<? extends AbstractCommandLineRunner<?>>) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultMasterContainerRunnerConfigurer
 
runnerClass(Class<? extends AbstractCommandLineRunner<?>>) - Method in interface org.springframework.yarn.config.annotation.configurers.MasterContainerRunnerConfigurer
 
runningCount() - Method in interface org.springframework.yarn.am.monitor.ContainerMonitor
Gets a count of running containers.
runningCount() - Method in class org.springframework.yarn.am.monitor.DefaultContainerMonitor
 

S

SatisfyStateData - Class in org.springframework.yarn.am.grid.support
 
SatisfyStateData() - Constructor for class org.springframework.yarn.am.grid.support.SatisfyStateData
 
SatisfyStateData(List<GridMember>) - Constructor for class org.springframework.yarn.am.grid.support.SatisfyStateData
 
SatisfyStateData(ContainerAllocateData) - Constructor for class org.springframework.yarn.am.grid.support.SatisfyStateData
 
SatisfyStateData(List<GridMember>, ContainerAllocateData) - Constructor for class org.springframework.yarn.am.grid.support.SatisfyStateData
 
SCHEDULER_ADDRESS - Static variable in class org.springframework.yarn.YarnSystemConstants
Default env variable for resource manager scheduler address.
schedulerAddress(String) - Method in class org.springframework.yarn.config.annotation.builders.YarnConfigBuilder
 
schedulerAddress(String) - Method in interface org.springframework.yarn.config.annotation.builders.YarnConfigConfigurer
Specify a Yarn resource manager scheduler address.
select(String) - Method in class org.springframework.yarn.fs.AbstractLocalResourcesSelector
 
select(String) - Method in interface org.springframework.yarn.fs.LocalResourcesSelector
select(String, String) - Method in interface org.springframework.yarn.fs.MultiLocalResourcesSelector
Select a List of LocalResourcesSelector.Entrys identified by an arbitrary id.
selectImports(AnnotationMetadata) - Method in class org.springframework.yarn.config.annotation.SpringYarnConfigurationImportSelector
 
selectInternal(String) - Method in class org.springframework.yarn.fs.AbstractLocalResourcesSelector
Select internal.
sendEvent(Message<E>) - Method in class org.springframework.yarn.support.statemachine.AbstractStateMachine
 
sendEvent(E) - Method in class org.springframework.yarn.support.statemachine.AbstractStateMachine
 
sendEvent(Message<E>) - Method in interface org.springframework.yarn.support.statemachine.StateMachine
 
sendEvent(E) - Method in interface org.springframework.yarn.support.statemachine.StateMachine
 
set(List<ContainerLauncherInterceptor>) - Method in class org.springframework.yarn.am.container.AbstractLauncher.ContainerLauncherInterceptorList
Sets the interceptors, clears any existing interceptors.
set(List<GridMemberInterceptor>) - Method in class org.springframework.yarn.am.grid.support.GridMemberInterceptorChain
 
setAllocateData(ContainerAllocateData) - Method in class org.springframework.yarn.am.grid.support.SatisfyStateData
 
setAllocationValues(String, Integer, Integer, Integer, Boolean) - Method in class org.springframework.yarn.am.allocate.DefaultContainerAllocator
Sets the allocation values for given identifier.
setAllocator(ContainerAllocator) - Method in class org.springframework.yarn.am.AbstractServicesAppmaster
Sets the ContainerAllocator used for this class.
setAny(int) - Method in class org.springframework.yarn.am.grid.support.ProjectionData
 
setApplicationAttemptId(ApplicationAttemptId) - Method in class org.springframework.yarn.am.allocate.AbstractAllocator
Sets the application attempt id.
setApplicationDirName(String) - Method in class org.springframework.yarn.client.AbstractYarnClient
Sets the application dir name.
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.yarn.event.DefaultYarnEventPublisher
 
setAppName(String) - Method in class org.springframework.yarn.client.AbstractYarnClient
Sets the name for submitted application.
setAppName(String) - Method in class org.springframework.yarn.client.YarnClientFactoryBean
Sets the name for submitted application.
setAppType(String) - Method in class org.springframework.yarn.client.AbstractYarnClient
Sets the type for submitted application.
setAppType(String) - Method in class org.springframework.yarn.client.YarnClientFactoryBean
Sets the type for submitted application.
setArguments(Properties) - Method in class org.springframework.yarn.launch.LaunchCommandsFactoryBean
Sets the arguments.
setArgumentsList(List<String>) - Method in class org.springframework.yarn.launch.LaunchCommandsFactoryBean
Sets the arguments as a list.
setAutoStartup(boolean) - Method in class org.springframework.yarn.support.LifecycleObjectSupport
Sets the auto startup.
setBeanClassLoader(ClassLoader) - Method in class org.springframework.yarn.configuration.ConfigurationFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.yarn.config.annotation.SpringYarnAnnotationPostProcessor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.yarn.support.AbstractExpressionEvaluator
 
setBeanFactory(BeanFactory) - Method in class org.springframework.yarn.support.BeanFactoryTypeConverter
 
setBeanFactory(BeanFactory) - Method in class org.springframework.yarn.support.LifecycleObjectSupport
 
setBeanName(String) - Method in class org.springframework.yarn.launch.LaunchCommandsFactoryBean
Sets the bean name.
setClasspath(String) - Method in class org.springframework.yarn.configuration.EnvironmentFactoryBean
Sets incoming classpath.
setClientClass(Class<? extends YarnClient>) - Method in class org.springframework.yarn.client.YarnClientFactoryBean
Sets the client class.
setClientRmOperations(ClientRmOperations) - Method in class org.springframework.yarn.client.AbstractYarnClient
Sets the ClientRmOperations implementation for accessing resource manager.
setCommand(String) - Method in class org.springframework.yarn.launch.LaunchCommandsFactoryBean
Sets the main command.
setCommands(List<String>) - Method in class org.springframework.yarn.am.AbstractAppmaster
Sets the commands.
setCommands(String, List<String>) - Method in class org.springframework.yarn.am.AbstractAppmaster
Sets the commands with an identifier.
setCommands(String[]) - Method in class org.springframework.yarn.am.AbstractAppmaster
Sets the commands.
setCommands(String, String[]) - Method in class org.springframework.yarn.am.AbstractAppmaster
Sets the commands with an identifier.
setCommands(List<String>) - Method in class org.springframework.yarn.client.AbstractYarnClient
Sets the commands starting appmaster.
setCommands(List<String>) - Method in class org.springframework.yarn.client.YarnClientFactoryBean
Sets the commands starting appmaster.
setCommands(String[]) - Method in class org.springframework.yarn.client.YarnClientFactoryBean
Sets the commands starting appmaster.
setCommands(String...) - Method in class org.springframework.yarn.config.annotation.builders.YarnClientBuilder
 
setConfiguration(Configuration) - Method in class org.springframework.yarn.am.AbstractAppmaster
Sets the Yarn configuration.
setConfiguration(Configuration) - Method in class org.springframework.yarn.am.allocate.AbstractAllocator
Sets the Yarn configuration.
setConfiguration(Configuration) - Method in class org.springframework.yarn.am.allocate.DefaultAllocateCountTracker
 
setConfiguration(Configuration) - Method in class org.springframework.yarn.am.container.AbstractLauncher
Sets the Yarn configuration.
setConfiguration(Configuration) - Method in class org.springframework.yarn.am.grid.support.AbstractGridProjection
Sets the hadoop configuration.
setConfiguration(Configuration) - Method in class org.springframework.yarn.client.AbstractYarnClient
Sets the Yarn configuration.
setConfiguration(Configuration) - Method in class org.springframework.yarn.client.YarnClientFactoryBean
Sets the Yarn configuration.
setConfiguration(Configuration) - Method in class org.springframework.yarn.config.annotation.SpringYarnConfigs
 
setConfiguration(YarnConfiguration) - Method in class org.springframework.yarn.configuration.ConfigurationFactoryBean
Sets the parent configuration.
setConfiguration(Configuration) - Method in class org.springframework.yarn.configuration.EnvironmentFactoryBean
Sets the yarn configuration.
setConfiguration(Configuration) - Method in class org.springframework.yarn.container.AbstractYarnContainer
Sets the Yarn configuration.
setConfiguration(Configuration) - Method in class org.springframework.yarn.fs.LocalResourcesFactoryBean
Sets Yarn configuration for this factory.
setContainerAllocator(ContainerAllocator) - Method in class org.springframework.yarn.config.annotation.builders.YarnAppmasterBuilder
 
setContainerAssign(ContainerAssign<Object>) - Method in class org.springframework.yarn.am.AbstractAppmaster
Sets the container assign.
setContainerClass(Class<? extends YarnContainer>) - Method in class org.springframework.yarn.container.YarnContainerFactoryBean
Sets the container class.
setContainerRef(YarnContainer) - Method in class org.springframework.yarn.container.YarnContainerFactoryBean
Sets the container ref.
setContextFile(String) - Method in class org.springframework.yarn.launch.LaunchCommandsFactoryBean
Sets the context file.
setConversionService(ConversionService) - Method in class org.springframework.yarn.support.AbstractExpressionEvaluator
Sets the conversion service.
setConversionService(ConversionService) - Method in class org.springframework.yarn.support.BeanFactoryTypeConverter
 
setCopied(boolean) - Method in class org.springframework.yarn.fs.AbstractResourceLocalizer
Sets the copied.
setCopyEntries(Collection<LocalResourcesFactoryBean.CopyEntry>) - Method in class org.springframework.yarn.config.annotation.builders.YarnResourceLocalizerBuilder
 
setCopyEntries(Collection<LocalResourcesFactoryBean.CopyEntry>) - Method in class org.springframework.yarn.fs.LocalResourcesFactoryBean
Sets copy entries reference for this factory.
setCSVReferenceProperty(Element, BeanDefinitionBuilder, String, String) - Static method in class org.springframework.yarn.config.YarnNamespaceUtils
Sets the reference property as list from a comma delimited string.
setData(Map<Integer, String>) - Method in class org.springframework.yarn.support.console.TableRow
 
setDefaultMapreduceAppClasspath(String, String) - Method in class org.springframework.yarn.config.annotation.builders.YarnEnvironmentBuilder
Sets the default mr app classpath.
setDefaultMapreduceAppClasspath(String) - Method in class org.springframework.yarn.configuration.EnvironmentFactoryBean
Sets the default mr app classpath.
setDefaultYarnAppClasspath(String, String) - Method in class org.springframework.yarn.config.annotation.builders.YarnEnvironmentBuilder
Sets the default yarn app classpath.
setDefaultYarnAppClasspath(String) - Method in class org.springframework.yarn.configuration.EnvironmentFactoryBean
Sets the default yarn app classpath.
setDelimiter(String, String) - Method in class org.springframework.yarn.config.annotation.builders.YarnEnvironmentBuilder
Sets the delimiter.
setDelimiter(String) - Method in class org.springframework.yarn.configuration.EnvironmentFactoryBean
Sets the delimiter used in a classpath.
setDirectory(String) - Method in class org.springframework.yarn.client.ApplicationDescriptor
Sets the application directory.
setDistributed(boolean) - Method in class org.springframework.yarn.fs.AbstractResourceLocalizer
Sets the distributed.
setEnvironment(Map<String, String>) - Method in class org.springframework.yarn.am.AbstractAppmaster
Sets the environment variables.
setEnvironment(String, Map<String, String>) - Method in class org.springframework.yarn.am.AbstractAppmaster
 
setEnvironment(Map<String, String>) - Method in class org.springframework.yarn.am.allocate.AbstractAllocator
Sets the environment.
setEnvironment(Map<String, String>) - Method in class org.springframework.yarn.am.container.AbstractLauncher
Sets the environment.
setEnvironment(Map<String, String>) - Method in interface org.springframework.yarn.am.YarnAppmaster
Sets the environment variables.
setEnvironment(Map<String, String>) - Method in class org.springframework.yarn.client.AbstractYarnClient
Sets the environment for appmaster.
setEnvironment(Map<String, String>) - Method in class org.springframework.yarn.client.YarnClientFactoryBean
Sets the environment for appmaster.
setEnvironment(Map<String, String>) - Method in class org.springframework.yarn.config.annotation.builders.YarnAppmasterBuilder
 
setEnvironment(Map<String, String>) - Method in class org.springframework.yarn.config.annotation.builders.YarnClientBuilder
 
setEnvironment(Map<String, String>) - Method in class org.springframework.yarn.config.annotation.SpringYarnConfigs
 
setEnvironment(Map<String, String>) - Method in class org.springframework.yarn.container.AbstractYarnContainer
 
setEnvironment(Map<String, String>) - Method in interface org.springframework.yarn.container.YarnContainer
Sets the environment variables.
setEnvironments(Map<String, Map<String, String>>) - Method in class org.springframework.yarn.config.annotation.builders.YarnAppmasterBuilder
 
setFinalApplicationStatus(FinalApplicationStatus) - Method in class org.springframework.yarn.am.AbstractAppmaster
Sets the final application status.
setFsUri(String) - Method in class org.springframework.yarn.configuration.ConfigurationFactoryBean
Sets the File System ('fs.defaultFS') URI.
setGridProjectionFactoryLocator(GridProjectionFactoryLocator) - Method in class org.springframework.yarn.am.cluster.AbstractContainerClusterAppmaster
Sets the GridProjectionFactoryLocator used to find factories which are creating an instances of GridProjections.
setHdfsEntries(Collection<LocalResourcesFactoryBean.TransferEntry>) - Method in class org.springframework.yarn.config.annotation.builders.YarnResourceLocalizerBuilder
 
setHdfsEntries(String, Collection<LocalResourcesFactoryBean.TransferEntry>) - Method in class org.springframework.yarn.config.annotation.builders.YarnResourceLocalizerBuilder
 
setHdfsEntries(Collection<LocalResourcesFactoryBean.TransferEntry>) - Method in class org.springframework.yarn.fs.LocalResourcesFactoryBean
Sets hdfs entries reference for this factory.
setHdfsEntries(String, Collection<LocalResourcesFactoryBean.TransferEntry>) - Method in class org.springframework.yarn.fs.LocalResourcesFactoryBean
Sets hdfs entries reference for this factory.
setHost(String, Integer) - Method in class org.springframework.yarn.am.grid.support.ProjectionData
 
setHosts(Map<String, Integer>) - Method in class org.springframework.yarn.am.grid.support.ProjectionData
 
setId(String) - Method in class org.springframework.yarn.am.allocate.ContainerAllocateData
 
setImportMetadata(AnnotationMetadata) - Method in class org.springframework.yarn.config.annotation.configuration.SpringYarnConfiguration
 
setIncludeBaseDirectory(String, boolean) - Method in class org.springframework.yarn.config.annotation.builders.YarnEnvironmentBuilder
Sets the include base directory.
setIncludeBaseDirectory(boolean) - Method in class org.springframework.yarn.configuration.EnvironmentFactoryBean
If set to true a base directory entry will be added to a 'CLASSPATH' environment variable.
setIncludeLocalSystemEnv(boolean) - Method in class org.springframework.yarn.configuration.EnvironmentFactoryBean
If set to true properties from a System.getenv() will be included to environment settings.
setInitialize(boolean) - Method in class org.springframework.yarn.configuration.ConfigurationFactoryBean
Indicates whether the configuration object should be initialized (true) or not.
setInitialState(S) - Method in class org.springframework.yarn.support.statemachine.config.builders.StateMachineStateBuilder
 
setInterceptors(List<ContainerLauncherInterceptor>) - Method in class org.springframework.yarn.am.container.AbstractLauncher
Set the list of channel interceptors.
setInterceptors(List<GridMemberInterceptor>) - Method in class org.springframework.yarn.am.grid.support.AbstractGrid
Set the list of channel interceptors.
setItems(List<? extends S>) - Method in class org.springframework.yarn.listener.OrderedComposite
Public setter for the listeners.
setJarFile(String) - Method in class org.springframework.yarn.launch.LaunchCommandsFactoryBean
Sets the jar file name.
setLauncher(ContainerLauncher) - Method in class org.springframework.yarn.am.AbstractServicesAppmaster
Sets the ContainerLauncher used for this class.
setListeners(List<? extends T>) - Method in class org.springframework.yarn.listener.AbstractCompositeListener
Sets the list of listeners.
setLocality(boolean) - Method in class org.springframework.yarn.am.allocate.DefaultContainerAllocator
Sets the flag telling if resource allocation should not be relaxed.
setLocality(boolean) - Method in class org.springframework.yarn.am.grid.support.DefaultGridProjection
 
setLocality(Boolean) - Method in class org.springframework.yarn.am.grid.support.ProjectionData
 
setLocalizer(ResourceLocalizer) - Method in class org.springframework.yarn.config.annotation.SpringYarnConfigs
 
setMapping(Map<String, Integer>) - Method in class org.springframework.yarn.launch.SimpleJvmExitCodeMapper
Supply the ExitCodeMappings
setMaxWidth(int) - Method in class org.springframework.yarn.support.console.TableHeader
Defaults to -1 indicating to ignore the property.
setMemory(int) - Method in class org.springframework.yarn.am.allocate.DefaultContainerAllocator
Sets the memory for container request defining memory of the resource.
setMemory(Integer) - Method in class org.springframework.yarn.am.grid.support.AbstractGridProjection
Sets the memory.
setMemory(Integer) - Method in class org.springframework.yarn.am.grid.support.ProjectionData
 
setMemory(int) - Method in class org.springframework.yarn.client.AbstractYarnClient
Sets the memory.
setMemory(int) - Method in class org.springframework.yarn.client.YarnClientFactoryBean
Sets the memory.
setMonitor(ContainerMonitor) - Method in class org.springframework.yarn.am.AbstractServicesAppmaster
Sets the ContainerMonitor used for this class.
setName(String) - Method in class org.springframework.yarn.client.ApplicationDescriptor
Sets the application name.
setName(String) - Method in class org.springframework.yarn.support.console.TableHeader
 
setNamenodePrincipal(String) - Method in class org.springframework.yarn.configuration.ConfigurationFactoryBean
Sets the used namenode principal.
setObjectPostProcessor(ObjectPostProcessor<Object>) - Method in class org.springframework.yarn.config.annotation.SpringYarnConfigurerAdapter
 
setOptions(List<String>) - Method in class org.springframework.yarn.launch.LaunchCommandsFactoryBean
Sets the options.
setOrder(int) - Method in class org.springframework.yarn.container.ContainerHandler
Sets the order used get value from ContainerHandler.getOrder().
setParameters(Properties) - Method in class org.springframework.yarn.am.AbstractAppmaster
Sets the parameters.
setParameters(Properties) - Method in interface org.springframework.yarn.am.YarnAppmaster
Sets parameters for the appmaster.
setParameters(Properties) - Method in class org.springframework.yarn.container.AbstractYarnContainer
 
setParameters(Properties) - Method in interface org.springframework.yarn.container.YarnContainer
Sets the parameters.
setPhase(int) - Method in class org.springframework.yarn.support.LifecycleObjectSupport
Sets the phase.
setPriority(int) - Method in class org.springframework.yarn.am.allocate.DefaultContainerAllocator
Sets the priority for container request.
setPriority(Integer) - Method in class org.springframework.yarn.am.grid.support.AbstractGridProjection
Sets the priority.
setPriority(Integer) - Method in class org.springframework.yarn.am.grid.support.ProjectionData
 
setPriority(int) - Method in class org.springframework.yarn.client.AbstractYarnClient
Sets the priority.
setPriority(int) - Method in class org.springframework.yarn.client.YarnClientFactoryBean
Sets the priority.
setProgress(float) - Method in interface org.springframework.yarn.am.allocate.ContainerAllocator
Sets the current progress of application.
setProgress(float) - Method in class org.springframework.yarn.am.allocate.DefaultContainerAllocator
 
setProjectionData(ProjectionData) - Method in interface org.springframework.yarn.am.grid.GridProjection
Sets the projection data.
setProjectionData(ProjectionData) - Method in class org.springframework.yarn.am.grid.support.AbstractGridProjection
 
setProjectionDataRegistry(ProjectionDataRegistry) - Method in class org.springframework.yarn.am.cluster.AbstractContainerClusterAppmaster
 
setProperties(Map<String, Object>) - Method in class org.springframework.yarn.am.grid.support.ProjectionData
 
setProperties(Properties) - Method in class org.springframework.yarn.configuration.ConfigurationFactoryBean
Sets the configuration properties.
setProperties(Properties) - Method in class org.springframework.yarn.configuration.EnvironmentFactoryBean
Sets the configuration properties.
setPropertiesNames(String...) - Method in class org.springframework.yarn.fs.AbstractLocalResourcesSelector
Sets the properties names.
setPropertiesNames(List<String>) - Method in class org.springframework.yarn.fs.AbstractLocalResourcesSelector
Sets the properties names.
setPropertiesSuffixes(String...) - Method in class org.springframework.yarn.fs.AbstractLocalResourcesSelector
Sets the properties suffixes.
setPropertiesSuffixes(List<String>) - Method in class org.springframework.yarn.fs.AbstractLocalResourcesSelector
Sets the properties suffixes.
setQueue(String) - Method in class org.springframework.yarn.client.AbstractYarnClient
Sets the queue.
setQueue(String) - Method in class org.springframework.yarn.client.YarnClientFactoryBean
Sets the queue.
setRack(String, Integer) - Method in class org.springframework.yarn.am.grid.support.ProjectionData
 
setRacks(Map<String, Integer>) - Method in class org.springframework.yarn.am.grid.support.ProjectionData
 
setRawCopyEntries(Collection<LocalResourcesFactoryBean.RawCopyEntry>) - Method in class org.springframework.yarn.config.annotation.builders.YarnResourceLocalizerBuilder
 
setRawCopyEntries(Collection<LocalResourcesFactoryBean.RawCopyEntry>) - Method in class org.springframework.yarn.fs.LocalResourcesFactoryBean
 
setRawFileContents(Map<String, byte[]>) - Method in class org.springframework.yarn.fs.DefaultResourceLocalizer
Sets the raw file contents.
setReferenceIfAttributeDefined(BeanDefinitionBuilder, Element, String, String, String) - Static method in class org.springframework.yarn.config.YarnNamespaceUtils
Configures the provided bean definition builder with a property reference to a bean.
setReferenceIfAttributeDefined(BeanDefinitionBuilder, Element, String) - Static method in class org.springframework.yarn.config.YarnNamespaceUtils
Configures the provided bean definition builder with a property reference to a bean.
setReferenceIfAttributeDefined(BeanDefinitionBuilder, Element, String, String) - Static method in class org.springframework.yarn.config.YarnNamespaceUtils
Configures the provided bean definition builder with a property reference to a bean.
setRegisterUrlHandler(boolean) - Method in class org.springframework.yarn.configuration.ConfigurationFactoryBean
Indicates whether the configuration should register an URL handler (for allowing urls to understand HDFS prefixes, such as hdfs) or not.
setRemoveData(List<GridMember>) - Method in class org.springframework.yarn.am.grid.support.SatisfyStateData
 
setResourceLocalizer(ResourceLocalizer) - Method in class org.springframework.yarn.am.AbstractAppmaster
Sets the resource localizer.
setResourceLocalizer(ResourceLocalizer) - Method in class org.springframework.yarn.am.container.AbstractLauncher
Sets the resource localizer.
setResourceLocalizer(ResourceLocalizer) - Method in class org.springframework.yarn.client.AbstractYarnClient
Sets the resource localizer for appmaster container.
setResourceLocalizer(ResourceLocalizer) - Method in class org.springframework.yarn.client.YarnClientFactoryBean
Sets the resource localizer for appmaster container.
setResourceLocalizer(ResourceLocalizer) - Method in class org.springframework.yarn.config.annotation.builders.YarnAppmasterBuilder
 
setResourceLocalizer(ResourceLocalizer) - Method in class org.springframework.yarn.config.annotation.builders.YarnClientBuilder
 
setResources(Set<Resource>) - Method in class org.springframework.yarn.configuration.ConfigurationFactoryBean
Sets the configuration resources.
setRmAddress(String) - Method in class org.springframework.yarn.configuration.ConfigurationFactoryBean
Sets the Yarn ('yarn.resourcemanager.address') address.
setRmManagerPrincipal(String) - Method in class org.springframework.yarn.configuration.ConfigurationFactoryBean
Sets the used resource manager principal.
setRmTemplate(AppmasterRmOperations) - Method in class org.springframework.yarn.am.allocate.AbstractAllocator
Sets the rm template.
setRows(List<TableRow>) - Method in class org.springframework.yarn.support.console.Table
 
setRunner(Class<?>) - Method in class org.springframework.yarn.launch.LaunchCommandsFactoryBean
Sets the runner class.
setRunnerClass(String) - Method in class org.springframework.yarn.launch.LaunchCommandsFactoryBean
Sets the runner class.
setSchedulerAddress(String) - Method in class org.springframework.yarn.configuration.ConfigurationFactoryBean
Sets the Yarn ('yarn.resourcemanager.scheduler.address') address.
setSecurityAuthMethod(SecurityAuthMethod) - Method in class org.springframework.yarn.configuration.ConfigurationFactoryBean
Sets the security auth method.
setStagingDirectory(Path) - Method in class org.springframework.yarn.fs.AbstractResourceLocalizer
 
setStagingDirectory(String) - Method in class org.springframework.yarn.fs.LocalResourcesFactoryBean
Sets the staging directory.
setStagingDirectory(Path) - Method in class org.springframework.yarn.fs.LocalResourcesFactoryBean
Sets the staging directory.
setStagingDirectory(Path) - Method in interface org.springframework.yarn.fs.SmartResourceLocalizer
Sets the staging directory.
setStagingDirPath(String) - Method in class org.springframework.yarn.client.AbstractYarnClient
Sets the staging dir path.
setStagingId(String) - Method in class org.springframework.yarn.fs.AbstractResourceLocalizer
 
setStagingId(String) - Method in interface org.springframework.yarn.fs.SmartResourceLocalizer
Sets the staging id.
setStateMachineFactory(EnumStateMachineFactory<ClusterState, ClusterEvent>) - Method in class org.springframework.yarn.am.cluster.AbstractContainerClusterAppmaster
 
setStderr(String) - Method in class org.springframework.yarn.launch.LaunchCommandsFactoryBean
Sets the stderr.
setStdout(String) - Method in class org.springframework.yarn.launch.LaunchCommandsFactoryBean
Sets the stdout.
setTaskExecutor(TaskExecutor) - Method in class org.springframework.yarn.support.LifecycleObjectSupport
Sets the used TaskExecutor.
setTaskScheduler(TaskScheduler) - Method in class org.springframework.yarn.support.LifecycleObjectSupport
Sets the used TaskScheduler.
setTemplate(AppmasterRmOperations) - Method in class org.springframework.yarn.am.AbstractAppmaster
Sets the AppmasterRmOperations template.
setTemplate(ClientRmOperations) - Method in class org.springframework.yarn.client.YarnClientFactoryBean
 
setTrackUrl(String) - Method in class org.springframework.yarn.am.container.ContainerRegisterInfo
Sets the track url.
setTrigger(Trigger) - Method in class org.springframework.yarn.am.allocate.AbstractPollingAllocator
Sets Trigger used to trigger polling tasks.
setTrigger(Trigger) - Method in class org.springframework.yarn.support.PollingTaskSupport
Sets the trigger.
setType(String) - Method in class org.springframework.yarn.am.grid.support.ProjectionData
 
setType(LocalResourceType) - Method in class org.springframework.yarn.fs.LocalResourcesFactoryBean
Sets default LocalResourceType for entry.
setupLaunchContextTokens(ContainerLaunchContext) - Method in class org.springframework.yarn.am.container.DefaultContainerLauncher
Setup tokens for ContainerLaunchContext.
setUrl(String) - Method in class org.springframework.yarn.am.track.UrlAppmasterTrackService
Sets the url.
setUseDefaultMapreduceClasspath(String, boolean) - Method in class org.springframework.yarn.config.annotation.builders.YarnEnvironmentBuilder
Sets the default classpath.
setUseDefaultMapreduceClasspath(boolean) - Method in class org.springframework.yarn.configuration.EnvironmentFactoryBean
If set to true a default 'mr' entries will be added to a 'CLASSPATH' environment variable.
setUseDefaultYarnClasspath(String, boolean) - Method in class org.springframework.yarn.config.annotation.builders.YarnEnvironmentBuilder
Sets the default classpath.
setUseDefaultYarnClasspath(boolean) - Method in class org.springframework.yarn.configuration.EnvironmentFactoryBean
If set to true a default 'yarn' entries will be added to a 'CLASSPATH' environment variable.
setUserKeytab(String) - Method in class org.springframework.yarn.configuration.ConfigurationFactoryBean
Sets the user keytab.
setUserPrincipal(String) - Method in class org.springframework.yarn.configuration.ConfigurationFactoryBean
Sets the user principal.
setValueIfAttributeDefined(BeanDefinitionBuilder, Element, String, String) - Static method in class org.springframework.yarn.config.YarnNamespaceUtils
Configures the provided bean definition builder with a property value corresponding to the attribute whose name is provided if that attribute is defined in the given element.
setValueIfAttributeDefined(BeanDefinitionBuilder, Element, String, String, String) - Static method in class org.springframework.yarn.config.YarnNamespaceUtils
Configures the provided bean definition builder with a property value corresponding to the attribute whose name is provided if that attribute is defined in the given element.
setValueIfAttributeDefined(BeanDefinitionBuilder, Element, String) - Static method in class org.springframework.yarn.config.YarnNamespaceUtils
Configures the provided bean definition builder with a property value corresponding to the attribute whose name is provided if that attribute is defined in the given element.
setValueIfAttributeDefined(BeanDefinitionBuilder, Element, String, String, boolean) - Static method in class org.springframework.yarn.config.YarnNamespaceUtils
Configures the provided bean definition builder with a property value corresponding to the attribute whose name is provided if that attribute is defined in the given element.
setValueIfAttributeDefined(BeanDefinitionBuilder, Element, String, String, boolean, String) - Static method in class org.springframework.yarn.config.YarnNamespaceUtils
Configures the provided bean definition builder with a property value corresponding to the attribute whose name is provided if that attribute is defined in the given element.
setValueIfAttributeDefined(BeanDefinitionBuilder, Element, String, boolean) - Static method in class org.springframework.yarn.config.YarnNamespaceUtils
Configures the provided bean definition builder with a property value corresponding to the attribute whose name is provided if that attribute is defined in the given element.
setValueIfAttributeDefined(BeanDefinitionBuilder, Element, String, boolean, String) - Static method in class org.springframework.yarn.config.YarnNamespaceUtils
Configures the provided bean definition builder with a property value corresponding to the attribute whose name is provided if that attribute is defined in the given element.
setVirtualcores(int) - Method in class org.springframework.yarn.am.allocate.DefaultContainerAllocator
Sets the virtualcores for container request defining number of virtual cpu cores of the resource.
setVirtualCores(Integer) - Method in class org.springframework.yarn.am.grid.support.AbstractGridProjection
Sets the virtual cores.
setVirtualCores(Integer) - Method in class org.springframework.yarn.am.grid.support.ProjectionData
 
setVirtualcores(int) - Method in class org.springframework.yarn.client.AbstractYarnClient
Sets the virtualcores.
setVirtualcores(int) - Method in class org.springframework.yarn.client.YarnClientFactoryBean
Sets the virtualcores.
setVirtualCores(Resource, int) - Static method in class org.springframework.yarn.support.compat.ResourceCompat
setVisibility(LocalResourceVisibility) - Method in class org.springframework.yarn.fs.LocalResourcesFactoryBean
Sets default LocalResourceVisibility for entry.
setWidth(int) - Method in class org.springframework.yarn.support.console.TableHeader
 
setYarnAppmaster(YarnAppmaster) - Method in class org.springframework.yarn.config.annotation.SpringYarnConfigs
 
setYarnClient(YarnClient) - Method in class org.springframework.yarn.config.annotation.SpringYarnConfigs
 
setYarnConfiguration(Configuration) - Method in class org.springframework.yarn.config.annotation.builders.SpringYarnConfigBuilder
Sets the yarn configuration.
setYarnContainer(YarnContainer) - Method in class org.springframework.yarn.config.annotation.SpringYarnConfigs
 
setYarnEventPublisher(YarnEventPublisher) - Method in class org.springframework.yarn.support.LifecycleObjectSupport
Sets the yarn event publisher.
setZipArchivePattern(String) - Method in class org.springframework.yarn.fs.AbstractLocalResourcesSelector
Sets the zip archive pattern.
shutdown(Map<Container, ContainerRegisterInfo>) - Method in interface org.springframework.yarn.am.container.ContainerShutdown
Shutdown containers.
shutdownContainers() - Method in class org.springframework.yarn.am.AbstractAppmaster
Shutdown containers.
shutdownContainers() - Method in class org.springframework.yarn.am.AbstractEventingAppmaster
 
SimpleContainerRunner - Class in org.springframework.yarn.container
Default implementation of ContainerRunner.
SimpleContainerRunner() - Constructor for class org.springframework.yarn.container.SimpleContainerRunner
Instantiates a new simple container runner.
SimpleJvmExitCodeMapper - Class in org.springframework.yarn.launch
An implementation of ExitCodeMapper that can be configured through a map from batch exit codes (String) to integer results.
SimpleJvmExitCodeMapper() - Constructor for class org.springframework.yarn.launch.SimpleJvmExitCodeMapper
 
siteMapreduceAppClasspath(String) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultEnvironmentClasspathConfigurer
 
siteMapreduceAppClasspath(String...) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultEnvironmentClasspathConfigurer
 
siteMapreduceAppClasspath(String) - Method in interface org.springframework.yarn.config.annotation.configurers.EnvironmentClasspathConfigurer
Specify a default mr application classpath.
siteMapreduceAppClasspath(String...) - Method in interface org.springframework.yarn.config.annotation.configurers.EnvironmentClasspathConfigurer
Specify a default mr application classpath entries.
siteYarnAppClasspath(String) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultEnvironmentClasspathConfigurer
 
siteYarnAppClasspath(String...) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultEnvironmentClasspathConfigurer
 
siteYarnAppClasspath(String) - Method in interface org.springframework.yarn.config.annotation.configurers.EnvironmentClasspathConfigurer
Specify a default yarn application classpath.
siteYarnAppClasspath(String...) - Method in interface org.springframework.yarn.config.annotation.configurers.EnvironmentClasspathConfigurer
Specify a default yarn application classpath entries.
SmartResourceLocalizer - Interface in org.springframework.yarn.fs
SmartResourceLocalizer provides additional functionality on top of ResourceLocalizer order to handle more fine grained handling of resource localizing.
sort(ApplicationsReport.SubmittedField) - Method in class org.springframework.yarn.support.console.ApplicationsReport.SubmittedReportBuilder
Sort the report by a field.
source(String) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultLocalResourcesCopyConfigurer
 
source(String) - Method in interface org.springframework.yarn.config.annotation.configurers.LocalResourcesCopyConfigurer
 
source(S) - Method in class org.springframework.yarn.support.statemachine.config.configurers.DefaultExternalTransitionConfigurer
 
source(S) - Method in interface org.springframework.yarn.support.statemachine.config.configurers.ExternalTransitionConfigurer
 
springYarnAnnotationPostProcessor() - Method in class org.springframework.yarn.config.annotation.configuration.SpringYarnContainerConfiguration
 
SpringYarnAnnotationPostProcessor - Class in org.springframework.yarn.config.annotation
A BeanPostProcessor implementation that processes method-level annotations such as @OnContainerStart.
SpringYarnAnnotationPostProcessor() - Constructor for class org.springframework.yarn.config.annotation.SpringYarnAnnotationPostProcessor
 
SpringYarnAppmasterConfiguration - Class in org.springframework.yarn.config.annotation.configuration
Specific configuration extension for YarnAppmaster.
SpringYarnAppmasterConfiguration() - Constructor for class org.springframework.yarn.config.annotation.configuration.SpringYarnAppmasterConfiguration
 
SpringYarnClientConfiguration - Class in org.springframework.yarn.config.annotation.configuration
Specific configuration extension for YarnClient.
SpringYarnClientConfiguration() - Constructor for class org.springframework.yarn.config.annotation.configuration.SpringYarnClientConfiguration
 
SpringYarnConfigBuilder - Class in org.springframework.yarn.config.annotation.builders
AnnotationBuilder for SpringYarnConfigs.
SpringYarnConfigBuilder() - Constructor for class org.springframework.yarn.config.annotation.builders.SpringYarnConfigBuilder
Instantiates a new spring yarn config builder.
SpringYarnConfigs - Class in org.springframework.yarn.config.annotation
A holder object for all configured configs for Spring Yarn.
SpringYarnConfigs() - Constructor for class org.springframework.yarn.config.annotation.SpringYarnConfigs
Instantiates a new spring yarn configs.
SpringYarnConfigs(Configuration, ResourceLocalizer, Map<String, String>) - Constructor for class org.springframework.yarn.config.annotation.SpringYarnConfigs
Instantiates a new spring yarn configs.
SpringYarnConfiguration - Class in org.springframework.yarn.config.annotation.configuration
Uses a SpringYarnConfigBuilder to create SpringYarnConfigs holding all relevant configurations for Spring Yarn.
SpringYarnConfiguration() - Constructor for class org.springframework.yarn.config.annotation.configuration.SpringYarnConfiguration
 
SpringYarnConfigurationImportSelector - Class in org.springframework.yarn.config.annotation
Spring ImportSelector choosing appropriate Configuration based on EnableYarn annotation.
SpringYarnConfigurationImportSelector() - Constructor for class org.springframework.yarn.config.annotation.SpringYarnConfigurationImportSelector
 
SpringYarnConfigurer - Interface in org.springframework.yarn.config.annotation
Allows for configuring a AnnotationBuilder.
SpringYarnConfigurerAdapter - Class in org.springframework.yarn.config.annotation
Provides a convenient base class for creating a SpringYarnConfigurer instance.
SpringYarnConfigurerAdapter() - Constructor for class org.springframework.yarn.config.annotation.SpringYarnConfigurerAdapter
 
SpringYarnContainerConfiguration - Class in org.springframework.yarn.config.annotation.configuration
Specific configuration extension for YarnContainer.
SpringYarnContainerConfiguration() - Constructor for class org.springframework.yarn.config.annotation.configuration.SpringYarnContainerConfiguration
 
staging(boolean) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultLocalResourcesCopyConfigurer.ConfiguredCopyEntry
 
stagingDirectory(String) - Method in class org.springframework.yarn.config.annotation.builders.YarnResourceLocalizerBuilder
 
stagingDirectory(String) - Method in interface org.springframework.yarn.config.annotation.builders.YarnResourceLocalizerConfigurer
Specify a staging directory.
start() - Method in class org.springframework.yarn.config.annotation.SpringYarnAnnotationPostProcessor
 
start(String, String, String, String[], Set<String>) - Method in class org.springframework.yarn.launch.AbstractCommandLineRunner
Builds the Application Context(s) and handles 'execution' of a bean.
start() - Method in class org.springframework.yarn.support.LifecycleObjectSupport
 
start() - Method in class org.springframework.yarn.support.PollingTaskSupport
Starts the poller.
start() - Method in interface org.springframework.yarn.support.statemachine.StateMachine
 
startContainerCluster(String) - Method in class org.springframework.yarn.am.cluster.AbstractContainerClusterAppmaster
 
startContainerCluster(String) - Method in interface org.springframework.yarn.am.cluster.ContainerClusterAppmaster
 
startContainers(StartContainersRequest) - Method in interface org.springframework.yarn.am.AppmasterCmOperations
Start container.
startContainers(StartContainersRequest) - Method in class org.springframework.yarn.am.AppmasterCmTemplate
 
state(AppmasterStateListener.AppmasterState) - Method in interface org.springframework.yarn.listener.AppmasterStateListener
Invoked when appmaster state is changing.
state(AppmasterStateListener.AppmasterState) - Method in class org.springframework.yarn.listener.CompositeAppmasterStateListener
 
state(ContainerMonitorListener.ContainerMonitorState) - Method in class org.springframework.yarn.listener.CompositeContainerMonitorStateListener
 
state(ContainerStateListener.ContainerState, Object) - Method in class org.springframework.yarn.listener.CompositeContainerStateListener
 
state(ContainerMonitorListener.ContainerMonitorState) - Method in interface org.springframework.yarn.listener.ContainerMonitorListener
Invoked when monitoring state is changed.
state(ContainerStateListener.ContainerState, Object) - Method in interface org.springframework.yarn.listener.ContainerStateListener
Invoked when container state is changing.
state(S) - Method in class org.springframework.yarn.support.statemachine.config.configurers.DefaultStateConfigurer
 
state(S, E...) - Method in class org.springframework.yarn.support.statemachine.config.configurers.DefaultStateConfigurer
 
state(S) - Method in interface org.springframework.yarn.support.statemachine.config.configurers.StateConfigurer
 
state(S, E...) - Method in interface org.springframework.yarn.support.statemachine.config.configurers.StateConfigurer
 
State<S,E> - Interface in org.springframework.yarn.support.statemachine.state
 
stateChanged(State<S, E>, State<S, E>) - Method in class org.springframework.yarn.support.statemachine.listener.CompositeStateMachineListener
 
stateChanged(S, S) - Method in interface org.springframework.yarn.support.statemachine.listener.StateMachineListener
 
StateConfigurer<S,E> - Interface in org.springframework.yarn.support.statemachine.config.configurers
 
stateMachine() - Method in class org.springframework.yarn.support.statemachine.config.configuration.StateMachineConfiguration
 
stateMachine() - Method in class org.springframework.yarn.support.statemachine.config.EnumStateMachineFactory
 
StateMachine<S,E> - Interface in org.springframework.yarn.support.statemachine
 
StateMachineConfig<S,E> - Class in org.springframework.yarn.support.statemachine.config
 
StateMachineConfig(StateMachineTransitions<S, E>, StateMachineStates<S, E>) - Constructor for class org.springframework.yarn.support.statemachine.config.StateMachineConfig
 
StateMachineConfigBuilder<S,E> - Class in org.springframework.yarn.support.statemachine.config.builders
 
StateMachineConfigBuilder() - Constructor for class org.springframework.yarn.support.statemachine.config.builders.StateMachineConfigBuilder
 
StateMachineConfiguration<S extends Enum<S>,E extends Enum<E>> - Class in org.springframework.yarn.support.statemachine.config.configuration
 
StateMachineConfiguration() - Constructor for class org.springframework.yarn.support.statemachine.config.configuration.StateMachineConfiguration
 
StateMachineConfigurer<S,E> - Interface in org.springframework.yarn.support.statemachine.config.builders
 
StateMachineConfigurerAdapter<S,E> - Class in org.springframework.yarn.support.statemachine.config
 
StateMachineConfigurerAdapter() - Constructor for class org.springframework.yarn.support.statemachine.config.StateMachineConfigurerAdapter
 
stateMachineFactory() - Method in class org.springframework.yarn.support.statemachine.config.configuration.StateMachineFactoryConfiguration
 
StateMachineFactory<S,E> - Interface in org.springframework.yarn.support.statemachine.config
 
StateMachineFactoryConfiguration<S extends Enum<S>,E extends Enum<E>> - Class in org.springframework.yarn.support.statemachine.config.configuration
 
StateMachineFactoryConfiguration() - Constructor for class org.springframework.yarn.support.statemachine.config.configuration.StateMachineFactoryConfiguration
 
StateMachineListener<S,E> - Interface in org.springframework.yarn.support.statemachine.listener
 
StateMachineStateBuilder<S,E> - Class in org.springframework.yarn.support.statemachine.config.builders
 
StateMachineStateBuilder() - Constructor for class org.springframework.yarn.support.statemachine.config.builders.StateMachineStateBuilder
 
StateMachineStateBuilder(ObjectPostProcessor<Object>, boolean) - Constructor for class org.springframework.yarn.support.statemachine.config.builders.StateMachineStateBuilder
 
StateMachineStateBuilder(ObjectPostProcessor<Object>) - Constructor for class org.springframework.yarn.support.statemachine.config.builders.StateMachineStateBuilder
 
StateMachineStateConfigurer<S,E> - Interface in org.springframework.yarn.support.statemachine.config.builders
 
StateMachineStates<S,E> - Class in org.springframework.yarn.support.statemachine.config.builders
 
StateMachineStates(S, Collection<StateMachineStates.StateData<S, E>>) - Constructor for class org.springframework.yarn.support.statemachine.config.builders.StateMachineStates
 
StateMachineStates.StateData<S,E> - Class in org.springframework.yarn.support.statemachine.config.builders
 
StateMachineStates.StateData(S, Collection<E>) - Constructor for class org.springframework.yarn.support.statemachine.config.builders.StateMachineStates.StateData
 
StateMachineStates.StateData(S, E[]) - Constructor for class org.springframework.yarn.support.statemachine.config.builders.StateMachineStates.StateData
 
StateMachineSystemConstants - Class in org.springframework.yarn.support.statemachine
 
StateMachineSystemConstants() - Constructor for class org.springframework.yarn.support.statemachine.StateMachineSystemConstants
 
StateMachineTransitionBuilder<S,E> - Class in org.springframework.yarn.support.statemachine.config.builders
 
StateMachineTransitionBuilder() - Constructor for class org.springframework.yarn.support.statemachine.config.builders.StateMachineTransitionBuilder
 
StateMachineTransitionBuilder(ObjectPostProcessor<Object>, boolean) - Constructor for class org.springframework.yarn.support.statemachine.config.builders.StateMachineTransitionBuilder
 
StateMachineTransitionBuilder(ObjectPostProcessor<Object>) - Constructor for class org.springframework.yarn.support.statemachine.config.builders.StateMachineTransitionBuilder
 
StateMachineTransitionConfigurer<S,E> - Interface in org.springframework.yarn.support.statemachine.config.builders
 
StateMachineTransitions<S,E> - Class in org.springframework.yarn.support.statemachine.config.builders
 
StateMachineTransitions(Collection<StateMachineTransitions.TransitionData<S, E>>) - Constructor for class org.springframework.yarn.support.statemachine.config.builders.StateMachineTransitions
 
StateMachineTransitions.TransitionData<S,E> - Class in org.springframework.yarn.support.statemachine.config.builders
 
StateMachineTransitions.TransitionData(S, S, E, Collection<Action>) - Constructor for class org.springframework.yarn.support.statemachine.config.builders.StateMachineTransitions.TransitionData
 
states(Set<S>) - Method in class org.springframework.yarn.support.statemachine.config.configurers.DefaultStateConfigurer
 
states(Set<S>) - Method in interface org.springframework.yarn.support.statemachine.config.configurers.StateConfigurer
 
states - Variable in class org.springframework.yarn.support.statemachine.config.StateMachineConfig
 
StaticAppmaster - Class in org.springframework.yarn.am
A simple application master implementation which will allocate and launch a number of containers, monitor container statuses and finally exit the application by sending corresponding message back to resource manager.
StaticAppmaster() - Constructor for class org.springframework.yarn.am.StaticAppmaster
 
StaticEventingAppmaster - Class in org.springframework.yarn.am
A simple application master implementation which will allocate and launch a number of containers, monitor container statuses and finally exit the application by sending corresponding message back to resource manager.
StaticEventingAppmaster() - Constructor for class org.springframework.yarn.am.StaticEventingAppmaster
 
stderr(String) - Method in interface org.springframework.yarn.config.annotation.configurers.ClientMasterRunnerConfigurer
 
stderr(String) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultClientMasterRunnerConfigurer
 
stderr(String) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultMasterContainerRunnerConfigurer
 
stderr(String) - Method in interface org.springframework.yarn.config.annotation.configurers.MasterContainerRunnerConfigurer
 
stdout(String) - Method in interface org.springframework.yarn.config.annotation.configurers.ClientMasterRunnerConfigurer
 
stdout(String) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultClientMasterRunnerConfigurer
 
stdout(String) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultMasterContainerRunnerConfigurer
 
stdout(String) - Method in interface org.springframework.yarn.config.annotation.configurers.MasterContainerRunnerConfigurer
 
stop() - Method in class org.springframework.yarn.config.annotation.SpringYarnAnnotationPostProcessor
 
stop() - Method in class org.springframework.yarn.support.LifecycleObjectSupport
 
stop(Runnable) - Method in class org.springframework.yarn.support.LifecycleObjectSupport
 
stop() - Method in class org.springframework.yarn.support.PollingTaskSupport
Stops the poller.
stopContainerCluster(String) - Method in class org.springframework.yarn.am.cluster.AbstractContainerClusterAppmaster
 
stopContainerCluster(String) - Method in interface org.springframework.yarn.am.cluster.ContainerClusterAppmaster
 
stopContainers() - Method in interface org.springframework.yarn.am.AppmasterCmOperations
Stop container.
stopContainers() - Method in class org.springframework.yarn.am.AppmasterCmTemplate
 
STOPPED - Static variable in class org.springframework.yarn.launch.ExitStatus
Convenient constant value representing finished processing with interrupted status.
submitApplication() - Method in class org.springframework.yarn.am.cluster.AbstractContainerClusterAppmaster
 
submitApplication() - Method in class org.springframework.yarn.am.StaticAppmaster
 
submitApplication() - Method in class org.springframework.yarn.am.StaticEventingAppmaster
 
submitApplication() - Method in interface org.springframework.yarn.am.YarnAppmaster
Submit and run application.
submitApplication() - Method in class org.springframework.yarn.client.AbstractYarnClient
 
submitApplication(boolean) - Method in class org.springframework.yarn.client.AbstractYarnClient
 
submitApplication(ApplicationDescriptor) - Method in interface org.springframework.yarn.client.ApplicationYarnClient
Submit application based on ApplicationDescriptor.
submitApplication(ApplicationSubmissionContext) - Method in interface org.springframework.yarn.client.ClientRmOperations
Submits a new application into resource manager.
submitApplication(ApplicationSubmissionContext) - Method in class org.springframework.yarn.client.ClientRmTemplate
 
submitApplication(ApplicationDescriptor) - Method in class org.springframework.yarn.client.DefaultApplicationYarnClient
 
submitApplication() - Method in interface org.springframework.yarn.client.YarnClient
Submits the application known to YarnClient instance.
submitApplication(boolean) - Method in interface org.springframework.yarn.client.YarnClient
Submits the application known to YarnClient instance.
submittedReportBuilder() - Static method in class org.springframework.yarn.support.console.ApplicationsReport
Create a new builder for submitted applications.
SYARN_CONTAINER_ID - Static variable in class org.springframework.yarn.YarnSystemConstants
Env variable for container id.
SystemExiter - Interface in org.springframework.yarn.launch
Interface for exiting the JVM.

T

Table - Class in org.springframework.yarn.support.console
Provide a basic concept of a table structure containing a map of column headers and a collection of rows.
Table() - Constructor for class org.springframework.yarn.support.console.Table
 
TableHeader - Class in org.springframework.yarn.support.console
Defines table column headers used by Table.
TableHeader(String, int) - Constructor for class org.springframework.yarn.support.console.TableHeader
Constructor that initializes the table header with the provided header name and the with of the table header.
TableHeader(String) - Constructor for class org.springframework.yarn.support.console.TableHeader
Constructor that initializes the table header with the provided header name.
TableRow - Class in org.springframework.yarn.support.console
Holds the table rows used by Table.
TableRow() - Constructor for class org.springframework.yarn.support.console.TableRow
 
target(S) - Method in class org.springframework.yarn.support.statemachine.config.configurers.DefaultExternalTransitionConfigurer
 
target(S) - Method in interface org.springframework.yarn.support.statemachine.config.configurers.ExternalTransitionConfigurer
 
TASK_EXECUTOR_BEAN_NAME - Static variable in class org.springframework.yarn.support.YarnContextUtils
 
TASK_SCHEDULER_BEAN_NAME - Static variable in class org.springframework.yarn.support.YarnContextUtils
 
toDebugString() - Method in class org.springframework.yarn.am.monitor.DefaultContainerMonitor
Gets this class description as a debug string.
toString() - Method in class org.springframework.yarn.am.allocate.ContainerAllocateData
 
toString() - Method in class org.springframework.yarn.am.allocate.DefaultAllocateCountTracker
 
toString() - Method in class org.springframework.yarn.am.container.ContainerRequestHint
 
toString() - Method in class org.springframework.yarn.am.grid.support.ProjectionData
 
toString() - Method in class org.springframework.yarn.container.ContainerMethodInvokerHelper
 
toString() - Method in class org.springframework.yarn.event.ContainerAllocationEvent
 
toString() - Method in class org.springframework.yarn.event.ContainerCompletedEvent
 
toString() - Method in class org.springframework.yarn.event.ContainerLaunchedEvent
 
toString() - Method in class org.springframework.yarn.event.ContainerLaunchRequestFailedEvent
 
toString() - Method in class org.springframework.yarn.event.ContainerRegisterEvent
 
toString() - Method in class org.springframework.yarn.launch.ExitStatus
 
toString() - Method in class org.springframework.yarn.listener.ContainerMonitorListener.ContainerMonitorState
 
toString() - Method in class org.springframework.yarn.support.console.ApplicationsReport
 
toString() - Method in class org.springframework.yarn.support.console.ContainerClusterReport
 
toString() - Method in class org.springframework.yarn.support.console.Table
 
toString() - Method in class org.springframework.yarn.support.statemachine.state.AbstractState
 
toString() - Method in class org.springframework.yarn.support.statemachine.state.EnumState
 
toString(Configuration) - Static method in class org.springframework.yarn.support.YarnUtils
Better toString() for hadoop Configuration.
transit(MessageHeaders) - Method in class org.springframework.yarn.support.statemachine.transition.AbstractTransition
 
transit(MessageHeaders) - Method in interface org.springframework.yarn.support.statemachine.transition.Transition
 
Transition<S,E> - Interface in org.springframework.yarn.support.statemachine.transition
The Interface Transition.
TransitionKind - Enum in org.springframework.yarn.support.statemachine.transition
 
transitions - Variable in class org.springframework.yarn.support.statemachine.config.StateMachineConfig
 
Trigger<S,E> - Interface in org.springframework.yarn.support.statemachine.trigger
 

U

UiUtils - Class in org.springframework.yarn.support.console
Contains utility methods for rendering data to a formatted console output.
UiUtils() - Constructor for class org.springframework.yarn.support.console.UiUtils
 
UniqueMethodFilter - Class in org.springframework.yarn.support
A ReflectionUtils.MethodFilter implementation that will match unique methods.
UniqueMethodFilter(Class<?>) - Constructor for class org.springframework.yarn.support.UniqueMethodFilter
 
UNKNOWN - Static variable in class org.springframework.yarn.launch.ExitStatus
Convenient constant value representing unknown state - assumed not continuable.
updateWidth(int) - Method in class org.springframework.yarn.support.console.TableHeader
Updated the width for this particular column, but only if the value of the passed-in width is higher than the value of the pre-existing width.
UrlAppmasterTrackService - Class in org.springframework.yarn.am.track
Generic AppmasterTrackService implementation whose only purpose is to expose the given url.
UrlAppmasterTrackService(String) - Constructor for class org.springframework.yarn.am.track.UrlAppmasterTrackService
Instantiate with a given url.
useMapreduceAppClasspath(boolean) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultEnvironmentClasspathConfigurer
 
useMapreduceAppClasspath(boolean) - Method in interface org.springframework.yarn.config.annotation.configurers.EnvironmentClasspathConfigurer
Specify if default mr classpath entries should be added.
USERKEYTAB - Static variable in class org.springframework.yarn.configuration.ConfigurationFactoryBean
 
USERPRINCIPAL - Static variable in class org.springframework.yarn.configuration.ConfigurationFactoryBean
 
useYarnAppClasspath(boolean) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultEnvironmentClasspathConfigurer
 
useYarnAppClasspath(boolean) - Method in interface org.springframework.yarn.config.annotation.configurers.EnvironmentClasspathConfigurer
Specify if default yarn classpath entries should be added.

V

valueOf(String) - Static method in enum org.springframework.yarn.am.cluster.ClusterEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.yarn.am.cluster.ClusterState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.yarn.config.annotation.EnableYarn.Enable
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.yarn.listener.AppmasterStateListener.AppmasterState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.yarn.listener.ContainerStateListener.ContainerState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.yarn.support.console.ApplicationsReport.InstalledField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.yarn.support.console.ApplicationsReport.SubmittedField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.yarn.support.console.ContainerClusterReport.ClusterInfoField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.yarn.support.console.ContainerClusterReport.ClustersInfoField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.yarn.support.statemachine.transition.TransitionKind
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.yarn.am.cluster.ClusterEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.yarn.am.cluster.ClusterState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.yarn.config.annotation.EnableYarn.Enable
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.yarn.listener.AppmasterStateListener.AppmasterState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.yarn.listener.ContainerStateListener.ContainerState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.yarn.support.console.ApplicationsReport.InstalledField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.yarn.support.console.ApplicationsReport.SubmittedField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.yarn.support.console.ContainerClusterReport.ClusterInfoField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.yarn.support.console.ContainerClusterReport.ClustersInfoField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.yarn.support.statemachine.transition.TransitionKind
Returns an array containing the constants of this enum type, in the order they are declared.
virtualCores(Integer) - Method in class org.springframework.yarn.config.annotation.builders.YarnClientBuilder
 
virtualCores(Integer) - Method in interface org.springframework.yarn.config.annotation.builders.YarnClientConfigurer
Specify a yarn application virtual core resource count.
virtualCores(Integer) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultMasterContainerAllocatorConfigurer.DefaultMasterContainerAllocatorCollectionConfigurer
 
virtualCores(Integer) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultMasterContainerAllocatorConfigurer
 
virtualCores(Integer) - Method in interface org.springframework.yarn.config.annotation.configurers.MasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurer
Specify a container virtual cores for ContainerAllocator.
virtualCores(Integer) - Method in interface org.springframework.yarn.config.annotation.configurers.MasterContainerAllocatorConfigurer
Specify a container virtual cores for ContainerAllocator.

W

withClasspath() - Method in class org.springframework.yarn.config.annotation.builders.YarnEnvironmentBuilder
 
withClasspath(String) - Method in class org.springframework.yarn.config.annotation.builders.YarnEnvironmentBuilder
 
withClasspath() - Method in interface org.springframework.yarn.config.annotation.builders.YarnEnvironmentConfigurer
Specify a classpath environment variable.
withClasspath(String) - Method in interface org.springframework.yarn.config.annotation.builders.YarnEnvironmentConfigurer
Specify a classpath environment variable using an identifier.
withCollection(String) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultMasterContainerAllocatorConfigurer
 
withCollection(String) - Method in interface org.springframework.yarn.config.annotation.configurers.MasterContainerAllocatorConfigurer
Specify a collection of container allocator attributes.
withContainerAllocator() - Method in class org.springframework.yarn.config.annotation.builders.YarnAppmasterBuilder
 
withContainerAllocator() - Method in interface org.springframework.yarn.config.annotation.builders.YarnAppmasterConfigurer
Specify a container allocator for Appmaster.
withContainerRunner() - Method in class org.springframework.yarn.config.annotation.builders.YarnAppmasterBuilder
 
withContainerRunner() - Method in interface org.springframework.yarn.config.annotation.builders.YarnAppmasterConfigurer
Specify a container runner for Appmaster.
withCopy() - Method in class org.springframework.yarn.config.annotation.builders.YarnResourceLocalizerBuilder
 
withCopy() - Method in interface org.springframework.yarn.config.annotation.builders.YarnResourceLocalizerConfigurer
Specify configuration options as properties with a DefaultLocalResourcesCopyConfigurer.
withExternal() - Method in class org.springframework.yarn.support.statemachine.config.builders.StateMachineTransitionBuilder
 
withExternal() - Method in interface org.springframework.yarn.support.statemachine.config.builders.StateMachineTransitionConfigurer
 
withHdfs() - Method in class org.springframework.yarn.config.annotation.builders.YarnResourceLocalizerBuilder
 
withHdfs(String) - Method in class org.springframework.yarn.config.annotation.builders.YarnResourceLocalizerBuilder
 
withHdfs() - Method in interface org.springframework.yarn.config.annotation.builders.YarnResourceLocalizerConfigurer
Specify configuration options as properties with a DefaultLocalResourcesHdfsConfigurer.
withHdfs(String) - Method in interface org.springframework.yarn.config.annotation.builders.YarnResourceLocalizerConfigurer
Specify configuration options as properties with a DefaultLocalResourcesHdfsConfigurer with an identifier.
withMasterRunner() - Method in class org.springframework.yarn.config.annotation.builders.YarnClientBuilder
Add commands for starting YarnAppmaster.
withMasterRunner() - Method in interface org.springframework.yarn.config.annotation.builders.YarnClientConfigurer
Specify a runner for Appmaster.
withProperties() - Method in class org.springframework.yarn.config.annotation.builders.YarnConfigBuilder
 
withProperties() - Method in interface org.springframework.yarn.config.annotation.builders.YarnConfigConfigurer
Specify configuration options as properties with a PropertiesConfigurer.
withProperties() - Method in class org.springframework.yarn.config.annotation.builders.YarnEnvironmentBuilder
 
withProperties(String) - Method in class org.springframework.yarn.config.annotation.builders.YarnEnvironmentBuilder
 
withProperties() - Method in interface org.springframework.yarn.config.annotation.builders.YarnEnvironmentConfigurer
Specify properties with a PropertiesConfigurer.
withProperties(String) - Method in interface org.springframework.yarn.config.annotation.builders.YarnEnvironmentConfigurer
Specify properties with a PropertiesConfigurer with an identifier.
withResources() - Method in class org.springframework.yarn.config.annotation.builders.YarnConfigBuilder
 
withResources() - Method in interface org.springframework.yarn.config.annotation.builders.YarnConfigConfigurer
Specify configuration options as resource properties with a ResourceConfigurer.
withSecurity() - Method in class org.springframework.yarn.config.annotation.builders.YarnConfigBuilder
 
withSecurity() - Method in interface org.springframework.yarn.config.annotation.builders.YarnConfigConfigurer
Specify security options with a SecurityConfigurer.
withStates() - Method in class org.springframework.yarn.support.statemachine.config.builders.StateMachineStateBuilder
 
withStates() - Method in interface org.springframework.yarn.support.statemachine.config.builders.StateMachineStateConfigurer
 

Y

YarnAppmaster - Interface in org.springframework.yarn.am
Interface defining main application master methods needed for external launch implementations.
yarnAppmaster() - Method in class org.springframework.yarn.config.annotation.configuration.SpringYarnAppmasterConfiguration
 
YarnAppmasterBuilder - Class in org.springframework.yarn.config.annotation.builders
 
YarnAppmasterBuilder() - Constructor for class org.springframework.yarn.config.annotation.builders.YarnAppmasterBuilder
 
YarnAppmasterBuilder(ObjectPostProcessor<Object>) - Constructor for class org.springframework.yarn.config.annotation.builders.YarnAppmasterBuilder
 
YarnAppmasterConfigurer - Interface in org.springframework.yarn.config.annotation.builders
YarnAppmasterConfigure is an interface for YarnAppmasterBuilder which is exposed to user via SpringYarnConfigurerAdapter.
YarnClient - Interface in org.springframework.yarn.client
Interface for Spring Yarn facing client methods.
yarnClient() - Method in class org.springframework.yarn.config.annotation.configuration.SpringYarnClientConfiguration
 
YarnClientBuilder - Class in org.springframework.yarn.config.annotation.builders
AnnotationBuilder for YarnClient.
YarnClientBuilder() - Constructor for class org.springframework.yarn.config.annotation.builders.YarnClientBuilder
Instantiates a new yarn client builder.
YarnClientConfigurer - Interface in org.springframework.yarn.config.annotation.builders
YarnClientConfigure is an interface for YarnClientBuilder which is exposed to user via SpringYarnConfigurerAdapter.
YarnClientFactoryBean - Class in org.springframework.yarn.client
Factory bean building YarnClient instances.
YarnClientFactoryBean() - Constructor for class org.springframework.yarn.client.YarnClientFactoryBean
 
YarnComponent - Annotation Type in org.springframework.yarn.annotation
Stereotype annotation indicating that a class is capable of serving as a Yarn Container.
YarnConfigBuilder - Class in org.springframework.yarn.config.annotation.builders
AnnotationBuilder for YarnConfiguration.
YarnConfigBuilder() - Constructor for class org.springframework.yarn.config.annotation.builders.YarnConfigBuilder
Instantiates a new yarn config builder.
YarnConfigBuilder(ObjectPostProcessor<Object>) - Constructor for class org.springframework.yarn.config.annotation.builders.YarnConfigBuilder
Instantiates a new yarn config builder.
YarnConfigConfigurer - Interface in org.springframework.yarn.config.annotation.builders
YarnConfigConfigure is an interface for YarnConfigBuilder which is exposed to user via SpringYarnConfigurerAdapter.
yarnConfiguration() - Method in class org.springframework.yarn.config.annotation.configuration.SpringYarnConfiguration
 
yarnContainer() - Method in class org.springframework.yarn.config.annotation.configuration.SpringYarnContainerConfiguration
 
YarnContainer - Interface in org.springframework.yarn.container
A simple interface for container implementations which should work together with rest of the framework when something in a container should be executed.
YarnContainerBuilder - Class in org.springframework.yarn.config.annotation.builders
 
YarnContainerBuilder() - Constructor for class org.springframework.yarn.config.annotation.builders.YarnContainerBuilder
 
YarnContainerConfigurer - Interface in org.springframework.yarn.config.annotation.builders
YarnContainerConfigure is an interface for YarnContainerBuilder which is exposed to user via SpringYarnConfigurerAdapter.
YarnContainerFactoryBean - Class in org.springframework.yarn.container
Simple factory bean for YarnContainers.
YarnContainerFactoryBean() - Constructor for class org.springframework.yarn.container.YarnContainerFactoryBean
 
YarnContainerRuntime - Interface in org.springframework.yarn.container
A generic runtime representation of a container.
YarnContainerRuntimeProcessor<T> - Interface in org.springframework.yarn.container
Defines a strategy of processing a container and returning some Object (or null).
YarnContainerSupport - Class in org.springframework.yarn.container
Support object having access to a shared TaskScheduler, TaskExecutor and YarnEventPublisher.
YarnContainerSupport() - Constructor for class org.springframework.yarn.container.YarnContainerSupport
 
YarnContextUtils - Class in org.springframework.yarn.support
Utility methods for accessing common components from the BeanFactory.
YarnContextUtils() - Constructor for class org.springframework.yarn.support.YarnContextUtils
 
YarnEnvironment - Annotation Type in org.springframework.yarn.annotation
Annotation which indicates that a method parameter should be bound to an environment variable.
yarnEnvironment() - Method in class org.springframework.yarn.config.annotation.configuration.SpringYarnConfiguration
 
YarnEnvironmentBuilder - Class in org.springframework.yarn.config.annotation.builders
AnnotationBuilder for Yarn environment.
YarnEnvironmentBuilder() - Constructor for class org.springframework.yarn.config.annotation.builders.YarnEnvironmentBuilder
Instantiates a new yarn environment builder.
YarnEnvironmentConfigurer - Interface in org.springframework.yarn.config.annotation.builders
YarnEnvironments - Annotation Type in org.springframework.yarn.annotation
Annotation which indicates that a method parameter should be bound to the environment variables of a container.
yarnEventPublisher() - Method in class org.springframework.yarn.config.annotation.configuration.SpringYarnConfiguration
 
YarnEventPublisher - Interface in org.springframework.yarn.event
Interface for publishing Yarn based application events.
yarnLocalresources() - Method in class org.springframework.yarn.config.annotation.configuration.SpringYarnConfiguration
 
YarnNamespaceHandler - Class in org.springframework.yarn.config
Handler for 'yarn' namespace.
YarnNamespaceHandler() - Constructor for class org.springframework.yarn.config.YarnNamespaceHandler
 
YarnNamespaceUtils - Class in org.springframework.yarn.config
Shared utility methods for yarn namespace parsers.
YarnNamespaceUtils() - Constructor for class org.springframework.yarn.config.YarnNamespaceUtils
 
YarnParameter - Annotation Type in org.springframework.yarn.annotation
Annotation which indicates that a method parameter should be bound to a parameter.
YarnParameters - Annotation Type in org.springframework.yarn.annotation
Annotation which indicates that a method parameter should be bound to the parameters of a container.
YarnResourceLocalizerBuilder - Class in org.springframework.yarn.config.annotation.builders
AnnotationBuilder for ResourceLocalizer.
YarnResourceLocalizerBuilder() - Constructor for class org.springframework.yarn.config.annotation.builders.YarnResourceLocalizerBuilder
Instantiates a new yarn resource localizer builder.
YarnResourceLocalizerConfigurer - Interface in org.springframework.yarn.config.annotation.builders
YarnRpcAccessor<P> - Class in org.springframework.yarn.rpc
Base implementation for accessing yarn components over protocol buffer rpc system.
YarnRpcAccessor(Class<P>, Configuration) - Constructor for class org.springframework.yarn.rpc.YarnRpcAccessor
Instantiates a new yarn rpc accessor with a protocol class and Yarn configuration.
YarnRpcCallback<T,P> - Interface in org.springframework.yarn.rpc
Simple helper interface to execute methods via callbacks.
YarnSystemConstants - Class in org.springframework.yarn
Various contants throughout the Spring Yarn libraries.
YarnSystemConstants() - Constructor for class org.springframework.yarn.YarnSystemConstants
 
YarnSystemException - Exception in org.springframework.yarn
General exception indicating a problem in components interacting with yarn.
YarnSystemException(YarnException) - Constructor for exception org.springframework.yarn.YarnSystemException
Constructs YarnSystemException from YarnException.
YarnSystemException(YarnRuntimeException) - Constructor for exception org.springframework.yarn.YarnSystemException
Constructs YarnSystemException from YarnRuntimeException.
YarnSystemException(IOException) - Constructor for exception org.springframework.yarn.YarnSystemException
Constructs YarnSystemException from RemoteException.
YarnSystemException(String, Exception) - Constructor for exception org.springframework.yarn.YarnSystemException
Constructs a general YarnSystemException.
YarnSystemException(String, Throwable) - Constructor for exception org.springframework.yarn.YarnSystemException
Constructs a general YarnSystemException.
YarnUtils - Class in org.springframework.yarn.support
Different utilities.
YarnUtils() - Constructor for class org.springframework.yarn.support.YarnUtils
 
A B C D E F G H I J K L M N O P Q R S T U V W Y