- FileNamingStrategy - Interface in org.springframework.data.hadoop.store.strategy.naming
-
Strategy interface for components naming files.
- FileNamingStrategyFactory<T extends FileNamingStrategy> - Interface in org.springframework.data.hadoop.store.strategy.naming
-
- FileSystemFactoryBean - Class in org.springframework.data.hadoop.fs
-
FactoryBean for creating Hadoop FileSystem instances.
- FileSystemFactoryBean() - Constructor for class org.springframework.data.hadoop.fs.FileSystemFactoryBean
-
- FileWrittenEvent - Class in org.springframework.data.hadoop.store.event
-
Generic event representing that Path has been written.
- FileWrittenEvent(Object, Path) - Constructor for class org.springframework.data.hadoop.store.event.FileWrittenEvent
-
Instantiates a new file written event.
- find(String, String, ResultsExtractor<T>) - Method in interface org.springframework.data.hadoop.hbase.HbaseOperations
-
Scans the target table, using the given family.
- find(String, String, String, ResultsExtractor<T>) - Method in interface org.springframework.data.hadoop.hbase.HbaseOperations
-
Scans the target table, using the given column family and qualifier.
- find(String, Scan, ResultsExtractor<T>) - Method in interface org.springframework.data.hadoop.hbase.HbaseOperations
-
Scans the target table using the given Scan object.
- find(String, String, RowMapper<T>) - Method in interface org.springframework.data.hadoop.hbase.HbaseOperations
-
Scans the target table, using the given column family.
- find(String, String, String, RowMapper<T>) - Method in interface org.springframework.data.hadoop.hbase.HbaseOperations
-
Scans the target table, using the given column family.
- find(String, Scan, RowMapper<T>) - Method in interface org.springframework.data.hadoop.hbase.HbaseOperations
-
Scans the target table using the given Scan object.
- find(String, String, ResultsExtractor<T>) - Method in class org.springframework.data.hadoop.hbase.HbaseTemplate
-
- find(String, String, String, ResultsExtractor<T>) - Method in class org.springframework.data.hadoop.hbase.HbaseTemplate
-
- find(String, Scan, ResultsExtractor<T>) - Method in class org.springframework.data.hadoop.hbase.HbaseTemplate
-
- find(String, String, RowMapper<T>) - Method in class org.springframework.data.hadoop.hbase.HbaseTemplate
-
- find(String, String, String, RowMapper<T>) - Method in class org.springframework.data.hadoop.hbase.HbaseTemplate
-
- find(String, Scan, RowMapper<T>) - Method in class org.springframework.data.hadoop.hbase.HbaseTemplate
-
- findContainingJar(Class<?>) - Static method in class org.springframework.data.hadoop.util.ResourceUtils
-
Locates the jar (within the classpath) containing the given class.
- findContainingJar(ClassLoader, String) - Static method in class org.springframework.data.hadoop.util.ResourceUtils
-
Locates a jar (within the classpath) containing the given resource.
- findInitFiles(Path) - Method in class org.springframework.data.hadoop.store.support.OutputStoreObjectSupport
-
- findJobs() - Method in class org.springframework.data.hadoop.mapreduce.JobExecutor
-
- findPathMatchingResources(String) - Method in class org.springframework.data.hadoop.fs.HdfsResourceLoader
-
Find all resources that match the given location pattern via the
Ant-style PathMatcher.
- findStatus(Job) - Method in class org.springframework.data.hadoop.test.junit.AbstractMapReduceTests
-
Find job status.
- flush() - Method in class org.springframework.data.hadoop.store.dataset.AvroPojoDatasetStoreWriter
-
- flush() - Method in class org.springframework.data.hadoop.store.dataset.ParquetDatasetStoreWriter
-
- flush() - Method in class org.springframework.data.hadoop.store.output.AbstractPartitionDataStoreWriter
-
- flush() - Method in class org.springframework.data.hadoop.store.output.DelimitedTextFileWriter
-
- flush() - Method in class org.springframework.data.hadoop.store.output.OutputStreamWriter
-
- flush() - Method in class org.springframework.data.hadoop.store.output.TextFileWriter
-
- flush() - Method in class org.springframework.data.hadoop.store.output.TextSequenceFileWriter
-
- format(String, boolean) - Static method in class org.springframework.data.hadoop.util.PathUtils
-
Generates a timed-based path, based on the current date, using the format of Formatter.
- format(String) - Static method in class org.springframework.data.hadoop.util.PathUtils
-
Generates a timed-based path, based on the current date,
using the format of Formatter.
- format(String, Date) - Static method in class org.springframework.data.hadoop.util.PathUtils
-
Generates a timed-based path, based on the given date, using the format of Formatter.
- format(String, boolean, Date) - Static method in class org.springframework.data.hadoop.util.PathUtils
-
Generates a timed-based path, based on the given date, using the format of Formatter.
- fromJobState(Job.JobState) - Static method in enum org.springframework.data.hadoop.mapreduce.JobUtils.JobStatus
-
- fromRunState(int) - Static method in enum org.springframework.data.hadoop.mapreduce.JobUtils.JobStatus
-
- FsShell - Class in org.springframework.data.hadoop.fs
-
HDFS FileSystem Shell supporting the 'hadoop fs/dfs [x]' commands as methods.
- FsShell(Configuration) - Constructor for class org.springframework.data.hadoop.fs.FsShell
-
Constructs a new FsShell instance.
- FsShell(Configuration, FileSystem) - Constructor for class org.springframework.data.hadoop.fs.FsShell
-
Constructs a new FsShell instance.