com.opendatagroup.hadrian

shared

package shared

Visibility
  1. Public
  2. All

Type Members

  1. case class I(i: Int) extends PathIndex with Product with Serializable

    Represents an array index.

  2. case class M(k: String) extends PathIndex with Product with Serializable

    Represents a map key.

  3. trait PathIndex extends AnyRef

    Trait for path indexes (array indexes, map keys, and record field names).

  4. case class R(f: String) extends PathIndex with Product with Serializable

    Represents a record field name.

  5. abstract class SharedMap extends AnyRef

    An abstract class for shared memory whose update granularity is one item in the map.

  6. class SharedMapInMemory extends SharedMap

    Concrete subclass of SharedMap that implements sharing within one JVM using a java.util.concurrent.ConcurrentHashMap.

  7. class SharedState extends AnyRef

    Represents the state of a collection of PFA cells and pools, usually the ones that are shared across multiple instances.

Ungrouped