class Fetcher extends BaseFetcher

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Fetcher
  2. BaseFetcher
  3. MetadataStore
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Fetcher(kvStore: KVStore, metaDataSet: String, timeoutMillis: Long = 10000, logFunc: Consumer[LoggableResponse] = null, debug: Boolean = false, externalSourceRegistry: ExternalSourceRegistry = null)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. val dataset: String
    Definition Classes
    MetadataStore
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. implicit val executionContext: ExecutionContext
    Definition Classes
    MetadataStore
  10. val externalSourceRegistry: ExternalSourceRegistry
  11. def fetchExternal(joinRequests: Seq[Request]): Future[Seq[Response]]
  12. def fetchGroupBys(requests: Seq[Request]): Future[Seq[Response]]
    Definition Classes
    BaseFetcher
  13. def fetchJoin(requests: Seq[Request]): Future[Seq[Response]]
    Definition Classes
    FetcherBaseFetcher
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getConf[T <: TBase[_, _]](confPathOrName: String)(implicit arg0: Manifest[T]): Try[T]
    Definition Classes
    MetadataStore
  17. def getConsistencyMetrics(joinConf: Join, fromDate: String): Future[Try[DataMetrics]]
    Definition Classes
    MetadataStore
  18. lazy val getGroupByServingInfo: TTLCache[String, Try[GroupByServingInfoParsed]]
    Definition Classes
    MetadataStore
  19. lazy val getJoinCodecs: TTLCache[String, Try[JoinCodec]]
  20. lazy val getJoinConf: TTLCache[String, Try[JoinOps]]
    Definition Classes
    MetadataStore
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. val kvStore: KVStore
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def parseName(path: String): Option[String]
    Definition Classes
    MetadataStore
  28. def pathToKey(confPath: String): String
    Definition Classes
    MetadataStore
  29. def putConf(configPath: String): Future[Seq[Boolean]]
    Definition Classes
    MetadataStore
  30. def putConsistencyMetrics(joinConf: Join, metrics: DataMetrics): Unit
    Definition Classes
    MetadataStore
  31. def putJoinConf(join: Join): Unit
    Definition Classes
    MetadataStore
  32. def reportKvResponse(ctx: Context, response: Seq[TimedValue], queryTsMillis: Long, latencyMillis: Long, totalResponseBytes: Int): Unit
    Definition Classes
    BaseFetcher
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toBatchIr(bytes: Array[Byte], gbInfo: GroupByServingInfoParsed): FinalBatchIr
    Definition Classes
    BaseFetcher
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from BaseFetcher

Inherited from MetadataStore

Inherited from AnyRef

Inherited from Any

Ungrouped