Package

quasar.yggdrasil

jdbm3

Permalink

package jdbm3

Visibility
  1. Public
  2. All

Type Members

  1. trait ColumnDecoder extends AnyRef

    Permalink
  2. trait ColumnEncoder extends AnyRef

    Permalink
  3. trait IdentitiesRowFormat extends RowFormat

    Permalink
  4. class JDBMRawSortProjection[M[+_]] extends ProjectionLike[M, Slice] with Logging

    Permalink

    A Projection wrapping a raw JDBM TreeMap index used for sorting.

    A Projection wrapping a raw JDBM TreeMap index used for sorting. It's assumed that the index has been created and filled prior to creating this wrapper.

  5. trait RowFormat extends AnyRef

    Permalink
  6. trait RowFormatCodecs extends StdCodecs

    Permalink
  7. trait RowFormatSupport extends AnyRef

    Permalink
  8. final case class SortingKeyComparator(rowFormat: RowFormat, ascending: Boolean) extends Comparator[Array[Byte]] with Product with Serializable

    Permalink
  9. trait SortingRowFormat extends RowFormat with StdCodecs with RowFormatSupport

    Permalink

    This is a row format that is optimized for quickly comparing 2 encoded rows (ie.

    This is a row format that is optimized for quickly comparing 2 encoded rows (ie. byte arrays).

  10. trait StdCodecs extends AnyRef

    Permalink

    Defines a base set of codecs that are often used in RowFormats.

  11. trait ValueRowFormat extends RowFormat with RowFormatSupport

    Permalink
  12. class VicciniException extends IOException

    Permalink

Value Members

  1. object ByteArraySerializer extends Serializer[Array[Byte]] with Serializable

    Permalink
  2. object JDBMProjection

    Permalink
  3. object JDBMSlice

    Permalink
  4. object RowFormat

    Permalink
  5. object SortingRowFormat

    Permalink

Ungrouped