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

D

DataReader<T> - Interface in org.springframework.data.hadoop.store
A DataReader is an interface for reader implementation able to read entities from a store.
DatasetOperations - Interface in org.springframework.data.hadoop.store.dataset
Interface specifying a basic set of Dataset operations against a specific DatasetRepository.
DatasetRepositoryCallback - Interface in org.springframework.data.hadoop.store.dataset
Callback interface for code that operates on a DatasetRepository.
DatasetRepositoryFactory - Class in org.springframework.data.hadoop.store.dataset
Factory class responsible for creating DatasetRepository instances.
DatasetRepositoryFactory() - Constructor for class org.springframework.data.hadoop.store.dataset.DatasetRepositoryFactory
 
DatasetTemplate - Class in org.springframework.data.hadoop.store.dataset
This is the central class in the store.dataset package.
DatasetTemplate() - Constructor for class org.springframework.data.hadoop.store.dataset.DatasetTemplate
 
DataStoreReader<T> - Interface in org.springframework.data.hadoop.store
A DataStoreReader is an extension of DataReader adding methods from Closeable interface.
DataStoreWriter<T> - Interface in org.springframework.data.hadoop.store
A DataStoreWriter is an extension of DataWriter adding methods from Flushable and Closeable interfaces.
DataWriter<T> - Interface in org.springframework.data.hadoop.store
A DataWriter is an interface for writer implementation able to write entities into a store.
decode(String) - Static method in class org.springframework.data.hadoop.util.ResourceUtils
Decodes the given encoded source String into an URI.
DEFAULT_ID_CLUSTER - Static variable in class org.springframework.data.hadoop.test.HadoopTestSystemConstants
Default id for mini hadoop cluster.
DEFAULT_ID_EVENT_PUBLISHER - Static variable in class org.springframework.data.hadoop.store.StoreSystemConstants
Default bean id for store event publisher.
DEFAULT_ID_MINIHADOOPCLUSTER - Static variable in class org.springframework.data.hadoop.test.HadoopTestSystemConstants
Default bean id for mini hadoop cluster.
DEFAULT_ID_MINIHADOOPCLUSTER_CONFIG - Static variable in class org.springframework.data.hadoop.test.HadoopTestSystemConstants
Default bean id for mini hadoop cluster configured configuration.
DEFAULT_ID_RESOURCE_LOADER - Static variable in class org.springframework.data.hadoop.HadoopSystemConstants
Default bean id for resource loader.
DEFAULT_ID_RESOURCE_LOADER_REGISTRAR - Static variable in class org.springframework.data.hadoop.HadoopSystemConstants
Default bean id for resource loader registrar.
DefaultCodecInfo - Class in org.springframework.data.hadoop.store.codec
A default CodecInfo implementation.
DefaultCodecInfo(String, boolean, String) - Constructor for class org.springframework.data.hadoop.store.codec.DefaultCodecInfo
Instantiates a new default codec info.
defaultId(ParserContext, Element) - Method in class org.springframework.data.hadoop.config.AbstractImprovedSimpleBeanDefinitionParser
 
defaultId(ParserContext, Element) - Method in class org.springframework.data.hadoop.config.PigServerParser
 
DefaultStoreEventPublisher - Class in org.springframework.data.hadoop.store.event
The default strategy for publishing store events.
DefaultStoreEventPublisher() - Constructor for class org.springframework.data.hadoop.store.event.DefaultStoreEventPublisher
Constructs default strategy without an event publisher.
DefaultStoreEventPublisher(ApplicationEventPublisher) - Constructor for class org.springframework.data.hadoop.store.event.DefaultStoreEventPublisher
Constructs default strategy with an event publisher.
delete(Path) - Method in class org.springframework.data.hadoop.fs.SimplerFileSystem
 
delete(String) - Method in class org.springframework.data.hadoop.fs.SimplerFileSystem
 
