- LineReader - Class in org.apache.hadoop.util
-
A class that provides a line reader from an input stream.
- LineReader(InputStream) - Constructor for class org.apache.hadoop.util.LineReader
-
Create a line reader that reads from the given stream using the
default buffer-size (64k).
- LineReader(InputStream, int) - Constructor for class org.apache.hadoop.util.LineReader
-
Create a line reader that reads from the given stream using the
given buffer-size.
- LineReader(InputStream, Configuration) - Constructor for class org.apache.hadoop.util.LineReader
-
Create a line reader that reads from the given stream using the
io.file.buffer.size specified in the given
Configuration.
- LineReader(InputStream, byte[]) - Constructor for class org.apache.hadoop.util.LineReader
-
Create a line reader that reads from the given stream using the
default buffer-size, and using a custom delimiter of array of
bytes.
- LineReader(InputStream, int, byte[]) - Constructor for class org.apache.hadoop.util.LineReader
-
Create a line reader that reads from the given stream using the
given buffer-size, and using a custom delimiter of array of
bytes.
- LineReader(InputStream, Configuration, byte[]) - Constructor for class org.apache.hadoop.util.LineReader
-
Create a line reader that reads from the given stream using the
io.file.buffer.size specified in the given
Configuration, and using a custom delimiter of array of
bytes.
- log - Static variable in class org.apache.hadoop.fs.FinalizerService
-
- log - Static variable in class org.apache.hadoop.fs.PrestoFileSystemCache
-