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 

R

read() - Method in interface org.springframework.data.hadoop.store.DataReader
Read next entity from a reader.
read(Class<T>, RecordCallback<T>) - Method in interface org.springframework.data.hadoop.store.dataset.DatasetOperations
Read all records in the dataset and call the provided callback for each record.
read(Class<T>) - Method in interface org.springframework.data.hadoop.store.dataset.DatasetOperations
Read all records in the dataset and return as a collection.
read(Class<T>, RecordCallback<T>, PartitionKey) - Method in interface org.springframework.data.hadoop.store.dataset.DatasetOperations
Read records in the dataset partition based on the PartitionKey and call the provided callback for each record.
read(Class<T>, PartitionKey) - Method in interface org.springframework.data.hadoop.store.dataset.DatasetOperations
Read records in the dataset partition based on the PartitionKey and return as a collection.
read(Class<T>, RecordCallback<T>) - Method in class org.springframework.data.hadoop.store.dataset.DatasetTemplate
 
read(Class<T>) - Method in class org.springframework.data.hadoop.store.dataset.DatasetTemplate
 
read(Class<T>, RecordCallback<T>, PartitionKey) - Method in class org.springframework.data.hadoop.store.dataset.DatasetTemplate
 
read(Class<T>, PartitionKey) - Method in class org.springframework.data.hadoop.store.dataset.DatasetTemplate
 
read() - Method in class org.springframework.data.hadoop.store.input.AbstractDataStreamReader.ReaderHelper
Reads a data by delegating to a reader.
read() - Method in class org.springframework.data.hadoop.store.input.DelimitedTextFileReader
 
read() - Method in class org.springframework.data.hadoop.store.input.TextFileReader
 
read() - Method in class org.springframework.data.hadoop.store.input.TextSequenceFileReader
 
RecordCallback<T> - Interface in org.springframework.data.hadoop.store.dataset
Callback interface for code that operates on a Dataset record.
register(FileNamingStrategy) - Method in class org.springframework.data.hadoop.store.strategy.naming.ChainedFileNamingStrategy
Register a new strategy.
register(RolloverStrategy) - Method in class org.springframework.data.hadoop.store.strategy.rollover.ChainedRolloverStrategy
Register a new strategy.
registerBeanDefinition(BeanDefinitionHolder, BeanDefinitionRegistry) - Method in class org.springframework.data.hadoop.config.AbstractImprovedSimpleBeanDefinitionParser
 
registerShutdownHook() - Method in class org.springframework.data.hadoop.test.support.HadoopClusterManager
Register a jvm shutdown hook allowing manager to gracefully shutdown clusters in case that hasn't already happened.
releaseTable(String, HTableInterface) - Static method in class org.springframework.data.hadoop.hbase.HbaseUtils
Releases (or closes) the given table, created via the given configuration if it is not managed externally (or bound to the thread).
releaseTable(String, HTableInterface, HTableInterfaceFactory) - Static method in class org.springframework.data.hadoop.hbase.HbaseUtils
Releases (or closes) the given table, created via the given configuration if it is not managed externally (or bound to the thread).
removeConfigurer(Class<C>) - Method in class org.springframework.data.hadoop.config.common.annotation.AbstractConfiguredAnnotationBuilder
Removes and returns the AnnotationConfigurer by its class name or null if not found.
removeConfigurers(Class<C>) - Method in class org.springframework.data.hadoop.config.common.annotation.AbstractConfiguredAnnotationBuilder
Removes all the AnnotationConfigurer instances by its class name or an empty List if not found.
rename(Path, Path) - Method in class org.springframework.data.hadoop.fs.SimplerFileSystem
 
rename(String, String) - Method in class org.springframework.data.hadoop.fs.SimplerFileSystem
 
renameFile(Path) - Method in class org.springframework.data.hadoop.store.support.OutputStoreObjectSupport
Rename file using prefix and suffix settings.
reset() - Method in class org.springframework.data.hadoop.store.strategy.naming.AbstractFileNamingStrategy
 
reset() - Method in class org.springframework.data.hadoop.store.strategy.naming.ChainedFileNamingStrategy
 
reset() - Method in interface org.springframework.data.hadoop.store.strategy.naming.FileNamingStrategy
Resets the strategy to its original state.
reset() - Method in class org.springframework.data.hadoop.store.strategy.naming.RollingFileNamingStrategy
 
reset() - Method in class org.springframework.data.hadoop.store.strategy.rollover.ChainedRolloverStrategy
 
reset() - Method in class org.springframework.data.hadoop.store.strategy.rollover.NoRolloverStrategy
 
reset() - Method in interface org.springframework.data.hadoop.store.strategy.rollover.RolloverStrategy
Reset the strategy state.
reset() - Method in class org.springframework.data.hadoop.store.strategy.rollover.SizeRolloverStrategy
 
reset() - Method in class org.springframework.data.hadoop.store.support.IdleTimeoutTrigger
Notify trigger that we should get into new timeout period.
resetIdleTimeout() - Method in class org.springframework.data.hadoop.store.support.StoreObjectSupport
Reset idle timeout.
resolve(EvaluationContext, Object, String, List<TypeDescriptor>) - Method in class org.springframework.data.hadoop.store.expression.PartitionKeyMethodResolver
 
resolve(Path) - Method in class org.springframework.data.hadoop.store.strategy.naming.ChainedFileNamingStrategy
 