delete(Path, boolean) - Method in class org.springframework.data.hadoop.fs.SimplerFileSystem
 
delete(String, boolean) - Method in class org.springframework.data.hadoop.fs.SimplerFileSystem
 
deleteOnExit(Path) - Method in class org.springframework.data.hadoop.fs.SimplerFileSystem
 
deleteOnExit(String) - Method in class org.springframework.data.hadoop.fs.SimplerFileSystem
 
deleteResource(Properties) - Method in class org.springframework.data.hadoop.cascading.tap.local.MessageHandlerTap
 
DelimitedTextFileReader - Class in org.springframework.data.hadoop.store.input
A DelimitedTextFileReader is a DataStoreReader implementation able to read Strings from a raw hdfs files as delimited fields.
DelimitedTextFileReader(Configuration, Path, CodecInfo) - Constructor for class org.springframework.data.hadoop.store.input.DelimitedTextFileReader
Instantiates a new delimited text file reader.
DelimitedTextFileReader(Configuration, Path, CodecInfo, byte[]) - Constructor for class org.springframework.data.hadoop.store.input.DelimitedTextFileReader
Instantiates a new delimited text file reader.
DelimitedTextFileReader(Configuration, Path, CodecInfo, byte[], byte[]) - Constructor for class org.springframework.data.hadoop.store.input.DelimitedTextFileReader
Instantiates a new delimited text file reader.
DelimitedTextFileWriter - Class in org.springframework.data.hadoop.store.output
A DelimitedTextFileWriter is a DataStoreWriter implementation able to write Strings into raw hdfs files as delimited fields.
DelimitedTextFileWriter(Configuration, Path, CodecInfo) - Constructor for class org.springframework.data.hadoop.store.output.DelimitedTextFileWriter
Instantiates a new delimited text file writer.
DelimitedTextFileWriter(Configuration, Path, CodecInfo, byte[]) - Constructor for class org.springframework.data.hadoop.store.output.DelimitedTextFileWriter
Instantiates a new delimited text file writer.
DelimitedTextFileWriter(Configuration, Path, CodecInfo, byte[], byte[]) - Constructor for class org.springframework.data.hadoop.store.output.DelimitedTextFileWriter
Instantiates a new delimited text file writer.
destroy() - Method in class org.springframework.data.hadoop.fs.FileSystemFactoryBean
 
destroy() - Method in class org.springframework.data.hadoop.fs.FsShell
 
destroy() - Method in class org.springframework.data.hadoop.fs.HdfsResourceLoader
 
destroy() - Method in class org.springframework.data.hadoop.hbase.HbaseConfigurationFactoryBean
 
destroy() - Method in class org.springframework.data.hadoop.hive.HiveServerFactoryBean
 
destroy() - Method in class org.springframework.data.hadoop.mapreduce.JobExecutor
 
destroy() - Method in class org.springframework.data.hadoop.test.support.HadoopClusterDelegatingFactoryBean
 
destroy() - Method in class org.springframework.data.hadoop.test.support.HadoopClusterFactoryBean
 
determineRootDir(String) - Method in class org.springframework.data.hadoop.fs.HdfsResourceLoader
Determine the root directory for the given location.
DistCp - Class in org.springframework.data.hadoop.fs
Exposes the Hadoop command-line distcp as an embeddable API.
DistCp(Configuration) - Constructor for class org.springframework.data.hadoop.fs.DistCp
Constructs a new DistCp instance.
DistCp(Configuration, String) - Constructor for class org.springframework.data.hadoop.fs.DistCp
 
DistCp.Preserve - Enum in org.springframework.data.hadoop.fs
Enumeration for the possible attributes that can be preserved by a copy operation.
DistributedCacheFactoryBean - Class in org.springframework.data.hadoop.fs
Factory for easy declarative configuration of a DistributedCache.
DistributedCacheFactoryBean() - Constructor for class org.springframework.data.hadoop.fs.DistributedCacheFactoryBean
 
