- padRight(String, int, char) - Static method in class org.springframework.yarn.support.console.CommonUtils
-
Right-pad a String with a configurable padding character.
- padRight(String, int) - Static method in class org.springframework.yarn.support.console.CommonUtils
-
Right-pad the provided String with empty spaces.
- parameter - Variable in class org.springframework.yarn.batch.repository.bindings.JobParameterType
-
- parameters - Variable in class org.springframework.yarn.batch.repository.bindings.JobParametersType
-
- parameterType - Variable in class org.springframework.yarn.batch.repository.bindings.JobParameterType
-
- ParquetDatasetStoreReader<T> - Class in org.springframework.data.hadoop.store.dataset
-
A DataStoreReader
for reading Datasets using the Parquet format.
- ParquetDatasetStoreReader(Class<T>, DatasetRepositoryFactory, DatasetDefinition) - Constructor for class org.springframework.data.hadoop.store.dataset.ParquetDatasetStoreReader
-
Instantiates a new parquet dataset store reader.
- ParquetDatasetStoreWriter<T> - Class in org.springframework.data.hadoop.store.dataset
-
A DataStoreWriter
for writing Datasets using the Parquet format.
- ParquetDatasetStoreWriter(Class<T>, DatasetRepositoryFactory) - Constructor for class org.springframework.data.hadoop.store.dataset.ParquetDatasetStoreWriter
-
Instantiates a new DataStoreWriter
for writing Parquet records to a org.kitesdk.data.Dataset
.
- ParquetDatasetStoreWriter(Class<T>, DatasetRepositoryFactory, DatasetDefinition) - Constructor for class org.springframework.data.hadoop.store.dataset.ParquetDatasetStoreWriter
-
Instantiates a new DataStoreWriter
for writing Parquet records to a org.kitesdk.data.Dataset
.
- parse(Element, ParserContext) - Method in class org.springframework.yarn.config.AbstractYarnNamespaceHandler
-
- parseBytes(String) - Static method in class org.springframework.yarn.support.ParsingUtils
-
Parses the count of bytes from a string.
- parseBytesAsMegs(String) - Static method in class org.springframework.yarn.support.ParsingUtils
-
Parses the given string as a number representing megs.
- parseInnerHandlerDefinition(Element, ParserContext) - Static method in class org.springframework.yarn.config.YarnNamespaceUtils
-
Parses inner bean definition from an dom element.
- parseInternal(Element, ParserContext) - Method in class org.springframework.yarn.batch.config.BatchMasterParser
-
- parseInternal(Element, ParserContext) - Method in class org.springframework.yarn.config.MasterParser
-
- parseInternal(Element, ParserContext) - Method in class org.springframework.yarn.integration.config.IntegrationConverterParser
-
- parseJarDefinition(Element, ParserContext, BeanDefinitionBuilder) - Static method in class org.springframework.data.hadoop.config.namespace.JarRunnerParser
-
- parseScripts(ParserContext, Element) - Static method in class org.springframework.data.hadoop.config.namespace.HiveRunnerParser
-
- parseScripts(ParserContext, Element) - Static method in class org.springframework.data.hadoop.config.namespace.PigServerParser
-
- parseToolDefinition(Element, ParserContext, BeanDefinitionBuilder) - Static method in class org.springframework.data.hadoop.config.namespace.ToolRunnerParser
-
- ParsingUtils - Class in org.springframework.yarn.support
-
Various static string and parsing utilities.
- ParsingUtils() - Constructor for class org.springframework.yarn.support.ParsingUtils
-
- partition(int) - Method in class org.springframework.yarn.batch.partition.AbstractPartitioner
-
- PartitionDataStoreWriter<T,K> - Interface in org.springframework.data.hadoop.store
-
A
DataStorePartitionWriter
is an extension of
DataStoreWriter
adding functionality to write entities using a partition key.
- PartitionedStepExecutionEvent - Class in org.springframework.yarn.batch.event
-
Generic event representing that partitioned StepExecution
state
has been changed.
- PartitionedStepExecutionEvent(Object, StepExecution) - Constructor for class org.springframework.yarn.batch.event.PartitionedStepExecutionEvent
-
Constructs event with the given StepExecution
.
- PartitionedStepExecutionStateListener - Interface in org.springframework.yarn.batch.listener
-
Interface used for partitioned step to notify its state.
- PartitionedStepExecutionStateListener.PartitionedStepExecutionState - Enum in org.springframework.yarn.batch.listener
-
Enum for partitioned step states
- PartitionedStepExecutionStatusReq - Class in org.springframework.yarn.batch.repository.bindings
-
Request binding used to notify status of remote step execution.
- PartitionedStepExecutionStatusReq() - Constructor for class org.springframework.yarn.batch.repository.bindings.PartitionedStepExecutionStatusReq
-
- PartitionedStepExecutionStatusRes - Class in org.springframework.yarn.batch.repository.bindings
-
- PartitionedStepExecutionStatusRes() - Constructor for class org.springframework.yarn.batch.repository.bindings.PartitionedStepExecutionStatusRes
-
- PartitionKeyMethodResolver - Class in org.springframework.data.hadoop.store.expression
-
A MethodResolver
handling custom methods internally without
a need to register via variables.
- PartitionKeyMethodResolver() - Constructor for class org.springframework.data.hadoop.store.expression.PartitionKeyMethodResolver
-
- PartitionKeyMethodResolver(boolean) - Constructor for class org.springframework.data.hadoop.store.expression.PartitionKeyMethodResolver
-
- PartitionKeyResolver<T,K> - Interface in org.springframework.data.hadoop.store.partition
-
A PartitionKeyResolver
is a strategy interface defining
entity is automatically translated into a matching partition key.
- PartitionResolver<K> - Interface in org.springframework.data.hadoop.store.partition
-
A PartitionResolver
is a strategy interface defining
how partition key can be resolved into the actual Path
.
- PartitionStrategy<T,K> - Interface in org.springframework.data.hadoop.store.partition
-
- PartitionStrategyConfigurer - Interface in org.springframework.data.hadoop.store.config.annotation.configurers
-
- PartitionTextFileWriter<K> - Class in org.springframework.data.hadoop.store.output
-
- PartitionTextFileWriter(Configuration, Path, CodecInfo, PartitionStrategy<String, K>) - Constructor for class org.springframework.data.hadoop.store.output.PartitionTextFileWriter
-
Instantiates a new text file partitioned writer.
- PassThroughLineDataMapper - Class in org.springframework.yarn.batch.item
-
Simple LineDataMapper
implementation which just passes data as it is.
- PassThroughLineDataMapper() - Constructor for class org.springframework.yarn.batch.item.PassThroughLineDataMapper
-
- path(String) - Static method in class org.springframework.data.hadoop.store.expression.PathCombiningMethodExecutor
-
- path(String...) - Static method in class org.springframework.data.hadoop.store.expression.PathCombiningMethodExecutor
-
- path(Long) - Static method in class org.springframework.data.hadoop.store.expression.PathCombiningMethodExecutor
-
- path(Long...) - Static method in class org.springframework.data.hadoop.store.expression.PathCombiningMethodExecutor
-
- path(Object) - Static method in class org.springframework.data.hadoop.store.expression.PathCombiningMethodExecutor
-
- path(Object...) - Static method in class org.springframework.data.hadoop.store.expression.PathCombiningMethodExecutor
-
- PathCombiningMethodExecutor - Class in org.springframework.data.hadoop.store.expression
-
A MethodExecutor
making it easier to combine
paths instead of concatenating in spel itself.
- PathCombiningMethodExecutor() - Constructor for class org.springframework.data.hadoop.store.expression.PathCombiningMethodExecutor
-
- PathUtils - Class in org.springframework.data.hadoop.util
-
Utility for generating date-based paths.
- PathUtils() - Constructor for class org.springframework.data.hadoop.util.PathUtils
-
- performBuild() - Method in class org.springframework.data.hadoop.config.annotation.builders.HadoopConfigBuilder
-
- performBuild() - Method in class org.springframework.data.hadoop.config.annotation.builders.SpringHadoopConfigBuilder
-
- performBuild() - Method in class org.springframework.data.hadoop.config.common.annotation.AbstractConfiguredAnnotationBuilder
-
Subclasses must implement this method to build the object that is being returned.
- performBuild() - Method in class org.springframework.data.hadoop.store.config.annotation.builders.DataStoreTextWriterBuilder
-
- performBuild() - Method in class org.springframework.data.hadoop.store.config.annotation.builders.SpringDataStoreTextWriterBuilder
-
- performBuild() - Method in class org.springframework.yarn.config.annotation.builders.SpringYarnConfigBuilder
-
- performBuild() - Method in class org.springframework.yarn.config.annotation.builders.YarnAppmasterBuilder
-
- performBuild() - Method in class org.springframework.yarn.config.annotation.builders.YarnClientBuilder
-
- performBuild() - Method in class org.springframework.yarn.config.annotation.builders.YarnConfigBuilder
-
- performBuild() - Method in class org.springframework.yarn.config.annotation.builders.YarnContainerBuilder
-
- performBuild() - Method in class org.springframework.yarn.config.annotation.builders.YarnEnvironmentBuilder
-
- performBuild() - Method in class org.springframework.yarn.config.annotation.builders.YarnResourceLocalizerBuilder
-
- PigCallback<T> - Interface in org.springframework.data.hadoop.pig
-
Callback interface for Pig code.
- PigContextFactoryBean - Class in org.springframework.data.hadoop.pig
-
Factory for creating a PigContext
instance.
- PigContextFactoryBean() - Constructor for class org.springframework.data.hadoop.pig.PigContextFactoryBean
-
- PigExecutor - Class in org.springframework.data.hadoop.pig
-
Common class for configuring and executing pig scripts.
- PigExecutor() - Constructor for class org.springframework.data.hadoop.pig.PigExecutor
-
- PigOperations - Interface in org.springframework.data.hadoop.pig
-
Interface specifying a basic set of Pig operations.
- PigRunner - Class in org.springframework.data.hadoop.pig
-
Basic runner of Pig scripts inside a Spring environment.
- PigRunner() - Constructor for class org.springframework.data.hadoop.pig.PigRunner
-
- PigScript - Class in org.springframework.data.hadoop.pig
-
Holder class for a pig script.
- PigScript(Resource) - Constructor for class org.springframework.data.hadoop.pig.PigScript
-
Constructs a new PigScript
instance from the given
resource.
- PigScript(Resource, Properties) - Constructor for class org.springframework.data.hadoop.pig.PigScript
-
Constructs a new PigScript
instance.
- PigScript(Resource, Map<?, ?>) - Constructor for class org.springframework.data.hadoop.pig.PigScript
-
Constructs a new PigScript
instance.
- PigServerFactory - Interface in org.springframework.data.hadoop.pig
-
Factory for retrieving a PigServer
instance.
- PigServerFactoryBean - Class in org.springframework.data.hadoop.pig
-
Factory for creating a PigServer
instance.
- PigServerFactoryBean() - Constructor for class org.springframework.data.hadoop.pig.PigServerFactoryBean
-
- PigServerParser - Class in org.springframework.data.hadoop.config.namespace
-
Parser for 'pig-server' element.
- PigServerParser() - Constructor for class org.springframework.data.hadoop.config.namespace.PigServerParser
-
- PigTasklet - Class in org.springframework.data.hadoop.batch.pig
-
Pig tasklet.
- PigTasklet() - Constructor for class org.springframework.data.hadoop.batch.pig.PigTasklet
-
- PigTemplate - Class in org.springframework.data.hadoop.pig
-
Helper class that simplifies Pig data access code.
- PigTemplate() - Constructor for class org.springframework.data.hadoop.pig.PigTemplate
-
Constructs a new PigTemplate
instance.
- PigTemplate(PigServerFactory) - Constructor for class org.springframework.data.hadoop.pig.PigTemplate
-
Constructs a new PigTemplate
instance.
- PollingTaskSupport<T> - Class in org.springframework.data.hadoop.store.support
-
Helper class to ease working with polling tasks executed using
Spring TaskScheduler
and TaskExecutor
.
- PollingTaskSupport(TaskScheduler, TaskExecutor) - Constructor for class org.springframework.data.hadoop.store.support.PollingTaskSupport
-
Instantiates a new polling task support.
- PollingTaskSupport(TaskScheduler, TaskExecutor, TimeUnit, long) - Constructor for class org.springframework.data.hadoop.store.support.PollingTaskSupport
-
Instantiates a new polling task support.
- PollingTaskSupport(TaskScheduler, TaskExecutor, Trigger) - Constructor for class org.springframework.data.hadoop.store.support.PollingTaskSupport
-
Instantiates a new polling task support.
- PollingTaskSupport<T> - Class in org.springframework.yarn.support
-
Helper class to ease working with polling tasks executed using Spring TaskScheduler
and TaskExecutor
.
- PollingTaskSupport(TaskScheduler, TaskExecutor) - Constructor for class org.springframework.yarn.support.PollingTaskSupport
-
Instantiates a new polling task support.
- PollingTaskSupport(TaskScheduler, TaskExecutor, TimeUnit, long) - Constructor for class org.springframework.yarn.support.PollingTaskSupport
-
Instantiates a new polling task support.
- PollingTaskSupport(TaskScheduler, TaskExecutor, Trigger) - Constructor for class org.springframework.yarn.support.PollingTaskSupport
-
Instantiates a new polling task support.
- popPrompt() - Method in class org.springframework.yarn.boot.cli.shell.ShellPrompts
-
Pop a previously pushed prompt, returning to the previous value.
- populateNmTokenCache(AllocateResponse) - Method in class org.springframework.yarn.am.allocate.AbstractPollingAllocator
-
Populate node manager token cache in NMTokenCache
.
- PortExposingTcpSocketSupport - Interface in org.springframework.yarn.integration.support
-
Extension of TcpSocketSupport
interface adding methods
to get more information about the socket ports.
- postExecution(Configuration) - Method in class org.springframework.data.hadoop.mapreduce.JarExecutor
-
- postInstallVerify(ApplicationDescriptor) - Method in class org.springframework.yarn.client.DefaultApplicationYarnClient
-
Post install verify.
- postProcess(P) - Method in class org.springframework.data.hadoop.config.common.annotation.AbstractConfiguredAnnotationBuilder
-
Performs post processing of an object.
- postProcess(O) - Method in interface org.springframework.data.hadoop.config.common.annotation.ObjectPostProcessor
-
Initialize the object possibly returning a modified instance that should
be used instead.
- postProcess(Map<String, Object>) - Method in class org.springframework.data.hadoop.scripting.HdfsScriptRunner
-
- postProcess(Object, String, Method, OnContainerStart) - Method in class org.springframework.yarn.config.annotation.ContainerActivatorAnnotationPostProcessor
-
- postProcess(Object, String, Method, T) - Method in interface org.springframework.yarn.config.annotation.MethodAnnotationPostProcessor
-
Post process a bean.
- postProcessAfterInitialization(Object, String) - Method in class org.springframework.yarn.config.annotation.SpringYarnAnnotationPostProcessor
-
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.data.hadoop.fs.CustomResourceLoaderRegistrar
-
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.yarn.config.ConfiguringBeanFactoryPostProcessor
-
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.yarn.integration.convert.ConversionServiceCreator
-
- postProcessBeforeInitialization(Object, String) - Method in class org.springframework.yarn.config.annotation.SpringYarnAnnotationPostProcessor
-
- postProcessConfiguration(Configuration) - Method in class org.springframework.data.hadoop.configuration.ConfigurationFactoryBean
-
- postProcessServerSocket(ServerSocket) - Method in class org.springframework.yarn.integration.support.DefaultPortExposingTcpSocketSupport
-
- postProcessSocket(Socket) - Method in class org.springframework.yarn.integration.support.DefaultPortExposingTcpSocketSupport
-
- postRequest(BaseResponseObject) - Method in class org.springframework.yarn.batch.repository.BatchAppmasterService.JobRepositoryServiceInterceptorList
-
Handles he post request calls.
- postRequest(BaseResponseObject) - Method in interface org.springframework.yarn.batch.repository.JobRepositoryRemoteServiceInterceptor
-
- postSubmitVerify(ApplicationId, ApplicationDescriptor) - Method in class org.springframework.yarn.client.DefaultApplicationYarnClient
-
Post submit verify.
- preAdd(GridMember, Grid) - Method in interface org.springframework.yarn.am.grid.support.GridMemberInterceptor
-
- preAdd(GridMember, Grid) - Method in class org.springframework.yarn.am.grid.support.GridMemberInterceptorChain
-
- preExecution(Configuration) - Method in class org.springframework.data.hadoop.mapreduce.JarExecutor
-
- preInstallVerify(ApplicationDescriptor) - Method in class org.springframework.yarn.client.DefaultApplicationYarnClient
-
Pre install verify.
- preLaunch(Container, ContainerLaunchContext) - Method in class org.springframework.yarn.am.AbstractProcessingAppmaster
-
- preLaunch(Container, ContainerLaunchContext) - Method in class org.springframework.yarn.am.container.AbstractLauncher.ContainerLauncherInterceptorList
-
Handles the pre launch calls.
- preLaunch(Container, ContainerLaunchContext) - Method in interface org.springframework.yarn.am.ContainerLauncherInterceptor
-
Invoked before the ContainerLaunchContext
is used
to launch the container.
- preLaunch(Container, ContainerLaunchContext) - Method in class org.springframework.yarn.batch.am.AbstractBatchAppmaster
-
- preProcessAllocatedContainers(List<Container>) - Method in class org.springframework.yarn.am.allocate.AbstractPollingAllocator
-
Pre-process allocated containers.
- preProcessAllocatedContainers(List<Container>) - Method in class org.springframework.yarn.am.allocate.DefaultContainerAllocator
-
- preRequest(BaseObject) - Method in class org.springframework.yarn.batch.repository.BatchAppmasterService.JobRepositoryServiceInterceptorList
-
Handles the pre request calls.
- preRequest(BaseObject) - Method in interface org.springframework.yarn.batch.repository.JobRepositoryRemoteServiceInterceptor
-
- presetSystemExiter(SystemExiter) - Static method in class org.springframework.yarn.launch.AbstractCommandLineRunner
-
- preSubmitVerify(ApplicationDescriptor) - Method in class org.springframework.yarn.client.DefaultApplicationYarnClient
-
Pre submit verify.
- priority(Integer) - Method in class org.springframework.yarn.config.annotation.builders.YarnClientBuilder
-
- priority(Integer) - Method in interface org.springframework.yarn.config.annotation.builders.YarnClientConfigurer
-
Specify a yarn application priority.
- priority(Integer) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultMasterContainerAllocatorConfigurer.DefaultMasterContainerAllocatorCollectionConfigurer
-
- priority(Integer) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultMasterContainerAllocatorConfigurer
-
- priority(Integer) - Method in interface org.springframework.yarn.config.annotation.configurers.MasterContainerAllocatorConfigurer.MasterContainerAllocatorCollectionConfigurer
-
- priority(Integer) - Method in interface org.springframework.yarn.config.annotation.configurers.MasterContainerAllocatorConfigurer
-
- PRIORITY_COMPARATOR - Static variable in interface org.springframework.yarn.am.grid.GridProjection
-
- process(YarnContainerRuntime) - Method in class org.springframework.yarn.container.ContainerMethodInvokerHelper
-
- process(YarnContainerRuntime) - Method in class org.springframework.yarn.container.MethodInvokingYarnContainerRuntimeProcessor
-
- process(YarnContainerRuntime) - Method in interface org.springframework.yarn.container.YarnContainerRuntimeProcessor
-
- processAllocatedContainer(Container) - Method in class org.springframework.yarn.am.allocate.DefaultAllocateCountTracker
-
- processJob(Job) - Method in class org.springframework.data.hadoop.mapreduce.JobFactoryBean
-
- processReadCount(int) - Method in class org.springframework.data.hadoop.store.input.AbstractDataStreamReader.ReaderHelper
-
Processing a count of bytes read from a stream.
- processSkipCount - Variable in class org.springframework.yarn.batch.repository.bindings.StepExecutionType
-
- PROFILE_ID_NOMINICLUSTER - Static variable in class org.springframework.yarn.test.YarnTestSystemConstants
-
Default id for no minicluster profile.
- profiles - Variable in class org.springframework.yarn.boot.app.AbstractClientApplication
-
- profiles(String...) - Method in class org.springframework.yarn.boot.app.AbstractClientApplication
-
Sets an additional profiles to be used when running
an SpringApplication
.
- ProjectedGrid - Interface in org.springframework.yarn.am.grid
-
ProjectedGrid
- ProjectedGridListener - Interface in org.springframework.yarn.am.grid.listener
-
Listener for grid container group events.
- ProjectedGridListenerAdapter - Class in org.springframework.yarn.am.grid.listener
-
- ProjectedGridListenerAdapter() - Constructor for class org.springframework.yarn.am.grid.listener.ProjectedGridListenerAdapter
-
- projectionAdded(GridProjection) - Method in class org.springframework.yarn.am.grid.listener.DefaultProjectedGridListener
-
- projectionAdded(GridProjection) - Method in interface org.springframework.yarn.am.grid.listener.ProjectedGridListener
-
Invoked when a new projection is added.
- projectionAdded(GridProjection) - Method in class org.springframework.yarn.am.grid.listener.ProjectedGridListenerAdapter
-
- ProjectionData - Class in org.springframework.yarn.am.grid.support
-
Data object which works between a configuration and projections.
- ProjectionData() - Constructor for class org.springframework.yarn.am.grid.support.ProjectionData
-
Instantiates a new projection data.
- ProjectionData(Integer) - Constructor for class org.springframework.yarn.am.grid.support.ProjectionData
-
Instantiates a new projection data.
- ProjectionData(Integer, Map<String, Integer>, Map<String, Integer>) - Constructor for class org.springframework.yarn.am.grid.support.ProjectionData
-
Instantiates a new projection data.
- ProjectionData(Integer, Map<String, Integer>, Map<String, Integer>, Map<String, Object>) - Constructor for class org.springframework.yarn.am.grid.support.ProjectionData
-
Instantiates a new projection data.
- ProjectionData(Integer, Map<String, Integer>, Map<String, Integer>, String, Integer) - Constructor for class org.springframework.yarn.am.grid.support.ProjectionData
-
Instantiates a new projection data.
- ProjectionData(Integer, Map<String, Integer>, Map<String, Integer>, Map<String, Object>, String, Integer) - Constructor for class org.springframework.yarn.am.grid.support.ProjectionData
-
Instantiates a new projection data.
- ProjectionDataRegistry - Class in org.springframework.yarn.am.grid.support
-
Helper class to keep info about default projection datas
defined in a configuration.
- ProjectionDataRegistry(Map<String, ProjectionData>) - Constructor for class org.springframework.yarn.am.grid.support.ProjectionDataRegistry
-
Instantiates a new projection data registry.
- projectionDataRegistry() - Method in class org.springframework.yarn.boot.YarnAppmasterAutoConfiguration.ContainerClusterConfig
-
- projectionRemoved(GridProjection) - Method in class org.springframework.yarn.am.grid.listener.DefaultProjectedGridListener
-
- projectionRemoved(GridProjection) - Method in interface org.springframework.yarn.am.grid.listener.ProjectedGridListener
-
Invoked when projection is removed.
- projectionRemoved(GridProjection) - Method in class org.springframework.yarn.am.grid.listener.ProjectedGridListenerAdapter
-
- PromptCommand - Class in org.springframework.yarn.boot.cli.shell
-
Command
to change the
Shell
prompt.
- PromptCommand(ShellPrompts) - Constructor for class org.springframework.yarn.boot.cli.shell.PromptCommand
-
- properties(Properties) - Method in class org.springframework.data.hadoop.config.common.annotation.configurers.DefaultPropertiesConfigurer
-
Adds a Properties
to this builder.
- properties(Map<String, String>) - Method in class org.springframework.data.hadoop.config.common.annotation.configurers.DefaultPropertiesConfigurer
-
- properties(Properties) - Method in interface org.springframework.data.hadoop.config.common.annotation.configurers.PropertiesConfigurer
-
- properties(Map<String, String>) - Method in interface org.springframework.data.hadoop.config.common.annotation.configurers.PropertiesConfigurer
-
- PropertiesConfigurer<I> - Interface in org.springframework.data.hadoop.config.common.annotation.configurers
-
- PropertiesConfigurerAware - Interface in org.springframework.data.hadoop.config.common.annotation.configurers
-
- propertiesLocation(String...) - Method in class org.springframework.yarn.config.annotation.builders.YarnEnvironmentBuilder
-
- propertiesLocation(String...) - Method in interface org.springframework.yarn.config.annotation.builders.YarnEnvironmentConfigurer
-
Specify properties locations.
- propertiesLocationId(String, String[]) - Method in class org.springframework.yarn.config.annotation.builders.YarnEnvironmentBuilder
-
- propertiesLocationId(String, String[]) - Method in interface org.springframework.yarn.config.annotation.builders.YarnEnvironmentConfigurer
-
Specify properties locations with an identifier.
- propertiesToBootArguments(Properties) - Static method in class org.springframework.yarn.boot.support.SpringYarnBootUtils
-
- property(String, String) - Method in class org.springframework.data.hadoop.config.common.annotation.configurers.DefaultPropertiesConfigurer
-
Adds a property to this builder.
- property(String, String) - Method in interface org.springframework.data.hadoop.config.common.annotation.configurers.PropertiesConfigurer
-
- publishContainerAllocated(Object, Container) - Method in class org.springframework.yarn.event.DefaultYarnEventPublisher
-
- publishContainerAllocated(Object, Container) - Method in interface org.springframework.yarn.event.YarnEventPublisher
-
Publish an application event containing information
about the allocated Container
.
- publishContainerCompleted(Object, ContainerStatus) - Method in class org.springframework.yarn.event.DefaultYarnEventPublisher
-
- publishContainerCompleted(Object, ContainerStatus) - Method in interface org.springframework.yarn.event.YarnEventPublisher
-
Publish an application event containing information
about the completed ContainerStatus
.
- publishContainerLaunched(Object, Container) - Method in class org.springframework.yarn.event.DefaultYarnEventPublisher
-
- publishContainerLaunched(Object, Container) - Method in interface org.springframework.yarn.event.YarnEventPublisher
-
Publish an application event containing information
about the launched Container
.
- publishContainerLaunchRequestFailed(Object, Container) - Method in class org.springframework.yarn.event.DefaultYarnEventPublisher
-
- publishContainerLaunchRequestFailed(Object, Container) - Method in interface org.springframework.yarn.event.YarnEventPublisher
-
Publish an application event containing information
about the failed Container
launch request.
- publishEvent(AbstractStoreEvent) - Method in class org.springframework.data.hadoop.store.event.DefaultStoreEventPublisher
-
- publishEvent(AbstractStoreEvent) - Method in interface org.springframework.data.hadoop.store.event.StoreEventPublisher
-
- publishEvent(AbstractYarnEvent) - Method in class org.springframework.yarn.event.DefaultYarnEventPublisher
-
- publishEvent(AbstractYarnEvent) - Method in interface org.springframework.yarn.event.YarnEventPublisher
-
- pushPrompt(String) - Method in class org.springframework.yarn.boot.cli.shell.ShellPrompts
-
Push a new prompt to be used by the shell.
- put(Object, Object) - Method in class org.springframework.data.hadoop.config.namespace.LinkedProperties
-
- put(String, String) - Method in class org.springframework.data.hadoop.fs.FsShell
-
- put(String, String, String...) - Method in class org.springframework.data.hadoop.fs.FsShell
-
- put(String, String, String, String, byte[]) - Method in interface org.springframework.data.hadoop.hbase.HbaseOperations
-
Puts a single value in to the given table.
- put(String, String, String, String, byte[]) - Method in class org.springframework.data.hadoop.hbase.HbaseTemplate
-