package
niflheim
Type Members
-
case class
ArraySegment[A](blockid: Long, cpath: CPath, ctype: CValueType[A], defined: BitSet, values: Array[A]) extends ValueSegment[A] with Product with Serializable
-
case class
Block(id: Long, segments: Seq[Segment], stable: Boolean) extends Product with Serializable
-
case class
BooleanSegment(blockid: Long, cpath: CPath, defined: BitSet, values: BitSet, length: Int) extends ValueSegment[Boolean] with Product with Serializable
-
case class
CTree(path: CPath, fields: Map[String, CTree], indices: ArrayBuffer[CTree], types: Map[CType, Int]) extends Product with Serializable
-
final
case class
Chef(blockFormat: CookedBlockFormat, format: SegmentFormat) extends Actor with Product with Serializable
-
trait
Chunker extends AnyRef
-
case class
CompleteCook(blockId: Long) extends TXLogEntry with Product with Serializable
-
-
final
case class
Cooked(blockid: Long, seqId: Long, root: File, metadata: File, onComplete: () ⇒ Unit) extends Product with Serializable
-
final
class
CookedBlock extends AnyRef
-
-
case class
CookedBlockMetadata(blockid: Long, length: Int, segments: Array[(SegmentId, File)]) extends Product with Serializable
-
-
case class
Insert(batch: Seq[Batch], responseRequested: Boolean) extends Product with Serializable
-
sealed
trait
InsertResult extends AnyRef
-
case class
Inserted(offset: Long, size: Int) extends InsertResult with Product with Serializable
-
trait
NIHDB extends AnyRef
-
-
case class
NullSegment(blockid: Long, cpath: CPath, ctype: CNullType, defined: BitSet, length: Int) extends Segment with Product with Serializable
-
final
case class
Prepare(blockid: Long, seqId: Long, root: File, source: StorageReader, onComplete: () ⇒ Unit) extends Product with Serializable
-
-
-
trait
Reduction[A] extends AnyRef
-
sealed
trait
Segment extends AnyRef
-
-
case class
SegmentId(blockid: Long, cpath: CPath, ctype: CType) extends Product with Serializable
-
-
-
case class
Segments(id: Long, length: Int, t: CTree, a: ArrayBuffer[Segment]) extends Product with Serializable
-
final
case class
Spoilt(blockid: Long, seqId: Long, onComplete: () ⇒ Unit) extends Product with Serializable
-
case class
StartCook(blockId: Long) extends TXLogEntry with Product with Serializable
-
case class
Status(cooked: Int, pending: Int, rawSize: Int) extends Product with Serializable
-
-
case class
Structure(columns: Set[(CPath, CType)]) extends Product with Serializable
-
sealed
trait
TXLogEntry extends AnyRef
-
-
-
-
trait
Versioning extends AnyRef
Value Members
-
object
CTree extends Serializable
-
-
object
Cook extends Product with Serializable
-
-
-
-
object
GetSnapshot extends Product with Serializable
-
object
GetStatus extends Product with Serializable
-
object
GetStructure extends Product with Serializable
-
-
-
object
Quiesce extends Product with Serializable
-
-
-
object
Segments extends Serializable
-
object
Skipped extends InsertResult with Product with Serializable
-
object
TXLogEntry extends Logging
-
-
Inherited from AnyRef
Inherited from Any