- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- AbstractYarnContainer() - Constructor for class org.springframework.yarn.container.AbstractYarnContainer
-
- AbstractYarnEvent - Class in org.springframework.yarn.event
-
- 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
-
- 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.
- and() - Method in class org.springframework.yarn.config.annotation.configurers.DefaultMasterContainerAllocatorConfigurer.DefaultMasterContainerAllocatorCollectionConfigurer
-
- and() - Method in interface org.springframework.yarn.config.annotation.configurers.MasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurer
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- ClientRmTemplate(Configuration) - Constructor for class org.springframework.yarn.client.ClientRmTemplate
-
- 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
-
- 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
-
- ConfigurationFactoryBean() - Constructor for class org.springframework.yarn.configuration.ConfigurationFactoryBean
-
- ConfigurationUtils - Class in org.springframework.yarn.configuration
-
- 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(YarnResourceLocalizerConfigurer) - Method in interface org.springframework.yarn.config.annotation.SpringYarnConfigurer
-
- configure(YarnEnvironmentConfigurer) - Method in interface org.springframework.yarn.config.annotation.SpringYarnConfigurer
-
- configure(YarnClientConfigurer) - Method in interface org.springframework.yarn.config.annotation.SpringYarnConfigurer
-
- configure(YarnAppmasterConfigurer) - Method in interface org.springframework.yarn.config.annotation.SpringYarnConfigurer
-
- configure(YarnContainerConfigurer) - Method in interface org.springframework.yarn.config.annotation.SpringYarnConfigurer
-
- 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
-
- 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
-
- ContainerActivatorAnnotationPostProcessor(ListableBeanFactory) - Constructor for class org.springframework.yarn.config.annotation.ContainerActivatorAnnotationPostProcessor
-
- ContainerAllocateData - Class in org.springframework.yarn.am.allocate
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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.
- 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
-
- 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
-
- convertYarnAccessException(YarnException) - Static method in class org.springframework.yarn.support.YarnUtils
-
- 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
-
- createFrom(YarnConfiguration, Properties) - Static method in class org.springframework.yarn.configuration.ConfigurationUtils
-
- 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.
- 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_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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.support.LifecycleObjectSupport
-
Subclasses may implement this method with the stop behavior.
- GenericRpcMessage<T> - Class in org.springframework.yarn.am
-
- GenericRpcMessage(T) - Constructor for class org.springframework.yarn.am.GenericRpcMessage
-
- get(RpcMessage<?>) - Method in interface org.springframework.yarn.client.AppmasterScOperations
-
- 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
-
- 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
-
- 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
-
- 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
-
- getAppmasterService(BeanFactory) - Static method in class org.springframework.yarn.support.YarnContextUtils
-
- getAppmasterTrackService() - Method in class org.springframework.yarn.am.AbstractAppmaster
-
- getAppmasterTrackService(BeanFactory) - Static method in class org.springframework.yarn.support.YarnContextUtils
-
- 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
-
- 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.cluster.AbstractContainerClusterAppmaster
-
- getCmTemplate(Container) - Method in class org.springframework.yarn.am.container.AbstractLauncher
-
- 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
-
- 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
-
- 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
-
- getEvent() - Method in class org.springframework.yarn.support.statemachine.config.builders.StateMachineTransitions.TransitionData
-
- getEventPublisher(BeanFactory) - Static method in class org.springframework.yarn.support.YarnContextUtils
-
- 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
-
- 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 list 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- getTrackUrl() - Method in interface org.springframework.yarn.am.AppmasterTrackService
-
Gets a url of this track service.
- getTrackUrl() - Method in class org.springframework.yarn.am.track.UrlAppmasterTrackService
-
- 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
-
- 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
-
- GridProjectionFactoryLocator - Interface in org.springframework.yarn.am.grid
-
- GridProjectionFactoryRegistry - Class in org.springframework.yarn.am.grid.support
-
- GridProjectionFactoryRegistry() - Constructor for class org.springframework.yarn.am.grid.support.GridProjectionFactoryRegistry
-
- 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
-
- 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
-
- 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.container.DefaultYarnContainer
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- setTaskScheduler(TaskScheduler) - Method in class org.springframework.yarn.support.LifecycleObjectSupport
-
- setTemplate(AppmasterRmOperations) - Method in class org.springframework.yarn.am.AbstractAppmaster
-
- setTemplate(ClientRmOperations) - Method in class org.springframework.yarn.client.YarnClientFactoryBean
-
- 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
-
- setupLaunchContextTokens(ContainerLaunchContext) - Method in class org.springframework.yarn.am.container.DefaultContainerLauncher
-
- 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
-
- 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.
- SimpleContainerRunner - Class in org.springframework.yarn.container
-
- 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
-
- SpringYarnAnnotationPostProcessor() - Constructor for class org.springframework.yarn.config.annotation.SpringYarnAnnotationPostProcessor
-
- SpringYarnAppmasterConfiguration - Class in org.springframework.yarn.config.annotation.configuration
-
- SpringYarnAppmasterConfiguration() - Constructor for class org.springframework.yarn.config.annotation.configuration.SpringYarnAppmasterConfiguration
-
- SpringYarnClientConfiguration - Class in org.springframework.yarn.config.annotation.configuration
-
- SpringYarnClientConfiguration() - Constructor for class org.springframework.yarn.config.annotation.configuration.SpringYarnClientConfiguration
-
- SpringYarnConfigBuilder - Class in org.springframework.yarn.config.annotation.builders
-
- 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
-
- SpringYarnConfiguration() - Constructor for class org.springframework.yarn.config.annotation.configuration.SpringYarnConfiguration
-
- SpringYarnConfigurationImportSelector - Class in org.springframework.yarn.config.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
-
- SpringYarnConfigurerAdapter() - Constructor for class org.springframework.yarn.config.annotation.SpringYarnConfigurerAdapter
-
- SpringYarnContainerConfiguration - Class in org.springframework.yarn.config.annotation.configuration
-
- 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 java.lang.Enum<S>,E extends java.lang.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 java.lang.Enum<S>,E extends java.lang.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
-
- 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.
- 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
-
- virtualCores(Integer) - Method in interface org.springframework.yarn.config.annotation.configurers.MasterContainerAllocatorConfigurer
-
- 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
-
- 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
-
- 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
-
- YarnClientFactoryBean - Class in org.springframework.yarn.client
-
- 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
-
- 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
-
- 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
-
- YarnContainerFactoryBean - Class in org.springframework.yarn.container
-
- 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).
- 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
-
- 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
-
- YarnSystemException(YarnRuntimeException) - Constructor for exception org.springframework.yarn.YarnSystemException
-
- YarnSystemException(IOException) - Constructor for exception org.springframework.yarn.YarnSystemException
-
- YarnSystemException(String, Exception) - 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
-