Package org.apache.accumulo.core.file.streams
-
Interface Summary Interface Description PositionedOutput For any byte sink (but especially OutputStream), the ability to report how many bytes have been sunk. -
Class Summary Class Description BoundedRangeFileInputStream BoundedRangeFIleInputStream abstracts a contiguous region of a Hadoop FSDataInputStream as a regular input stream.PositionedDataOutputStream PositionedOutputs Utility functions forPositionedOutput
.RateLimitedInputStream A decorator for anInputStream
which limits the rate at which reads are performed.RateLimitedOutputStream A decorator forOutputStream
which limits the rate at which data may be written.SeekableDataInputStream