class Fetcher extends FetcherBase
- Alphabetic
- By Inheritance
- Fetcher
- FetcherBase
- MetadataStore
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Fetcher(kvStore: KVStore, metaDataSet: String, timeoutMillis: Long = 10000, logFunc: Consumer[LoggableResponse] = null, debug: Boolean = false, externalSourceRegistry: ExternalSourceRegistry = null)
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
- def buildJoinCodec(joinConf: Join): JoinCodec
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val dataset: String
- Definition Classes
- MetadataStore
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit val executionContext: ExecutionContext
- Definition Classes
- MetadataStore
- val externalSourceRegistry: ExternalSourceRegistry
- def fetchColumns(columnSpecs: Seq[ColumnSpec]): Future[Map[ColumnSpec, Response]]
Fetch method to simulate a random access interface for Chronon by distributing requests to relevant GroupBys.
Fetch method to simulate a random access interface for Chronon by distributing requests to relevant GroupBys. This is a batch API which allows the caller to provide a sequence of ColumnSpec queries and receive a mapping of results.
TODO: Metrics TODO: Collection identifier for metrics TODO: Consider removing prefix interface for this method TODO: Consider using simpler response type since mapping is redundant
- columnSpecs
– batch of ColumnSpec queries
- returns
Future map of query to GroupBy response
- Definition Classes
- FetcherBase
- def fetchConsistencyMetricsTimeseries(joinRequest: StatsRequest): Future[SeriesStatsResponse]
Main endpoint for fetching OOC metrics stats or drifts.
- def fetchExternal(joinRequests: Seq[Request]): Future[Seq[Response]]
- def fetchGroupBys(requests: Seq[Request]): Future[Seq[Response]]
- Definition Classes
- FetcherBase
- def fetchJoin(requests: Seq[Request]): Future[Seq[Response]]
- Definition Classes
- Fetcher → FetcherBase
- def fetchLogStatsTimeseries(joinRequest: StatsRequest): Future[SeriesStatsResponse]
Main endpoint for fetching logging stats or drifts.
- def fetchStatsTimeseries(joinRequest: StatsRequest): Future[SeriesStatsResponse]
Main endpoint for fetching backfill tables stats or drifts.
- 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 getConf[T <: TBase[_, _]](confPathOrName: String)(implicit arg0: Manifest[T]): Try[T]
- Definition Classes
- MetadataStore
- lazy val getGroupByServingInfo: TTLCache[String, Try[GroupByServingInfoParsed]]
- Definition Classes
- MetadataStore
- lazy val getJoinCodecs: TTLCache[String, Try[JoinCodec]]
- lazy val getJoinConf: TTLCache[String, Try[JoinOps]]
- Definition Classes
- MetadataStore
- def getSchemaFromKVStore(dataset: String, key: String): AvroCodec
- Definition Classes
- MetadataStore
- lazy val getStatsSchemaFromKVStore: TTLCache[(String, String), AvroCodec]
- Definition Classes
- MetadataStore
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val kvStore: KVStore
- implicit lazy val logger: Logger
- Definition Classes
- MetadataStore
- Annotations
- @transient()
- 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 parseName(path: String): Option[String]
- Definition Classes
- MetadataStore
- def pathToKey(confPath: String): String
- Definition Classes
- MetadataStore
- def putConf(configPath: String): Future[Seq[Boolean]]
- Definition Classes
- MetadataStore
- def putJoinConf(join: Join): Unit
- Definition Classes
- MetadataStore
- def reportKvResponse(ctx: Context, response: Seq[TimedValue], queryTsMillis: Long, latencyMillis: Long, totalResponseBytes: Int): Unit
- Definition Classes
- FetcherBase
- def setPartitionMeta(format: String): Unit
- Definition Classes
- MetadataStore
- def setPartitionMeta(format: String, spanMillis: Long): Unit
- Definition Classes
- MetadataStore
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toBatchIr(bytes: Array[Byte], gbInfo: GroupByServingInfoParsed): FinalBatchIr
- Definition Classes
- FetcherBase
- 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()