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

Y

YARN_INTEGRATION_CONVERSION_SERVICE_BEAN_NAME - Static variable in class org.springframework.yarn.integration.support.IntegrationContextUtils
 
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
 
YarnAppmasterAutoConfiguration - Class in org.springframework.yarn.boot
Auto-configuration for Spring Hadoop Yarn YarnAppmaster.
YarnAppmasterAutoConfiguration() - Constructor for class org.springframework.yarn.boot.YarnAppmasterAutoConfiguration
 
YarnAppmasterAutoConfiguration.LocalResourcesSelectorConfig - Class in org.springframework.yarn.boot
 
YarnAppmasterAutoConfiguration.LocalResourcesSelectorConfig() - Constructor for class org.springframework.yarn.boot.YarnAppmasterAutoConfiguration.LocalResourcesSelectorConfig
 
YarnAppmasterAutoConfiguration.RunnerConfig - Class in org.springframework.yarn.boot
 
YarnAppmasterAutoConfiguration.RunnerConfig() - Constructor for class org.springframework.yarn.boot.YarnAppmasterAutoConfiguration.RunnerConfig
 
YarnAppmasterAutoConfiguration.RuntimeConfig - Class in org.springframework.yarn.boot
 
YarnAppmasterAutoConfiguration.RuntimeConfig() - Constructor for class org.springframework.yarn.boot.YarnAppmasterAutoConfiguration.RuntimeConfig
 
YarnAppmasterAutoConfiguration.TrackServiceConfig - Class in org.springframework.yarn.boot
 
YarnAppmasterAutoConfiguration.TrackServiceConfig() - Constructor for class org.springframework.yarn.boot.YarnAppmasterAutoConfiguration.TrackServiceConfig
 
YarnAppmasterBuilder - Class in org.springframework.yarn.config.annotation.builders
 
YarnAppmasterBuilder() - Constructor for class org.springframework.yarn.config.annotation.builders.YarnAppmasterBuilder
 
YarnAppmasterBuilder(ObjectPostProcessor<Object>) - Constructor for class org.springframework.yarn.config.annotation.builders.YarnAppmasterBuilder
 
YarnAppmasterConfigurer - Interface in org.springframework.yarn.config.annotation.builders
YarnAppmasterConfigure is an interface for YarnAppmasterBuilder which is exposed to user via SpringYarnConfigurerAdapter.
YarnBootClientApplicationListener - Class in org.springframework.yarn.boot.support
An ApplicationListener for Spring Boot which is adding a property source relative to the command line arguments.
YarnBootClientApplicationListener(Map<String, Object>) - Constructor for class org.springframework.yarn.boot.support.YarnBootClientApplicationListener
Instantiates a new yarn boot client application listener.
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
 
yarnClient - Variable in class org.springframework.yarn.test.junit.AbstractYarnClusterTests
 
YarnClientAutoConfiguration - Class in org.springframework.yarn.boot
Auto-configuration for Spring Hadoop Yarn YarnClient.
YarnClientAutoConfiguration() - Constructor for class org.springframework.yarn.boot.YarnClientAutoConfiguration
 
YarnClientAutoConfiguration.LocalResourcesSelectorConfig - Class in org.springframework.yarn.boot
 
YarnClientAutoConfiguration.LocalResourcesSelectorConfig() - Constructor for class org.springframework.yarn.boot.YarnClientAutoConfiguration.LocalResourcesSelectorConfig
 
YarnClientAutoConfiguration.SpringYarnConfig - Class in org.springframework.yarn.boot
 
YarnClientAutoConfiguration.SpringYarnConfig() - Constructor for class org.springframework.yarn.boot.YarnClientAutoConfiguration.SpringYarnConfig
 
YarnClientBuilder - Class in org.springframework.yarn.config.annotation.builders
AnnotationBuilder for YarnClient.
YarnClientBuilder() - Constructor for class org.springframework.yarn.config.annotation.builders.YarnClientBuilder
Instantiates a new yarn client builder.
YarnClientConfigurer - Interface in org.springframework.yarn.config.annotation.builders
YarnClientConfigure is an interface for YarnClientBuilder which is exposed to user via SpringYarnConfigurerAdapter.
YarnClientFactoryBean - Class in org.springframework.yarn.client
Factory bean building YarnClient instances.
YarnClientFactoryBean() - Constructor for class org.springframework.yarn.client.YarnClientFactoryBean
 
