| Interface | Description |
|---|---|
| IArchiveBuffer |
This interface defines the contract for marshaling incoming data (i.e.
|
| Class | Description |
|---|---|
| AbstractArchiveBuffer | |
| AvroParquetArchiveBuffer |
The
AvroParquetArchiveBuffer writes its content into S3 cluster or Filesystem. |
| CephGzipArchiveBuffer |
The
CephGzipArchiveBuffer writes its content into a Ceph cluster. |
| GzipArchiveBuffer |
The Gzip archiver creates a RAM byte array with gzip compressed batch content before writing to file (no streaming).
|
| PlainArchiveBuffer |
The plain archiver simply creates a RAM byte array with the batch content.
|
| S3ArchiveBuffer |
The plain archiver simply creates a RAM byte array with the batch content.
|
| StreamingGzipArchiveBuffer |
A streaming gzip output file archiver.
|
Copyright © 2023. All rights reserved.