org.apache.spark.io

CompressionCodec

trait CompressionCodec extends AnyRef

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

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. CompressionCodec
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def compressedInputStream(s: InputStream): InputStream

  2. abstract def compressedOutputStream(s: OutputStream): OutputStream