DummyRawErasureCoderFactory, NativeRSRawErasureCoderFactory, NativeXORRawErasureCoderFactory, RSLegacyRawErasureCoderFactory, RSRawErasureCoderFactory, XORRawErasureCoderFactory@Private
public interface RawErasureCoderFactory
| Modifier and Type | Method | Description |
|---|---|---|
RawErasureDecoder |
createDecoder(ErasureCoderOptions coderOptions) |
Create raw erasure decoder.
|
RawErasureEncoder |
createEncoder(ErasureCoderOptions coderOptions) |
Create raw erasure encoder.
|
java.lang.String |
getCodecName() |
Get the name of its codec.
|
java.lang.String |
getCoderName() |
Get the name of the coder.
|
RawErasureEncoder createEncoder(ErasureCoderOptions coderOptions)
coderOptions - the options used to create the encoderRawErasureDecoder createDecoder(ErasureCoderOptions coderOptions)
coderOptions - the options used to create the encoderjava.lang.String getCoderName()
java.lang.String getCodecName()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.