- 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.
- parseJarDefinition(Element, ParserContext, BeanDefinitionBuilder) - Static method in class org.springframework.data.hadoop.config.JarRunnerParser
-
- parseScripts(ParserContext, Element) - Static method in class org.springframework.data.hadoop.config.HiveRunnerParser
-
- parseScripts(ParserContext, Element) - Static method in class org.springframework.data.hadoop.config.PigServerParser
-
- parseToolDefinition(Element, ParserContext, BeanDefinitionBuilder) - Static method in class org.springframework.data.hadoop.config.ToolRunnerParser
-
- 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.
- 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
-
- 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
-
- 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.
- 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
-
Instantiates a new path combine method executor with
default delimiter '/'.
- PathCombiningMethodExecutor(String) - Constructor for class org.springframework.data.hadoop.store.expression.PathCombiningMethodExecutor
-
Instantiates a new path combine method executor.
- 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.common.annotation.AbstractConfiguredAnnotationBuilder
-
Subclasses must implement this method to build the object that is being returned.
- PermissionUtils - Class in org.springframework.data.hadoop.util
-
Simple utility class that fixes the File permission problem on
Windows.
- PermissionUtils() - Constructor for class org.springframework.data.hadoop.util.PermissionUtils
-
- 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
-
Parser for 'pig-server' element.
- PigServerParser() - Constructor for class org.springframework.data.hadoop.config.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.
- postExecution(Configuration) - Method in class org.springframework.data.hadoop.mapreduce.JarExecutor
-
- 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
-
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.data.hadoop.fs.CustomResourceLoaderRegistrar
-
- postProcessConfiguration(Configuration) - Method in class org.springframework.data.hadoop.configuration.ConfigurationFactoryBean
-
- preExecution(Configuration) - Method in class org.springframework.data.hadoop.mapreduce.JarExecutor
-
- 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.
- properties(Properties) - Method in class org.springframework.data.hadoop.config.common.annotation.configurers.DefaultPropertiesConfigurer
-
Adds a Properties to this builder.
- properties(Properties) - 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
-
- 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
-
- publishEvent(AbstractStoreEvent) - Method in class org.springframework.data.hadoop.store.event.DefaultStoreEventPublisher
-
- publishEvent(AbstractStoreEvent) - Method in interface org.springframework.data.hadoop.store.event.StoreEventPublisher
-
- put(Object, Object) - Method in class org.springframework.data.hadoop.config.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
-