- FAILED - Static variable in class org.springframework.yarn.launch.ExitStatus
-
Convenient constant value representing finished processing with an error.
- failedCount() - Method in interface org.springframework.yarn.am.monitor.ContainerMonitor
-
Gets a count of failed containers.
- failedCount() - Method in class org.springframework.yarn.am.monitor.DefaultContainerMonitor
-
- FallbackYarnRestTemplateAutoConfiguration - Class in org.springframework.yarn.boot
-
- FallbackYarnRestTemplateAutoConfiguration() - Constructor for class org.springframework.yarn.boot.FallbackYarnRestTemplateAutoConfiguration
-
- 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
-
- fileOpenAttempts(int) - Method in class org.springframework.data.hadoop.store.config.annotation.builders.DataStoreTextWriterBuilder
-
- fileOpenAttempts(int) - Method in interface org.springframework.data.hadoop.store.config.annotation.builders.DataStoreTextWriterConfigurer
-
Specify a writer's max file open attempts.
- FileSystemFactoryBean - Class in org.springframework.data.hadoop.fs
-
FactoryBean for creating Hadoop FileSystem
instances.
- FileSystemFactoryBean() - Constructor for class org.springframework.data.hadoop.fs.FileSystemFactoryBean
-
- fileSystemUri(String) - Method in class org.springframework.data.hadoop.config.annotation.builders.HadoopConfigBuilder
-
- fileSystemUri(String) - Method in interface org.springframework.data.hadoop.config.annotation.builders.HadoopConfigConfigurer
-
Specify a Hdfs file system uri.
- fileSystemUri(String) - Method in class org.springframework.yarn.config.annotation.builders.YarnConfigBuilder
-
- fileSystemUri(String) - Method in interface org.springframework.yarn.config.annotation.builders.YarnConfigConfigurer
-
Specify a Hdfs file system uri.
- 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.
- filter(List<Method>) - Method in class org.springframework.yarn.support.AnnotatedMethodFilter
-
- filter(List<Method>) - Method in class org.springframework.yarn.support.FixedMethodFilter
-
- filterCount - Variable in class org.springframework.yarn.batch.repository.bindings.StepExecutionType
-
- 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
-
- findJobInstancesByJobName(String, int, int) - Method in class org.springframework.yarn.batch.repository.RemoteJobExplorer
-
- FindJobInstancesByJobNameReq - Class in org.springframework.yarn.batch.repository.bindings.exp
-
Request binding for JobExplorer.getJobInstances(String, int, int)
.
- FindJobInstancesByJobNameReq() - Constructor for class org.springframework.yarn.batch.repository.bindings.exp.FindJobInstancesByJobNameReq
-
- FindJobInstancesByJobNameRes - Class in org.springframework.yarn.batch.repository.bindings.exp
-
Response binding for JobExplorer.getJobInstances(String, int, int)
.
- FindJobInstancesByJobNameRes() - Constructor for class org.springframework.yarn.batch.repository.bindings.exp.FindJobInstancesByJobNameRes
-
- 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.
- findRunningJobExecutions(String) - Method in class org.springframework.yarn.batch.repository.RemoteJobExplorer
-
- FindRunningJobExecutionsReq - Class in org.springframework.yarn.batch.repository.bindings.exp
-
Request binding for JobExplorer.findRunningJobExecutions(String)
.
- FindRunningJobExecutionsReq() - Constructor for class org.springframework.yarn.batch.repository.bindings.exp.FindRunningJobExecutionsReq
-
- FindRunningJobExecutionsRes - Class in org.springframework.yarn.batch.repository.bindings.exp
-
Response binding for JobExplorer.findRunningJobExecutions(String)
.
- FindRunningJobExecutionsRes() - Constructor for class org.springframework.yarn.batch.repository.bindings.exp.FindRunningJobExecutionsRes
-
- findStatus(Job) - Method in class org.springframework.data.hadoop.test.junit.AbstractMapReduceTests
-
Find job status.
- finish(FinishApplicationMasterRequest) - Method in interface org.springframework.yarn.am.AppmasterRmOperations
-
Finish the application master.
- finish(FinishApplicationMasterRequest) - Method in class org.springframework.yarn.am.AppmasterRmTemplate
-
- finishAppmaster() - Method in class org.springframework.yarn.am.AbstractAppmaster
-
Finish appmaster by sending request to resource manager.
- FixedMethodFilter - Class in org.springframework.yarn.support
-
A MethodFilter
implementation that will always return the same Method
instance within a single-element list if it is present in the candidate list.
- FixedMethodFilter(Method) - Constructor for class org.springframework.yarn.support.FixedMethodFilter
-
- flush() - Method in class org.springframework.data.hadoop.store.dataset.AbstractDatasetStoreWriter
-
- 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
-
- flushTimeout() - Method in class org.springframework.data.hadoop.store.output.TextFileWriter
-
- flushTimeout() - Method in class org.springframework.data.hadoop.store.support.StoreObjectSupport
-
Handle flush timeout.
- 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
.
- freeCount() - Method in interface org.springframework.yarn.am.monitor.ContainerMonitor
-
Gets a count of free containers.
- freeCount() - Method in class org.springframework.yarn.am.monitor.DefaultContainerMonitor
-
- from(FileStatus[]) - Method in class org.springframework.yarn.support.console.ApplicationsReport.InstalledReportBuilder
-
Add a source this report will be build from.
- from(List<ApplicationReport>) - Method in class org.springframework.yarn.support.console.ApplicationsReport.SubmittedReportBuilder
-
Add a source this report will be build from.
- from(List<ContainerClusterReport.ClustersInfoReportData>) - Method in class org.springframework.yarn.support.console.ContainerClusterReport.ClusterInfoReportBuilder
-
Add a source this report will be build from.
- from(List<String>) - Method in class org.springframework.yarn.support.console.ContainerClusterReport.ClustersInfoReportBuilder
-
Add a source this report will be build from.
- 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
-
- FS_ADDRESS - Static variable in class org.springframework.data.hadoop.HadoopSystemConstants
-
Default env variable for hdfs address.
- FS_ADDRESS - Static variable in class org.springframework.yarn.YarnSystemConstants
-
Default env variable for hdfs address.
- fsShell() - Method in class org.springframework.data.hadoop.boot.HadoopFsShellAutoConfiguration
-
- 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.