com.snowplowanalytics.iglu.client.repositories

EmbeddedRepositoryRef

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

Instance Constructors

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

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. val classPriority: Int

    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
  8. def clone(): AnyRef

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

    Our configuration for this RepositoryRef

    Our configuration for this RepositoryRef

    Definition Classes
    EmbeddedRepositoryRefRepositoryRef
  10. val descriptor: String

    Human-readable descriptor for this type of repository ref.

    Human-readable descriptor for this type of repository ref.

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

    Definition Classes
    AnyRef
  12. def finalize(): Unit

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

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

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

    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
  16. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  19. val path: String

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

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

    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
  22. def vendorMatched(schemaKey: SchemaKey): Boolean

    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
  23. final def wait(): Unit

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

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

    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