Package

swaydb

java

Permalink

package java

Visibility
  1. Public
  2. All

Type Members

  1. trait KeyComparator[K] extends Comparator[K]

    Permalink
  2. case class Map[K, V, F](_asScala: swaydb.Map[K, V, _, Less]) extends Product with Serializable

    Permalink

    IOMap database API.

    IOMap database API.

    For documentation check - http://swaydb.io/bag/

  3. trait PureFunction[+K, +V, +R <: Return[V]] extends AnyRef

    Permalink
  4. case class Queue[A](asScala: swaydb.Queue[A]) extends Product with Serializable

    Permalink
  5. sealed trait Return[+V] extends AnyRef

    Permalink

    Returns types for swaydb.java.PureFunction

  6. case class Set[A, F](_asScala: swaydb.Set[A, _, Less]) extends Product with Serializable

    Permalink

    Set database API.

    Set database API.

    For documentation check - http://swaydb.io/

Value Members

  1. object Interop

    Permalink
  2. object KeyComparator

    Permalink
  3. object KeyOrderConverter

    Permalink
    Attributes
    protected
  4. object Prepare

    Permalink
  5. object PureFunction

    Permalink

    Function types for SwayDB.

    Function types for SwayDB.

    Your registered functions should implement one of the these functions that informs SwayDB of target data for the on the applied key should be read to execute the function.

  6. object Return

    Permalink
  7. object ScalaMapToJavaMapOutputConverter

    Permalink
    Attributes
    protected
  8. object StorageUnits

    Permalink
  9. package eventually

    Permalink
  10. package memory

    Permalink
  11. package persistent

    Permalink
  12. package serializers

    Permalink

Ungrouped