| Interface | Description |
|---|---|
| StringInput |
Read string.
|
| StringOutput |
Write string.
|
| Class | Description |
|---|---|
| GzipFileStringInput |
Use gzip to read text files.
|
| GzipFileStringOutput |
Use gzip to compress the output text file.
|
| SnappyFileStringInput |
Use snappy to read text files.
|
| SnappyFileStringOutput |
Use snappy to compress the output text file.
|
| StringFileOutput |
Output string with file.
|
| Enum | Description |
|---|---|
| CompressionMode |
Compression mode supported by log files.
|