Uses of Interface
org.apache.hadoop.util.Progressable
Packages that use Progressable
Package
Description
Implementations of
AbstractFileSystem for hdfs
over rpc and hdfs over web.Supporting classes for metrics instrumentation.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
ViewFileSystem and ViewFileSystemOverloadScheme classes.
Generic i/o code for use when reading and writing data to the network,
to databases, and to files.
-
Uses of Progressable in org.apache.hadoop.fs
Methods in org.apache.hadoop.fs that return ProgressableMethods in org.apache.hadoop.fs with parameters of type ProgressableModifier and TypeMethodDescriptionChecksumFileSystem.append(Path f, int bufferSize, Progressable progress) abstract FSDataOutputStreamFileSystem.append(Path f, int bufferSize, Progressable progress) Append to an existing file (optional operation).FileSystem.append(Path f, int bufferSize, Progressable progress, boolean appendToNewBlock) Append to an existing file (optional operation).FilterFileSystem.append(Path f, int bufferSize, Progressable progress) RawLocalFileSystem.append(Path f, int bufferSize, Progressable progress) ChecksumFileSystem.create(Path f, FsPermission permission, boolean overwrite, int bufferSize, short replication, long blockSize, Progressable progress) ChecksumFileSystem.create(Path f, FsPermission permission, EnumSet<CreateFlag> flags, int bufferSize, short replication, long blockSize, Progressable progress, org.apache.hadoop.fs.Options.ChecksumOpt checksumOpt) FileSystem.create(Path f, boolean overwrite, int bufferSize, short replication, long blockSize, Progressable progress) Create an FSDataOutputStream at the indicated Path with write-progress reporting.FileSystem.create(Path f, boolean overwrite, int bufferSize, Progressable progress) Create anFSDataOutputStreamat the indicated Path with write-progress reporting.FileSystem.create(Path f, short replication, Progressable progress) Create an FSDataOutputStream at the indicated Path with write-progress reporting.abstract FSDataOutputStreamFileSystem.create(Path f, FsPermission permission, boolean overwrite, int bufferSize, short replication, long blockSize, Progressable progress) Create an FSDataOutputStream at the indicated Path with write-progress reporting.FileSystem.create(Path f, FsPermission permission, EnumSet<CreateFlag> flags, int bufferSize, short replication, long blockSize, Progressable progress) Create an FSDataOutputStream at the indicated Path with write-progress reporting.FileSystem.create(Path f, FsPermission permission, EnumSet<CreateFlag> flags, int bufferSize, short replication, long blockSize, Progressable progress, org.apache.hadoop.fs.Options.ChecksumOpt checksumOpt) Create an FSDataOutputStream at the indicated Path with a custom checksum option.FileSystem.create(Path f, Progressable progress) Create an FSDataOutputStream at the indicated Path with write-progress reporting.FilterFileSystem.create(Path f, FsPermission permission, boolean overwrite, int bufferSize, short replication, long blockSize, Progressable progress) FilterFileSystem.create(Path f, FsPermission permission, EnumSet<CreateFlag> flags, int bufferSize, short replication, long blockSize, Progressable progress, org.apache.hadoop.fs.Options.ChecksumOpt checksumOpt) RawLocalFileSystem.create(Path f, boolean overwrite, int bufferSize, short replication, long blockSize, Progressable progress) RawLocalFileSystem.create(Path f, FsPermission permission, boolean overwrite, int bufferSize, short replication, long blockSize, Progressable progress) abstract FSDataOutputStreamAbstractFileSystem.createInternal(Path f, EnumSet<CreateFlag> flag, FsPermission absolutePermission, int bufferSize, short replication, long blockSize, Progressable progress, org.apache.hadoop.fs.Options.ChecksumOpt checksumOpt, boolean createParent) The specification of this method matches that ofAbstractFileSystem.create(Path, EnumSet, Options.CreateOpts...)except that the opts have been declared explicitly.ChecksumFileSystem.createNonRecursive(Path f, FsPermission permission, boolean overwrite, int bufferSize, short replication, long blockSize, Progressable progress) ChecksumFileSystem.createNonRecursive(Path f, FsPermission permission, EnumSet<CreateFlag> flags, int bufferSize, short replication, long blockSize, Progressable progress) FileSystem.createNonRecursive(Path f, boolean overwrite, int bufferSize, short replication, long blockSize, Progressable progress) Opens an FSDataOutputStream at the indicated Path with write-progress reporting.FileSystem.createNonRecursive(Path f, FsPermission permission, boolean overwrite, int bufferSize, short replication, long blockSize, Progressable progress) Opens an FSDataOutputStream at the indicated Path with write-progress reporting.FileSystem.createNonRecursive(Path f, FsPermission permission, EnumSet<CreateFlag> flags, int bufferSize, short replication, long blockSize, Progressable progress) Opens an FSDataOutputStream at the indicated Path with write-progress reporting.FilterFileSystem.createNonRecursive(Path f, FsPermission permission, EnumSet<CreateFlag> flags, int bufferSize, short replication, long blockSize, Progressable progress) RawLocalFileSystem.createNonRecursive(Path f, FsPermission permission, boolean overwrite, int bufferSize, short replication, long blockSize, Progressable progress) RawLocalFileSystem.createNonRecursive(Path f, FsPermission permission, EnumSet<CreateFlag> flags, int bufferSize, short replication, long blockSize, Progressable progress) protected FSDataOutputStreamFileSystem.primitiveCreate(Path f, FsPermission absolutePermission, EnumSet<CreateFlag> flag, int bufferSize, short replication, long blockSize, Progressable progress, org.apache.hadoop.fs.Options.ChecksumOpt checksumOpt) Deprecated.protected FSDataOutputStreamFilterFileSystem.primitiveCreate(Path f, FsPermission absolutePermission, EnumSet<CreateFlag> flag, int bufferSize, short replication, long blockSize, Progressable progress, org.apache.hadoop.fs.Options.ChecksumOpt checksumOpt) FSDataOutputStreamBuilder.progress(Progressable prog) Set the facility of reporting progress. -
Uses of Progressable in org.apache.hadoop.fs.adl
Methods in org.apache.hadoop.fs.adl with parameters of type ProgressableModifier and TypeMethodDescriptionAdlFileSystem.append(Path f, int bufferSize, Progressable progress) Append to an existing file (optional operation).AdlFileSystem.create(Path f, FsPermission permission, boolean overwrite, int bufferSize, short replication, long blockSize, Progressable progress) Create call semantic is handled differently in case of ADL.AdlFileSystem.createNonRecursive(Path f, FsPermission permission, EnumSet<CreateFlag> flags, int bufferSize, short replication, long blockSize, Progressable progress) Deprecated.API only for 0.20-append -
Uses of Progressable in org.apache.hadoop.fs.azure
Methods in org.apache.hadoop.fs.azure with parameters of type ProgressableModifier and TypeMethodDescriptionNativeAzureFileSystem.append(Path path, int i, Progressable progressable) Deprecated.NativeAzureFileSystem.create(Path path, FsPermission fsPermission, boolean b, int i, short i1, long l, Progressable progressable) Deprecated. -
Uses of Progressable in org.apache.hadoop.fs.ftp
Methods in org.apache.hadoop.fs.ftp with parameters of type ProgressableModifier and TypeMethodDescriptionFTPFileSystem.append(Path f, int bufferSize, Progressable progress) This optional operation is not yet supported.FTPFileSystem.create(Path file, FsPermission permission, boolean overwrite, int bufferSize, short replication, long blockSize, Progressable progress) A stream obtained via this call must be closed before using other APIs of this class or else the invocation will block. -
Uses of Progressable in org.apache.hadoop.fs.viewfs
Methods in org.apache.hadoop.fs.viewfs with parameters of type ProgressableModifier and TypeMethodDescriptionViewFileSystem.append(Path f, int bufferSize, Progressable progress) ViewFileSystem.create(Path f, FsPermission permission, boolean overwrite, int bufferSize, short replication, long blockSize, Progressable progress) ViewFs.createInternal(Path f, EnumSet<CreateFlag> flag, FsPermission absolutePermission, int bufferSize, short replication, long blockSize, Progressable progress, org.apache.hadoop.fs.Options.ChecksumOpt checksumOpt, boolean createParent) ViewFileSystem.createNonRecursive(Path f, FsPermission permission, EnumSet<CreateFlag> flags, int bufferSize, short replication, long blockSize, Progressable progress) -
Uses of Progressable in org.apache.hadoop.io
Methods in org.apache.hadoop.io with parameters of type ProgressableModifier and TypeMethodDescriptionstatic org.apache.hadoop.io.SequenceFile.WriterSequenceFile.createWriter(FileSystem fs, Configuration conf, Path name, Class keyClass, Class valClass, int bufferSize, short replication, long blockSize, SequenceFile.CompressionType compressionType, CompressionCodec codec, Progressable progress, org.apache.hadoop.io.SequenceFile.Metadata metadata) Deprecated.static org.apache.hadoop.io.SequenceFile.WriterSequenceFile.createWriter(FileSystem fs, Configuration conf, Path name, Class keyClass, Class valClass, SequenceFile.CompressionType compressionType, CompressionCodec codec, Progressable progress) Deprecated.static org.apache.hadoop.io.SequenceFile.WriterSequenceFile.createWriter(FileSystem fs, Configuration conf, Path name, Class keyClass, Class valClass, SequenceFile.CompressionType compressionType, CompressionCodec codec, Progressable progress, org.apache.hadoop.io.SequenceFile.Metadata metadata) Deprecated.static org.apache.hadoop.io.SequenceFile.WriterSequenceFile.createWriter(FileSystem fs, Configuration conf, Path name, Class keyClass, Class valClass, SequenceFile.CompressionType compressionType, Progressable progress) Deprecated. -
Uses of Progressable in org.apache.hadoop.mapred
Subinterfaces of Progressable in org.apache.hadoop.mapredModifier and TypeInterfaceDescriptioninterfaceA facility for Map-Reduce applications to report progress and update counters, status information etc.interfaceMethods in org.apache.hadoop.mapred that return ProgressableModifier and TypeMethodDescriptionJobContext.getProgressible()Get the progress mechanism for reporting progress.TaskAttemptContext.getProgressible()Methods in org.apache.hadoop.mapred with parameters of type ProgressableModifier and TypeMethodDescriptionabstract RecordWriter<K,V> FileOutputFormat.getRecordWriter(FileSystem ignored, JobConf job, String name, Progressable progress) MapFileOutputFormat.getRecordWriter(FileSystem ignored, JobConf job, String name, Progressable progress) OutputFormat.getRecordWriter(FileSystem ignored, JobConf job, String name, Progressable progress) Get theRecordWriterfor the given job.SequenceFileAsBinaryOutputFormat.getRecordWriter(FileSystem ignored, JobConf job, String name, Progressable progress) SequenceFileOutputFormat.getRecordWriter(FileSystem ignored, JobConf job, String name, Progressable progress) TextOutputFormat.getRecordWriter(FileSystem ignored, JobConf job, String name, Progressable progress) -
Uses of Progressable in org.apache.hadoop.mapred.lib
Methods in org.apache.hadoop.mapred.lib with parameters of type ProgressableModifier and TypeMethodDescriptionprotected abstract RecordWriter<K,V> MultipleOutputFormat.getBaseRecordWriter(FileSystem fs, JobConf job, String name, Progressable arg3) protected RecordWriter<K,V> MultipleSequenceFileOutputFormat.getBaseRecordWriter(FileSystem fs, JobConf job, String name, Progressable arg3) protected RecordWriter<K,V> MultipleTextOutputFormat.getBaseRecordWriter(FileSystem fs, JobConf job, String name, Progressable arg3) FilterOutputFormat.getRecordWriter(FileSystem ignored, JobConf job, String name, Progressable progress) LazyOutputFormat.getRecordWriter(FileSystem ignored, JobConf job, String name, Progressable progress) MultipleOutputFormat.getRecordWriter(FileSystem fs, JobConf job, String name, Progressable arg3) Create a composite record writer that can write key/value data to different output filesNullOutputFormat.getRecordWriter(FileSystem ignored, JobConf job, String name, Progressable progress) -
Uses of Progressable in org.apache.hadoop.mapred.lib.db
Methods in org.apache.hadoop.mapred.lib.db with parameters of type ProgressableModifier and TypeMethodDescriptionDBOutputFormat.getRecordWriter(FileSystem filesystem, JobConf job, String name, Progressable progress) Get theRecordWriterfor the given job. -
Uses of Progressable in org.apache.hadoop.mapreduce
Subinterfaces of Progressable in org.apache.hadoop.mapreduceModifier and TypeInterfaceDescriptioninterfaceMapContext<KEYIN,VALUEIN, KEYOUT, VALUEOUT> The context that is given to theMapper.interfaceReduceContext<KEYIN,VALUEIN, KEYOUT, VALUEOUT> The context passed to theReducer.interfaceThe context for task attempts.interfaceTaskInputOutputContext<KEYIN,VALUEIN, KEYOUT, VALUEOUT> A context object that allows input and output from the task.