RawErasureCoderFactory@Private public class DummyRawErasureCoderFactory extends java.lang.Object implements RawErasureCoderFactory
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
CODER_NAME |
| Constructor | Description |
|---|---|
DummyRawErasureCoderFactory() |
| 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.
|
public static final java.lang.String CODER_NAME
public RawErasureEncoder createEncoder(ErasureCoderOptions coderOptions)
RawErasureCoderFactorycreateEncoder in interface RawErasureCoderFactorycoderOptions - the options used to create the encoderpublic RawErasureDecoder createDecoder(ErasureCoderOptions coderOptions)
RawErasureCoderFactorycreateDecoder in interface RawErasureCoderFactorycoderOptions - the options used to create the encoderpublic java.lang.String getCoderName()
RawErasureCoderFactorygetCoderName in interface RawErasureCoderFactorypublic java.lang.String getCodecName()
RawErasureCoderFactorygetCodecName in interface RawErasureCoderFactoryCopyright © 2008–2025 Apache Software Foundation. All rights reserved.