- AbstractAnnotationBuilder<O> - Class in org.springframework.data.hadoop.config.common.annotation
-
- AbstractAnnotationBuilder() - Constructor for class org.springframework.data.hadoop.config.common.annotation.AbstractAnnotationBuilder
-
- AbstractAnnotationConfiguration<B extends AnnotationBuilder<O>,O> - Class in org.springframework.data.hadoop.config.common.annotation
-
Base implementation of @ class.
- AbstractAnnotationConfiguration() - Constructor for class org.springframework.data.hadoop.config.common.annotation.AbstractAnnotationConfiguration
-
- AbstractConfiguredAnnotationBuilder<O,I,B extends AnnotationBuilder<O>> - Class in org.springframework.data.hadoop.config.common.annotation
-
- AbstractConfiguredAnnotationBuilder() - Constructor for class org.springframework.data.hadoop.config.common.annotation.AbstractConfiguredAnnotationBuilder
-
Instantiates a new annotation builder.
- AbstractConfiguredAnnotationBuilder(ObjectPostProcessor<Object>) - Constructor for class org.springframework.data.hadoop.config.common.annotation.AbstractConfiguredAnnotationBuilder
-
Instantiates a new annotation builder.
- AbstractConfiguredAnnotationBuilder(ObjectPostProcessor<Object>, boolean) - Constructor for class org.springframework.data.hadoop.config.common.annotation.AbstractConfiguredAnnotationBuilder
-
Instantiates a new annotation builder.
- AbstractDatasetStoreWriter<T> - Class in org.springframework.data.hadoop.store.dataset
-
An abstract DataStoreWriter to be extended for providing Dataset writing
capabilities for specific use cases.
- AbstractDatasetStoreWriter(Class<T>, DatasetRepositoryFactory, DatasetDefinition) - Constructor for class org.springframework.data.hadoop.store.dataset.AbstractDatasetStoreWriter
-
Instantiates a new DataStoreWriter for writing to a org.kitesdk.data.Dataset.
- AbstractDataStreamReader - Class in org.springframework.data.hadoop.store.input
-
A AbstractDataStreamReader is a base implementation handling
streams with a raw hdfs files.
- AbstractDataStreamReader(Configuration, Path, CodecInfo) - Constructor for class org.springframework.data.hadoop.store.input.AbstractDataStreamReader
-
Instantiates a new abstract data stream reader.
- AbstractDataStreamReader(Configuration, Path, CodecInfo, Split) - Constructor for class org.springframework.data.hadoop.store.input.AbstractDataStreamReader
-
Instantiates a new abstract data stream reader.
- AbstractDataStreamReader.ReaderHelper<T,V> - Class in org.springframework.data.hadoop.store.input
-
Reader helper hiding complexity of working with input streams.
- AbstractDataStreamReader.ReaderHelper(StreamsHolder<InputStream>, InputContext, Split, CodecInfo) - Constructor for class org.springframework.data.hadoop.store.input.AbstractDataStreamReader.ReaderHelper
-
Instantiates a new reader helper.
- AbstractDataStreamWriter - Class in org.springframework.data.hadoop.store.output
-
A AbstractDataStreamWriter is a base implementation handling
streams with a raw hdfs files.
- AbstractDataStreamWriter(Configuration, Path, CodecInfo) - Constructor for class org.springframework.data.hadoop.store.output.AbstractDataStreamWriter
-
Instantiates a new abstract data stream writer.
- AbstractFileNamingStrategy - Class in org.springframework.data.hadoop.store.strategy.naming
-
Base class for FileNamingStrategy implementations.
- AbstractFileNamingStrategy() - Constructor for class org.springframework.data.hadoop.store.strategy.naming.AbstractFileNamingStrategy
-
- AbstractGenericOptionsParser - Class in org.springframework.data.hadoop.config
-
- AbstractGenericOptionsParser() - Constructor for class org.springframework.data.hadoop.config.AbstractGenericOptionsParser
-
- AbstractHadoopClusterTests - Class in org.springframework.data.hadoop.test.junit
-
Abstract base class providing default functionality
for running tests using Hadoop mini cluster.
- AbstractHadoopClusterTests() - Constructor for class org.springframework.data.hadoop.test.junit.AbstractHadoopClusterTests
-
- AbstractImprovedSimpleBeanDefinitionParser - Class in org.springframework.data.hadoop.config
-
Simple extension to AbstractSimpleBeanDefinitionParser that handles properties references (-ref).
- AbstractImprovedSimpleBeanDefinitionParser() - Constructor for class org.springframework.data.hadoop.config.AbstractImprovedSimpleBeanDefinitionParser
-
- AbstractMapReduceTests - Class in org.springframework.data.hadoop.test.junit
-
Abstract base class providing default functionality
for running map reduce tests.
- AbstractMapReduceTests() - Constructor for class org.springframework.data.hadoop.test.junit.AbstractMapReduceTests
-
- AbstractPartitionDataStoreWriter<T,K> - Class in org.springframework.data.hadoop.store.output
-
- AbstractPartitionDataStoreWriter(Configuration, Path, CodecInfo, PartitionStrategy<T, K>) - Constructor for class org.springframework.data.hadoop.store.output.AbstractPartitionDataStoreWriter
-
Instantiates a new abstract data store partition writer.
- AbstractPartitionStrategy<T,K> - Class in org.springframework.data.hadoop.store.partition
-
- AbstractPartitionStrategy(PartitionResolver<K>, PartitionKeyResolver<T, K>) - Constructor for class org.springframework.data.hadoop.store.partition.AbstractPartitionStrategy
-
Instantiates a new abstract partition strategy.
- AbstractPropertiesConfiguredBeanDefinitionParser - Class in org.springframework.data.hadoop.config
-
Base class for parsing bean definitions of type propertiesConfigured.
- AbstractPropertiesConfiguredBeanDefinitionParser() - Constructor for class org.springframework.data.hadoop.config.AbstractPropertiesConfiguredBeanDefinitionParser
-
- AbstractRolloverStrategy - Class in org.springframework.data.hadoop.store.strategy.rollover
-
Base class for RolloverStrategy implementations.
- AbstractRolloverStrategy() - Constructor for class org.springframework.data.hadoop.store.strategy.rollover.AbstractRolloverStrategy
-
- AbstractSequenceFileReader - Class in org.springframework.data.hadoop.store.input
-
A AbstractSequenceFileReader is a base implementation handling
reads with a SequenceFile.
- AbstractSequenceFileReader(Configuration, Path, CodecInfo) - Constructor for class org.springframework.data.hadoop.store.input.AbstractSequenceFileReader
-
Instantiates a new abstract sequence file reader.
- AbstractSequenceFileWriter - Class in org.springframework.data.hadoop.store.output
-
A AbstractSequenceFileWriter is a base implementation handling
writes with a SequenceFile.
- AbstractSequenceFileWriter(Configuration, Path, CodecInfo) - Constructor for class org.springframework.data.hadoop.store.output.AbstractSequenceFileWriter
-
Instantiates a new abstract sequence file writer.
- AbstractSplitter - Class in org.springframework.data.hadoop.store.split
-
A base class for Splitter implementations.
- AbstractSplitter() - Constructor for class org.springframework.data.hadoop.store.split.AbstractSplitter
-
Instantiates a new abstract splitter.
- AbstractSplitter(Configuration) - Constructor for class org.springframework.data.hadoop.store.split.AbstractSplitter
-
Instantiates a new abstract splitter.
- AbstractStoreEvent - Class in org.springframework.data.hadoop.store.event
-
Base ApplicationEvent class for store based events.
- AbstractStoreEvent(Object) - Constructor for class org.springframework.data.hadoop.store.event.AbstractStoreEvent
-
Create a new ApplicationEvent.
- add(S) - Method in class org.springframework.data.hadoop.store.support.OrderedComposite
-
Register additional item.
- addArchives(Configuration, Resource...) - Static method in class org.springframework.data.hadoop.configuration.ConfigurationUtils
-
- addFiles(Configuration, Resource...) - Static method in class org.springframework.data.hadoop.configuration.ConfigurationUtils
-
- addLibs(Configuration, Resource...) - Static method in class org.springframework.data.hadoop.configuration.ConfigurationUtils
-
- addObjectPostProcessor(ObjectPostProcessor<?>) - Method in class org.springframework.data.hadoop.config.common.annotation.AnnotationConfigurerAdapter
-
- addProperties(Configuration, Properties) - Static method in class org.springframework.data.hadoop.configuration.ConfigurationUtils
-
Adds the specified properties to the given Configuration object.
- afterAction(Object) - Method in interface org.springframework.data.hadoop.mapreduce.JobExecutor.JobListener
-
- afterPropertiesSet() - Method in class org.springframework.data.hadoop.batch.mapreduce.ToolTasklet
-
- afterPropertiesSet() - Method in class org.springframework.data.hadoop.configuration.ConfigurationFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.data.hadoop.fs.DistributedCacheFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.data.hadoop.fs.FileSystemFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.data.hadoop.fs.HdfsResourceLoader
-
- afterPropertiesSet() - Method in class org.springframework.data.hadoop.hbase.HbaseAccessor
-
- afterPropertiesSet() - Method in class org.springframework.data.hadoop.hbase.HbaseConfigurationFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.data.hadoop.hbase.HbaseInterceptor
-
- afterPropertiesSet() - Method in class org.springframework.data.hadoop.hive.HiveExecutor
-
- afterPropertiesSet() - Method in class org.springframework.data.hadoop.hive.HiveRunner
-
- afterPropertiesSet() - Method in class org.springframework.data.hadoop.hive.HiveServerFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.data.hadoop.hive.HiveTemplate
-
- afterPropertiesSet() - Method in class org.springframework.data.hadoop.mapreduce.JarExecutor
-
- afterPropertiesSet() - Method in class org.springframework.data.hadoop.mapreduce.JarRunner
-
- afterPropertiesSet() - Method in class org.springframework.data.hadoop.mapreduce.JobExecutor
-
- afterPropertiesSet() - Method in class org.springframework.data.hadoop.mapreduce.JobFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.data.hadoop.mapreduce.JobRunner
-
- afterPropertiesSet() - Method in class org.springframework.data.hadoop.mapreduce.StreamJobFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.data.hadoop.mapreduce.ToolRunner
-
- afterPropertiesSet() - Method in class org.springframework.data.hadoop.pig.PigContextFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.data.hadoop.pig.PigExecutor
-
- afterPropertiesSet() - Method in class org.springframework.data.hadoop.pig.PigRunner
-
- afterPropertiesSet() - Method in class org.springframework.data.hadoop.pig.PigTemplate
-
- afterPropertiesSet() - Method in class org.springframework.data.hadoop.scripting.HdfsScriptRunner
-
- afterPropertiesSet() - Method in class org.springframework.data.hadoop.store.dataset.DatasetRepositoryFactory
-
- afterPropertiesSet() - Method in class org.springframework.data.hadoop.store.dataset.DatasetTemplate
-
- afterPropertiesSet() - Method in class org.springframework.data.hadoop.store.support.LifecycleObjectSupport
-
- afterPropertiesSet() - Method in class org.springframework.data.hadoop.test.support.ConfigurationDelegatingFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.data.hadoop.test.support.HadoopClusterDelegatingFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.data.hadoop.test.support.HadoopClusterFactoryBean
-
- and() - Method in class org.springframework.data.hadoop.config.common.annotation.AnnotationConfigurerAdapter
-
- and() - Method in interface org.springframework.data.hadoop.config.common.annotation.AnnotationConfigurerBuilder
-
- AnnotationBuilder<O> - Interface in org.springframework.data.hadoop.config.common.annotation
-
Interface for building an Object.
- AnnotationConfigurer<O,B extends AnnotationBuilder<O>> - Interface in org.springframework.data.hadoop.config.common.annotation
-
- AnnotationConfigurerAdapter<O,I,B extends AnnotationBuilder<O>> - Class in org.springframework.data.hadoop.config.common.annotation
-
A base class for
AnnotationConfigurer that allows subclasses to only
implement the methods they are interested in.
- AnnotationConfigurerAdapter() - Constructor for class org.springframework.data.hadoop.config.common.annotation.AnnotationConfigurerAdapter
-
- AnnotationConfigurerBuilder<I> - Interface in org.springframework.data.hadoop.config.common.annotation
-
- append(String) - Method in class org.springframework.data.hadoop.fs.SimplerFileSystem
-
- append(Path) - Method in class org.springframework.data.hadoop.fs.SimplerFileSystem
-
- append(Path, int) - Method in class org.springframework.data.hadoop.fs.SimplerFileSystem
-
- append(String, int) - Method in class org.springframework.data.hadoop.fs.SimplerFileSystem
-
- append(Path, int, Progressable) - Method in class org.springframework.data.hadoop.fs.SimplerFileSystem
-
- append(String, int, Progressable) - Method in class org.springframework.data.hadoop.fs.SimplerFileSystem
-
- applicationContext - Variable in class org.springframework.data.hadoop.test.junit.AbstractHadoopClusterTests
-
- apply(C) - Method in class org.springframework.data.hadoop.config.common.annotation.AbstractConfiguredAnnotationBuilder
-
- apply(C) - Method in class org.springframework.data.hadoop.config.common.annotation.AbstractConfiguredAnnotationBuilder
-
- asProperties(Configuration) - Static method in class org.springframework.data.hadoop.configuration.ConfigurationUtils
-
Returns a static Properties copy of the given configuration.
- AvroPojoDatasetStoreWriter<T> - Class in org.springframework.data.hadoop.store.dataset
-
A DataStoreWriter for writing Datasets using the Avro format.
- AvroPojoDatasetStoreWriter(Class<T>, DatasetRepositoryFactory) - Constructor for class org.springframework.data.hadoop.store.dataset.AvroPojoDatasetStoreWriter
-
Instantiates a new DataStoreWriter for writing Avro records to a org.kitesdk.data.Dataset.
- AvroPojoDatasetStoreWriter(Class<T>, DatasetRepositoryFactory, DatasetDefinition) - Constructor for class org.springframework.data.hadoop.store.dataset.AvroPojoDatasetStoreWriter
-
Instantiates a new DataStoreWriter for writing Avro records to a org.kitesdk.data.Dataset.