Packages

object Location

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def allLocations(schema: Schema): List[Location]
  5. def apply(schema: Schema, id: LocationId, dbms: String, params: List[String], dbSchemaOpt: Option[String], permit: LocationPermit): Location
  6. def apply(schema: Schema, id: LocationId, dbms: String, param: String, dbSchemaOpt: Option[String], config: List[(String, String)] = Nil, permit: LocationPermit = ReadWriteLocation): Location
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. def configLocation(param: String, locId: LocationId): Unit
  10. def dataCacheLocation(schema: Schema): Location
  11. def dataCacheLocationId: LocationId
  12. def defaultLocationId: LocationId
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def isActive(schema: Schema, id: LocationId): Boolean
  18. def isCache(locId: LocationId): Boolean
  19. def isDefault(locId: LocationId): Boolean
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isReserved(locId: LocationId): Boolean
  22. def isSystemExpr(relExpr: RelExpr): Boolean
  23. def locationIds(schema: Schema): List[LocationId]
  24. def locationOpt(schema: Schema, id: LocationId): Option[Location]
  25. def locationOpt(schema: Schema, id: String): Option[Location]
  26. def locations(schema: Schema): List[Location]
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. val reservedLocIds: List[LocationId]
  31. val schemaLocationId: LocationId
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. val tempLocationId: LocationId
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped