it.agilelab.darwin

common

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait Connector extends Serializable

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

  2. trait ConnectorCreator extends AnyRef

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

  3. trait DarwinConcurrentHashMap[K, V] extends AnyRef

    A thread safe lock-free concurrent map that exposes only getOrElseUpdate and getOrElse methods It is backed by either a scala.

  4. trait Logging extends AnyRef

Value Members

  1. object ConnectorFactory extends Logging

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

  2. object DarwinConcurrentHashMap

  3. final val INT_SIZE: Int(4)

  4. object JavaVersion

  5. final val LONG_SIZE: Int(8)

  6. object SchemaReader

  7. package compat

    Converters java <-> scala that works between 2.

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

Inherited from AnyRef

Inherited from Any

Ungrouped