| Package | Description |
|---|---|
| org.apache.flink.api.common.io | |
| org.apache.flink.api.common.io.compression |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,InflaterInputStreamFactory<?>> |
FileInputFormat.INFLATER_INPUT_STREAM_FACTORIES
A mapping of file extensions to decompression algorithms based on DEFLATE.
|
| Modifier and Type | Method and Description |
|---|---|
protected static InflaterInputStreamFactory<?> |
FileInputFormat.getInflaterInputStreamFactory(String fileExtension) |
| Modifier and Type | Method and Description |
|---|---|
static void |
FileInputFormat.registerInflaterInputStreamFactory(String fileExtension,
InflaterInputStreamFactory<?> factory)
Registers a decompression algorithm through a
InflaterInputStreamFactory
with a file extension for transparent decompression. |
| Modifier and Type | Class and Description |
|---|---|
class |
DeflateInflaterInputStreamFactory
Factory for input streams that decompress the "deflate" compression format.
|
class |
GzipInflaterInputStreamFactory
Factory for input streams that decompress the GZIP compression format.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.