package stored
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class Stored(type: StoredType, bb: ByteBuffer, values: Map[String, StoredValue]) extends Product with Serializable
- class StoredDataManager extends DataManager[Stored]
- case class StoredType(types: Vector[ValueTypeEntry]) extends Product with Serializable
- case class StoredValue(offset: Int, type: ValueType[_]) extends Product with Serializable
- trait ValueType[V] extends AnyRef
- case class ValueTypeEntry(name: String, type: ValueType[_]) extends Product with Serializable