Packages

t

org.apache.spark.io

CompressionCodec

trait CompressionCodec extends AnyRef

Developer API

CompressionCodec allows the customization of choosing different compression implementations to be used in block storage.

Annotations
@DeveloperApi()
Source
CompressionCodec.scala
Note

The wire protocol for a codec is not guaranteed compatible across versions of Spark. This is intended for use as an internal compression utility within a single Spark application.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CompressionCodec
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def compressedInputStream(s: InputStream): InputStream
  2. abstract def compressedOutputStream(s: OutputStream): OutputStream