Packages

o

geotrellis.store.avro

AvroEncoder

object AvroEncoder

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

Value Members

  1. def compress(bytes: Array[Byte]): Array[Byte]
  2. def decompress(bytes: Array[Byte]): Array[Byte]
  3. val deflater: Deflater
  4. def fromBinary[T](writerSchema: Schema, bytes: Array[Byte], uncompress: Boolean)(implicit arg0: AvroRecordCodec[T]): T
  5. def fromBinary[T](writerSchema: Schema, bytes: Array[Byte])(implicit arg0: AvroRecordCodec[T]): T
  6. def fromBinary[T](bytes: Array[Byte], uncompress: Boolean)(implicit arg0: AvroRecordCodec[T]): T
  7. def fromBinary[T](bytes: Array[Byte])(implicit arg0: AvroRecordCodec[T]): T
  8. def fromJson[T](json: String)(implicit arg0: AvroRecordCodec[T]): T
  9. def toBinary[T](thing: T, deflate: Boolean)(implicit arg0: AvroRecordCodec[T]): Array[Byte]
  10. def toBinary[T](thing: T)(implicit arg0: AvroRecordCodec[T]): Array[Byte]
  11. def toJson[T](thing: T)(implicit arg0: AvroRecordCodec[T]): String