Class/Object

com.snowplowanalytics.iglu.client.repositories

EmbeddedRepositoryRef

Related Docs: object EmbeddedRepositoryRef | package repositories

Permalink

case class EmbeddedRepositoryRef(config: RepositoryRefConfig, path: String) extends RepositoryRef with Product with Serializable

An embedded repository is one which is embedded inside the calling code, e.g. inside the jar's resources folder.

Linear Supertypes
Serializable, Serializable, Product, Equals, RepositoryRef, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EmbeddedRepositoryRef
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. RepositoryRef
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EmbeddedRepositoryRef(config: RepositoryRefConfig, path: String)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val classPriority: Int

    Permalink

    Prioritize searching this class of repository because it is low cost.

    Prioritize searching this class of repository because it is low cost.

    Definition Classes
    EmbeddedRepositoryRefRepositoryRef
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val config: RepositoryRefConfig

    Permalink

    Our configuration for this RepositoryRef

    Our configuration for this RepositoryRef

    Definition Classes
    EmbeddedRepositoryRefRepositoryRef
  8. val descriptor: String

    Permalink

    Human-readable descriptor for this type of repository ref.

    Human-readable descriptor for this type of repository ref.

    Definition Classes
    EmbeddedRepositoryRefRepositoryRef
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. def lookupSchema(schemaKey: SchemaKey): Validated[Option[JsonNode]]

    Permalink

    Retrieves an IgluSchema from the Iglu Repo as a JsonNode.

    Retrieves an IgluSchema from the Iglu Repo as a JsonNode.

    schemaKey

    The SchemaKey uniquely identifies the schema in Iglu

    returns

    a Validation boxing either the Schema's JsonNode on Success, or an error String on Failure

    Definition Classes
    EmbeddedRepositoryRefRepositoryRef
  14. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. val path: String

    Permalink
  18. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  19. def unsafeLookupSchema(schemaKey: SchemaKey): JsonNode

    Permalink

    Retrieves an IgluSchema from the Iglu Repo as a JsonNode.

    Retrieves an IgluSchema from the Iglu Repo as a JsonNode. Unsafe - only use when you know the schema is available locally.

    schemaKey

    The SchemaKey uniquely identifies the schema in Iglu

    returns

    the JsonNode representing this schema

    Definition Classes
    RepositoryRef
  20. def vendorMatched(schemaKey: SchemaKey): Boolean

    Permalink

    Helper to check if this repository should take priority because of a vendor prefix match.

    Helper to check if this repository should take priority because of a vendor prefix match. Returns true if we matched our schema's vendor in the list of vendor prefixes.

    schemaKey

    The SchemaKey uniquely identifying the schema in Iglu. We will use the vendor within the SchemaKey to match against our prefixes

    returns

    whether this is a priority lookup or not

    Definition Classes
    RepositoryRef
  21. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from RepositoryRef

Inherited from AnyRef

Inherited from Any

Ungrouped