package utils
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- utils
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class KeySelector(raw: com.apple.foundationdb.KeySelector, ksType: KeySelectorType, subspace: Subspace) extends Product with Serializable
- sealed trait KeySelectorType extends AnyRef
- case class KeyValue[K, V](key: K, value: V) extends Product with Serializable
- case class SelectedKey[K](maybeSubspace: Option[Subspace], key: K) extends Product with Serializable
- case class SubspaceKeyValue[K, V](key: K, value: V, subspace: Option[Subspace]) extends Product with Serializable
Value Members
- object FDBObject
- object GreaterOrEqual extends KeySelectorType with Product with Serializable
- object GreaterThan extends KeySelectorType with Product with Serializable
- object KeySelector extends Serializable
- object KeyValue extends Serializable
- object LessOrEqual extends KeySelectorType with Product with Serializable
- object LessThan extends KeySelectorType with Product with Serializable
- object SelectedKey extends Serializable
- object SubspaceKey
- object SubspaceKeyValue extends Serializable