abstract class Api extends Serializable
- Alphabetic
- By Inheritance
- Api
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Api(userConf: Map[String, String])
Abstract Value Members
- abstract def externalRegistry: ExternalSourceRegistry
- abstract def genKvStore: KVStore
- abstract def logResponse(resp: LoggableResponse): Unit
logged responses should be made available to an offline log table in Hive with columns key_bytes, value_bytes, ts_millis, join_name, schema_hash and ds (date string) partitioned by
join_name
andds
Note the camel case to snake case conversion: Hive doesn't like camel case.logged responses should be made available to an offline log table in Hive with columns key_bytes, value_bytes, ts_millis, join_name, schema_hash and ds (date string) partitioned by
join_name
andds
Note the camel case to snake case conversion: Hive doesn't like camel case. The key bytes and value bytes will be transformed by chronon to human readable columns for each join. <team_namespace>.<join_name>_logged To measure consistency - a Side-by-Side comparison table will be created at <team_namespace>.<join_name>_comparison Consistency summary will be available in <logTable>_consistency_summary - abstract def streamDecoder(groupByServingInfoParsed: GroupByServingInfoParsed): StreamDecoder
Concrete 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- final def buildFetcher(debug: Boolean = false): Fetcher
- final def buildJavaFetcher(): JavaFetcher
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- lazy val fetcher: Fetcher
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- 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()
- def setTimeout(millis: Long): Unit
- 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(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()