resolve(Path) - Method in class org.springframework.data.hadoop.store.strategy.naming.CodecFileNamingStrategy
 
resolve(Path) - Method in interface org.springframework.data.hadoop.store.strategy.naming.FileNamingStrategy
Resolve a current file path denoted by this strategy.
resolve(Path) - Method in class org.springframework.data.hadoop.store.strategy.naming.RollingFileNamingStrategy
 
resolve(Path) - Method in class org.springframework.data.hadoop.store.strategy.naming.StaticFileNamingStrategy
 
resolve(Path) - Method in class org.springframework.data.hadoop.store.strategy.naming.UuidFileNamingStrategy
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.data.hadoop.config.AbstractImprovedSimpleBeanDefinitionParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.data.hadoop.config.HadoopResourceLoaderRegistrarParser
 
resolvePartitionKey(T) - Method in interface org.springframework.data.hadoop.store.partition.PartitionKeyResolver
Resolve partition key for a given entity.
resolvePath(K) - Method in interface org.springframework.data.hadoop.store.partition.PartitionResolver
Resolve path with a given partition key.
resolvePath(Path) - Method in class org.springframework.data.hadoop.store.support.OutputContext
Resolve path.
resolveTargetObject(Class<Object>) - Method in class org.springframework.data.hadoop.mapreduce.JarExecutor
 
resource(Resource) - Method in class org.springframework.data.hadoop.config.common.annotation.configurers.DefaultResourceConfigurer
Adds a Resource to this builder.
resource(String) - Method in class org.springframework.data.hadoop.config.common.annotation.configurers.DefaultResourceConfigurer
Adds a Resource to this builder.
resource(Resource) - Method in interface org.springframework.data.hadoop.config.common.annotation.configurers.ResourceConfigurer
 
resource(String) - Method in interface org.springframework.data.hadoop.config.common.annotation.configurers.ResourceConfigurer
 
ResourceConfigurer<I> - Interface in org.springframework.data.hadoop.config.common.annotation.configurers
Interface for DefaultResourceConfigurer which act as intermediate gatekeeper between a user and an AnnotationConfigurer.
ResourceConfigurerAware - Interface in org.springframework.data.hadoop.config.common.annotation.configurers
Interface for AnnotationBuilder which wants to be aware of Resources configured by DefaultResourceConfigurer.
resources(Set<Resource>) - Method in class org.springframework.data.hadoop.config.common.annotation.configurers.DefaultResourceConfigurer
Adds a Set of Resources to this builder.
resources(List<String>) - Method in class org.springframework.data.hadoop.config.common.annotation.configurers.DefaultResourceConfigurer
Adds a Resources to this builder.
resources(Set<Resource>) - Method in interface org.springframework.data.hadoop.config.common.annotation.configurers.ResourceConfigurer
 
resources(List<String>) - Method in interface org.springframework.data.hadoop.config.common.annotation.configurers.ResourceConfigurer
 
ResourceUtils - Class in org.springframework.data.hadoop.util
Utility class for dealing or location resources for Hadoop jobs.
ResourceUtils() - Constructor for class org.springframework.data.hadoop.util.ResourceUtils
 
ResultsExtractor<T> - Interface in org.springframework.data.hadoop.hbase
Callback handling scanner results.
retrieveMatchingFiles(Path, String) - Method in class org.springframework.data.hadoop.fs.HdfsResourceLoader
Retrieve files that match the given path pattern, checking the given directory and its subdirectories.
reverse() - Method in class org.springframework.data.hadoop.store.support.OrderedComposite
Public getter for the list of items in reverse.
rm(String) - Method in class org.springframework.data.hadoop.fs.FsShell
 
rm(String...) - Method in class org.springframework.data.hadoop.fs.FsShell
 
rm(boolean, String) - Method in class org.springframework.data.hadoop.fs.FsShell
 
rm(boolean, String...) - Method in class org.springframework.data.hadoop.fs.FsShell
 
rm(boolean, boolean, String...) - Method in class org.springframework.data.hadoop.fs.FsShell
 
rmr(String) - Method in class org.springframework.data.hadoop.fs.FsShell
 
rmr(String...) - Method in class org.springframework.data.hadoop.fs.FsShell
 
rmr(boolean, String) - Method in class org.springframework.data.hadoop.fs.FsShell
 
rmr(boolean, String...) - Method in class org.springframework.data.hadoop.fs.FsShell
 
RollingFileNamingStrategy - Class in org.springframework.data.hadoop.store.strategy.naming
A FileNamingStrategy which simply uses a rolling counter to give unique file name.
RollingFileNamingStrategy() - Constructor for class org.springframework.data.hadoop.store.strategy.naming.RollingFileNamingStrategy
 
RolloverStrategy - Interface in org.springframework.data.hadoop.store.strategy.rollover
A strategy interface used for file or stream writers to determine when a file or a stream should be rolled over.
RolloverStrategyFactory<T extends RolloverStrategy> - Interface in org.springframework.data.hadoop.store.strategy.rollover
Factory interface creating instances of RolloverStrategys.
rollStrategies() - Method in class org.springframework.data.hadoop.store.support.OutputContext
Roll strategies.
RowMapper<T> - Interface in org.springframework.data.hadoop.hbase
Callback for mapping rows of a ResultScanner on a per-row basis.
A B C D E F G H I J K L M N O P Q R S T U V W 
Spring for Apache Hadoop