public class FilterPipeline
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static FilterPipeline |
NO_FILTERS |
Modifier and Type | Method and Description |
---|---|
byte[] |
decode(byte[] encodedData)
Applies all the filters in this pipeline to decode the data.
|
java.util.List<PipelineFilterWithData> |
getFilters() |
java.lang.String |
toString() |
public static final FilterPipeline NO_FILTERS
public byte[] decode(byte[] encodedData)
encodedData
- the data to be decodedHdfFilterException
- if the decode operation failspublic java.lang.String toString()
toString
in class java.lang.Object
public java.util.List<PipelineFilterWithData> getFilters()