Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
interface AvroCompressionConfigurationProvider
Link copied to clipboard
data class AvroFormatBzip2CodecSpecification(val type: AvroFormatCompressionCodecSpecification.Type = Type.BZIP2) : AvroFormatCompressionCodecSpecification
Link copied to clipboard
Link copied to clipboard
data class AvroFormatDeflateCodecSpecification(val type: AvroFormatCompressionCodecSpecification.Type = Type.DEFLATE, val compressionLevel: Int = 0) : AvroFormatCompressionCodecSpecification
Link copied to clipboard
data class AvroFormatNoCompressionCodecSpecification(val type: AvroFormatCompressionCodecSpecification.Type = Type.NO_COMPRESSION) : AvroFormatCompressionCodecSpecification
Link copied to clipboard
data class AvroFormatSnappyCodecSpecification(val type: AvroFormatCompressionCodecSpecification.Type = Type.SNAPPY) : AvroFormatCompressionCodecSpecification
Link copied to clipboard
data class AvroFormatXzCodecSpecification(val type: AvroFormatCompressionCodecSpecification.Type = Type.XZ, val compressionLevel: Int = 6) : AvroFormatCompressionCodecSpecification
Link copied to clipboard
data class AvroFormatZstandardCodecSpecification(val type: AvroFormatCompressionCodecSpecification.Type = Type.ZSTANDARD, val compressionLevel: Int = 3, val includeChecksum: Boolean = false) : AvroFormatCompressionCodecSpecification