Package org.apache.hadoop.io.erasurecode


package org.apache.hadoop.io.erasurecode
  • Classes
    Class
    Description
    org.apache.hadoop.io.erasurecode.CodecRegistry
    This class registers all coder implementations.
    org.apache.hadoop.io.erasurecode.CodecUtil
    A codec & coder utility to help create coders conveniently.
    org.apache.hadoop.io.erasurecode.ECBlock
    A wrapper of block level data source/output that ECChunks can be extracted from.
    org.apache.hadoop.io.erasurecode.ECBlockGroup
    A group of blocks or ECBlock incurred in an erasure coding task.
    org.apache.hadoop.io.erasurecode.ECChunk
    A wrapper for ByteBuffer or bytes array for an erasure code chunk.
    Erasure coding schema to housekeeper relevant information.
    org.apache.hadoop.io.erasurecode.ErasureCodeConstants
    Constants related to the erasure code feature.
    org.apache.hadoop.io.erasurecode.ErasureCodecOptions
    Erasure codec options.
    org.apache.hadoop.io.erasurecode.ErasureCodeNative
    Erasure code native libraries (for now, Intel ISA-L) related utilities.
    org.apache.hadoop.io.erasurecode.ErasureCoderOptions
    Erasure coder configuration that maintains schema info and coder options.