Package

swaydb.core.map

serializer

Permalink

package serializer

Visibility
  1. Public
  2. All

Type Members

  1. class AppendixMapEntryReader extends AnyRef

    Permalink
  2. trait MapEntryReader[T <: MapEntry[_, _]] extends AnyRef

    Permalink
    Annotations
    @implicitNotFound( ... )
  3. trait MapEntryWriter[T <: MapEntry[_, _]] extends AnyRef

    Permalink
    Annotations
    @implicitNotFound( ... )
  4. sealed trait RangeValueId extends AnyRef

    Permalink
  5. sealed trait RangeValueSerializer[F, R] extends AnyRef

    Permalink
    Annotations
    @implicitNotFound( ... )
  6. sealed trait ValueSerializer[T] extends AnyRef

    Permalink
    Annotations
    @implicitNotFound( ... )

Value Members

  1. object AppendixMapEntryReader

    Permalink
  2. object AppendixMapEntryWriter

    Permalink
  3. object FunctionFunctionRange extends RangeValueId with Product with Serializable

    Permalink
  4. object FunctionPendingApplyRange extends RangeValueId with Product with Serializable

    Permalink
  5. object FunctionRange extends RangeValueId with Product with Serializable

    Permalink
  6. object FunctionRemoveRange extends RangeValueId with Product with Serializable

    Permalink
  7. object FunctionUpdateRange extends RangeValueId with Product with Serializable

    Permalink
  8. object LevelZeroMapEntryReader

    Permalink
  9. object LevelZeroMapEntryWriter

    Permalink

    TODO move to using varints and see if that makes a difference in performance.

  10. object MapEntryReader

    Permalink
  11. object MapEntryWriter

    Permalink
  12. object PendingApplyFunctionRange extends RangeValueId with Product with Serializable

    Permalink
  13. object PendingApplyPendingApplyRange extends RangeValueId with Product with Serializable

    Permalink
  14. object PendingApplyRange extends RangeValueId with Product with Serializable

    Permalink
  15. object PendingApplyRemoveRange extends RangeValueId with Product with Serializable

    Permalink
  16. object PendingApplyUpdateRange extends RangeValueId with Product with Serializable

    Permalink
  17. object PutFunctionRange extends RangeValueId with Product with Serializable

    Permalink
  18. object PutPendingApplyRange extends RangeValueId with Product with Serializable

    Permalink
  19. object PutRange extends RangeValueId with Product with Serializable

    Permalink
  20. object PutRemoveRange extends RangeValueId with Product with Serializable

    Permalink
  21. object PutUpdateRange extends RangeValueId with Product with Serializable

    Permalink
  22. object RangeValueId

    Permalink
  23. object RangeValueSerializer

    Permalink
  24. object RemoveFunctionRange extends RangeValueId with Product with Serializable

    Permalink
  25. object RemovePendingApplyRange extends RangeValueId with Product with Serializable

    Permalink
  26. object RemoveRange extends RangeValueId with Product with Serializable

    Permalink
  27. object RemoveRemoveRange extends RangeValueId with Product with Serializable

    Permalink
  28. object RemoveUpdateRange extends RangeValueId with Product with Serializable

    Permalink
  29. object TimerMapEntryReader

    Permalink
  30. object TimerMapEntryWriter

    Permalink
  31. object UpdateFunctionRange extends RangeValueId with Product with Serializable

    Permalink
  32. object UpdatePendingApplyRange extends RangeValueId with Product with Serializable

    Permalink
  33. object UpdateRange extends RangeValueId with Product with Serializable

    Permalink
  34. object UpdateRemoveRange extends RangeValueId with Product with Serializable

    Permalink
  35. object UpdateUpdateRange extends RangeValueId with Product with Serializable

    Permalink
  36. object ValueSerializer

    Permalink

Ungrouped