Package

it.agilelab.darwin

common

Permalink

package common

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. common
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Connector extends Serializable

    Permalink

    Generic abstraction of a component capable of reading and writing Schema entities in an external storage.

    Generic abstraction of a component capable of reading and writing Schema entities in an external storage. The external storage should keep at least the ID (Long) and the schema (Schema) for each entry.

  2. trait ConnectorCreator extends AnyRef

    Permalink

    A generic interface used to create the Connector found in the classpath.

  3. trait DarwinConcurrentHashMap[K, V] extends AnyRef

    Permalink

    A thread safe lock-free concurrent map that exposes only getOrElseUpdate and getOrElse methods It is backed by either a scala.collection.concurrent.TrieMap or java.util.concurrent.ConcurrentHashMap depending on the JVM that executes Darwin.

    A thread safe lock-free concurrent map that exposes only getOrElseUpdate and getOrElse methods It is backed by either a scala.collection.concurrent.TrieMap or java.util.concurrent.ConcurrentHashMap depending on the JVM that executes Darwin. JVM 8 or later use java's ConcurrentHashMap while earlier versions use scala's TrieMap

    Obtain the "correct" instance using

    DarwinConcurrentHashMap.empty

    factory method.

    DarwinConcurrentHashMap.empty }}}

  4. trait Logging extends AnyRef

    Permalink

Value Members

  1. object ConnectorFactory extends Logging

    Permalink

    Used to obtain the correct implementation of Connector found on the classpath using the ConnectorCreator

  2. object DarwinConcurrentHashMap

    Permalink
  3. final val INT_SIZE: Int(4)

    Permalink
  4. object JavaVersion

    Permalink
  5. final val LONG_SIZE: Int(8)

    Permalink
  6. object SchemaReader

    Permalink
  7. package compat

    Permalink

    Converters java <-> scala that works between 2.10, 2.11, 2.12, 2.13

  8. def using[A <: AutoCloseable, B](closeable: A)(f: (A) ⇒ B): B

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped