Package org.apache.hadoop.io.file.tfile


package org.apache.hadoop.io.file.tfile
  • Class
    Description
    org.apache.hadoop.io.file.tfile.BoundedRangeFileInputStream
    BoundedRangeFIleInputStream abstracts a contiguous region of a Hadoop FSDataInputStream as a regular input stream.
    org.apache.hadoop.io.file.tfile.ByteArray
    Adaptor class to wrap byte-array backed objects (including java byte array) as RawComparable objects.
    org.apache.hadoop.io.file.tfile.Compression
    Compression related stuff.
    Compression algorithms.
    Exception - Meta Block with the same name already exists.
    Exception - No such Meta Block with the given name.
    Interface for objects that can be compared through RawComparator.
    org.apache.hadoop.io.file.tfile.SimpleBufferedOutputStream
    A simplified BufferedOutputStream with borrowed buffer, and allow users to see how much data have been buffered.
    A TFile is a container of key-value pairs.
    org.apache.hadoop.io.file.tfile.TFile.Reader
    TFile Reader.
    org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner
    The TFile Scanner.
    org.apache.hadoop.io.file.tfile.TFile.Writer
    TFile Writer.
    Supporting Utility classes used by TFile, and shared by users of TFile.
    org.apache.hadoop.io.file.tfile.Utils.Version
    A generic Version class.