Package

razie.base

data

Permalink

package data

Visibility
  1. Public
  2. All

Type Members

  1. class RiXmlUtils extends AnyRef

    Permalink
  2. class SafeFile[T] extends Logging

    Permalink

    safe log file - use it to safely store some records.

    safe log file - use it to safely store some records.

    NOTE that this in fact is just a playground and this is nowhere near safe... it's just a bunch of tests...

    will spawn a background thread that will read records from the file, to make sure they're there... unless the OS is messing with us

    Note that it will open/create automatically, when object is created

  3. class SomeRtException extends RuntimeException

    Permalink
  4. class TripleIdx[A, B, C] extends AnyRef

    Permalink

    a simple triple index: each A has a set of (B,C)*, so that a pair (A,B) identifies a unique C.

    a simple triple index: each A has a set of (B,C)*, so that a pair (A,B) identifies a unique C. This is often useful in applications to index data/configuration

    NOTE this is not mt-safe

  5. class XmlDoc extends AnyRef

    Permalink

Value Members

  1. object SafeFileApp extends App

    Permalink

Ungrouped