Class RateLimitedInputStream

  • All Implemented Interfaces:
    Closeable, AutoCloseable, org.apache.hadoop.fs.Seekable

    public class RateLimitedInputStream
    extends FilterInputStream
    implements org.apache.hadoop.fs.Seekable
    A decorator for an InputStream which limits the rate at which reads are performed.