DistributedCacheFactoryBean.CacheEntry - Class in org.springframework.data.hadoop.fs
Class describing an entry of the distributed cache.
DistributedCacheFactoryBean.CacheEntry(DistributedCacheFactoryBean.CacheEntry.EntryType, String) - Constructor for class org.springframework.data.hadoop.fs.DistributedCacheFactoryBean.CacheEntry
Constructs a new CacheEntry instance.
DistributedCacheFactoryBean.CacheEntry.EntryType - Enum in org.springframework.data.hadoop.fs
A distributed cache entry type.
doClose() - Method in class org.springframework.data.hadoop.test.support.HadoopClusterManager
Bring down and un-register all the running clusters.
doFindMatchingFileSystemResources(Path, String) - Method in class org.springframework.data.hadoop.fs.HdfsResourceLoader
Find all resources in the file system that match the given location pattern via the Ant-style PathMatcher.
doFindPathMatchingFileResources(Resource, String) - Method in class org.springframework.data.hadoop.fs.HdfsResourceLoader
Find all resources in the hdfs file system that match the given location pattern via the Ant-style PathMatcher.
doInHive(HiveClient) - Method in interface org.springframework.data.hadoop.hive.HiveClientCallback
Gets called by HiveTemplate.execute(HiveClientCallback) with an active HiveClient.
doInPig(PigServer) - Method in interface org.springframework.data.hadoop.pig.PigCallback
Gets called by PigTemplate.execute(PigCallback) with an active PigServer.
doInRecord(T) - Method in interface org.springframework.data.hadoop.store.dataset.RecordCallback
 
doInRepository(DatasetRepository) - Method in interface org.springframework.data.hadoop.store.dataset.DatasetRepositoryCallback
 
doInTable(HTableInterface) - Method in interface org.springframework.data.hadoop.hbase.TableCallback
Gets called by HbaseTemplate execute with an active Hbase table.
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.data.hadoop.config.AbstractGenericOptionsParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.data.hadoop.config.AbstractImprovedSimpleBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.data.hadoop.config.AbstractPropertiesConfiguredBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.data.hadoop.config.HadoopResourceLoaderRegistrarParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.data.hadoop.config.HiveRunnerParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.data.hadoop.config.JarRunnerParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.data.hadoop.config.PigServerParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.data.hadoop.config.ScriptParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.data.hadoop.config.ToolRunnerParser
 
doPoll() - Method in class org.springframework.data.hadoop.store.support.PollingTaskSupport
Do poll.
doRetrieveMatchingFiles(String, Path, Set<Path>) - Method in class org.springframework.data.hadoop.fs.HdfsResourceLoader
Recursively retrieve files that match the given pattern, adding them to the given result list.
doStart() - Method in class org.springframework.data.hadoop.store.support.LifecycleObjectSupport
Subclasses may implement this method with the start behaviour.
doStart() - Method in class org.springframework.data.hadoop.store.support.StoreObjectSupport
 
doStop() - Method in class org.springframework.data.hadoop.store.support.LifecycleObjectSupport
Subclasses may implement this method with the stop behaviour.
doStop() - Method in class org.springframework.data.hadoop.store.support.StoreObjectSupport
 
doWrite(List<? extends T>) - Method in class org.springframework.data.hadoop.batch.item.HdfsItemWriter
Performs the actual write to the store via the template.
du(String) - Method in class org.springframework.data.hadoop.fs.FsShell
 
du(String...) - Method in class org.springframework.data.hadoop.fs.FsShell
 
du(boolean, String) - Method in class org.springframework.data.hadoop.fs.FsShell
 
du(boolean, String...) - Method in class org.springframework.data.hadoop.fs.FsShell
 
dus(String) - Method in class org.springframework.data.hadoop.fs.FsShell
 
dus(String...) - Method in class org.springframework.data.hadoop.fs.FsShell
 

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