YarnCluster - Interface in org.springframework.yarn.test.context
Interface for Yarn miniclusters.
yarnCluster - Variable in class org.springframework.yarn.test.junit.AbstractYarnClusterTests
 
YarnClusterFactoryBean - Class in org.springframework.yarn.test.support
Factory bean building Yarn mini clusters.
YarnClusterFactoryBean() - Constructor for class org.springframework.yarn.test.support.YarnClusterFactoryBean
 
YarnClusterInjectingAnnotationConfigContextLoader - Class in org.springframework.yarn.test.context
Extending generic annotation based context loader able to manage and inject Yarn mini clusters.
YarnClusterInjectingAnnotationConfigContextLoader() - Constructor for class org.springframework.yarn.test.context.YarnClusterInjectingAnnotationConfigContextLoader
 
YarnClusterInjectingXmlContextLoader - Class in org.springframework.yarn.test.context
Extending generic xml based context loader able to manage and inject Yarn mini clusters.
YarnClusterInjectingXmlContextLoader() - Constructor for class org.springframework.yarn.test.context.YarnClusterInjectingXmlContextLoader
 
YarnClusterManager - Class in org.springframework.yarn.test.support
Manager handling running mini clusters for tests.
YarnConfigBuilder - Class in org.springframework.yarn.config.annotation.builders
AnnotationBuilder for YarnConfiguration.
YarnConfigBuilder() - Constructor for class org.springframework.yarn.config.annotation.builders.YarnConfigBuilder
Instantiates a new yarn config builder.
YarnConfigBuilder(ObjectPostProcessor<Object>) - Constructor for class org.springframework.yarn.config.annotation.builders.YarnConfigBuilder
Instantiates a new yarn config builder.
YarnConfigConfigurer - Interface in org.springframework.yarn.config.annotation.builders
YarnConfigConfigure is an interface for YarnConfigBuilder which is exposed to user via SpringYarnConfigurerAdapter.
yarnConfiguration() - Method in class org.springframework.yarn.config.annotation.configuration.SpringYarnConfiguration
 
YarnContainer - Annotation Type in org.springframework.yarn.annotation
Stereotype annotation indicating that a class is capable of serving as a Yarn Container.
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.
YarnContainerAutoConfiguration - Class in org.springframework.yarn.boot
Auto-configuration for Spring Hadoop Yarn container.
YarnContainerAutoConfiguration() - Constructor for class org.springframework.yarn.boot.YarnContainerAutoConfiguration
 
YarnContainerAutoConfiguration.RunnerConfig - Class in org.springframework.yarn.boot
 
YarnContainerAutoConfiguration.RunnerConfig() - Constructor for class org.springframework.yarn.boot.YarnContainerAutoConfiguration.RunnerConfig
 
YarnContainerAutoConfiguration.RuntimeConfig - Class in org.springframework.yarn.boot
 
YarnContainerAutoConfiguration.RuntimeConfig() - Constructor for class org.springframework.yarn.boot.YarnContainerAutoConfiguration.RuntimeConfig
 
YarnContainerAutoConfiguration.SpringYarnConfig - Class in org.springframework.yarn.boot
 
YarnContainerAutoConfiguration.SpringYarnConfig() - Constructor for class org.springframework.yarn.boot.YarnContainerAutoConfiguration.SpringYarnConfig
 
YarnContainerBuilder - Class in org.springframework.yarn.config.annotation.builders
 
YarnContainerBuilder() - Constructor for class org.springframework.yarn.config.annotation.builders.YarnContainerBuilder
 
YarnContainerConfigurer - Interface in org.springframework.yarn.config.annotation.builders
YarnContainerConfigure is an interface for YarnContainerBuilder which is exposed to user via SpringYarnConfigurerAdapter.
YarnContainerFactoryBean - Class in org.springframework.yarn.container
Simple factory bean for YarnContainers.
YarnContainerFactoryBean() - Constructor for class org.springframework.yarn.container.YarnContainerFactoryBean
 
YarnContainerRuntime - Interface in org.springframework.yarn.container
A generic runtime representation of a container.
YarnContainerRuntimeProcessor<T> - Interface in org.springframework.yarn.container
Defines a strategy of processing a container and returning some Object (or null).
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
 
