Package

swaydb.core

map

Permalink

package map

Visibility
  1. Public
  2. All

Type Members

  1. sealed case class RecoveryResult[T](item: T, result: IO[Unit]) extends Product with Serializable

    Permalink

    Files can be partially recovered based on the value set for RecoveryMode.

    Files can be partially recovered based on the value set for RecoveryMode.

    This instance stores the result of the recovery of the target DBFile and the result of each partial recovery.

    This instance will only contain failure if the file was partially recovered. If there was a full failure then a IO outside this instance should return the failure.

  2. trait SkipListMerger[K, V] extends AnyRef

    Permalink
    Annotations
    @implicitNotFound( ... )

Value Members

  1. package serializer

    Permalink

Ungrouped