object Catalog
Identifier to refer to a catalog in the compiler configuration.
- Alphabetic
- By Inheritance
- Catalog
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- type AdditionalField = Catalog.AdditionalField.Value
-
type
Id = Symbol
The ID of a catalog is an internal identifier that does not affect anything outside: it is not committed and is not retrieved.
The ID of a catalog is an internal identifier that does not affect anything outside: it is not committed and is not retrieved. It is just used to differentiate partition keys of different catalogs in the same RDD.
The developer is free to chose a unique catalog ID for each catalog managed by his/her software.
However, the ids chosen must be in sync with the EMR filter and with the configuration (json and command line), because the Driver parses them and presents them to the compilers, so the actual values must be the expected ones for the compilers to properly bind to the Catalog instances created by the Driver for them.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val Id: Symbol.type
-
def
apply(hrn: HRN, id: Id, appInfo: Option[AppInfo] = None, endpointLocatorSettings: Option[EndpointLocatorSettings] = None, statistics: Option[Statistics] = None, sc: SparkContext, additionalFields: Set[AdditionalField] = AdditionalField.defaultFields): Catalog
Creates a new Catalog instance.
Creates a new Catalog instance.
- hrn
The HRN of the catalog.
- id
The ID of the catalog.
- appInfo
Additional application configuration that some implementations may require.
- endpointLocatorSettings
Endpoint locator configuration that some implementations may require.
- statistics
Optional statistics container.
- sc
The Spark context.
- additionalFields
The set of AdditionalFields requested to the service when retrieving catalog metadata.
- returns
A new Catalog instance.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
object
AdditionalField extends Enumeration
Additional metadata field requested to the service and included in Partition.Meta.
-
object
ChangeHistoryDirection extends Enumeration
Change history search direction, needed by Catalog.queryPartitionChangeHistory.