YarnDelegatingSmartContextLoader - Class in org.springframework.yarn.test.context
YarnDelegatingSmartContextLoader is a concrete implementation of AbstractDelegatingSmartContextLoader that delegates to a YarnClusterInjectingXmlContextLoader and an YarnClusterInjectingAnnotationConfigContextLoader.
YarnDelegatingSmartContextLoader() - Constructor for class org.springframework.yarn.test.context.YarnDelegatingSmartContextLoader
 
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
Interface for YarnEnvironmentBuilder used from a SpringYarnConfigurerAdapter.
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.batch.config.SimpleYarnBatchConfiguration
 
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.
YarnInfoApplication - Class in org.springframework.yarn.boot.app
Generic Spring Yarn Boot application handling reporting.
YarnInfoApplication() - Constructor for class org.springframework.yarn.boot.app.YarnInfoApplication
 
YarnInfoApplication.Operation - Enum in org.springframework.yarn.boot.app
 
YarnInfoApplication.OperationProperties - Class in org.springframework.yarn.boot.app
 
YarnInfoApplication.OperationProperties() - Constructor for class org.springframework.yarn.boot.app.YarnInfoApplication.OperationProperties
 
YarnJobLauncherCommandLineRunner - Class in org.springframework.yarn.boot.support
CommandLineRunner to launch Spring Batch jobs.
YarnJobLauncherCommandLineRunner() - Constructor for class org.springframework.yarn.boot.support.YarnJobLauncherCommandLineRunner
 
YarnKillApplication - Class in org.springframework.yarn.boot.app
Generic Spring Boot client application used to kill Spring Yarn Boot based apps.
YarnKillApplication() - Constructor for class org.springframework.yarn.boot.app.YarnKillApplication
 
YarnKillApplication.OperationProperties - Class in org.springframework.yarn.boot.app
 
YarnKillApplication.OperationProperties() - Constructor for class org.springframework.yarn.boot.app.YarnKillApplication.OperationProperties
 
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.
YarnPushApplication - Class in org.springframework.yarn.boot.app
Generic Spring Boot client application used to push Spring Yarn Boot based apps into hdfs.
YarnPushApplication() - Constructor for class org.springframework.yarn.boot.app.YarnPushApplication
 
YarnResourceLocalizerBuilder - Class in org.springframework.yarn.config.annotation.builders
AnnotationBuilder for ResourceLocalizer.
YarnResourceLocalizerBuilder() - Constructor for class org.springframework.yarn.config.annotation.builders.YarnResourceLocalizerBuilder
Instantiates a new yarn resource localizer builder.
YarnResourceLocalizerConfigurer - Interface in org.springframework.yarn.config.annotation.builders
Interface for YarnResourceLocalizerBuilder used from a SpringYarnConfigurerAdapter.
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.
YarnSubmitApplication - Class in org.springframework.yarn.boot.app
Generic Spring Boot client application used to submit Spring Yarn Boot based apps into Yarn.
YarnSubmitApplication() - Constructor for class org.springframework.yarn.boot.app.YarnSubmitApplication
 
YarnSystemConstants - Class in org.springframework.yarn
Various contants throughout the Spring Yarn libraries.
YarnSystemConstants() - Constructor for class org.springframework.yarn.YarnSystemConstants
 
YarnSystemException - Exception in org.springframework.yarn
General exception indicating a problem in components interacting with yarn.
YarnSystemException(YarnException) - Constructor for exception org.springframework.yarn.YarnSystemException
Constructs YarnSystemException from YarnException.
YarnSystemException(YarnRuntimeException) - Constructor for exception org.springframework.yarn.YarnSystemException
Constructs YarnSystemException from YarnRuntimeException.
YarnSystemException(IOException) - Constructor for exception org.springframework.yarn.YarnSystemException
Constructs YarnSystemException from RemoteException.
YarnSystemException(String, Exception) - Constructor for exception org.springframework.yarn.YarnSystemException
Constructs a general YarnSystemException.
YarnTestSystemConstants - Class in org.springframework.yarn.test
Various constants throughout the Spring Yarn testing libraries.
YarnTestSystemConstants() - Constructor for class org.springframework.yarn.test.YarnTestSystemConstants
 
YarnUtils - Class in org.springframework.yarn.support
Different utilities.
YarnUtils() - Constructor for class org.springframework.yarn.support.YarnUtils
 

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