package core
Ordering
- Alphabetic
Visibility
- Public
- Protected
Package Members
Type Members
- class ConstantCalculator extends Serializable
- class Dictionary extends StrictLogging
- trait ExternalLinkService[T <: ExternalLink] extends AnyRef
- class FlatQueryEngine extends AnyRef
- class IteratorMapReducible extends MapReducible[Iterator]
- class LimitIterator extends AbstractIterator[BatchDataset]
- trait MapReducible[Collection[_]] extends Serializable
Defines basic operations on
Collection
Defines basic operations on
Collection
- Collection
collection for which operations are defined
- case class PreparedCommand(statement: Statement, value: Map[Int, Parameter], fieldNames: Seq[String], fieldTypes: Seq[DataType]) extends PreparedStatement with Product with Serializable
- case class PreparedSelect(query: Query, params: IndexedSeq[Any]) extends PreparedStatement with Product with Serializable
- sealed trait PreparedStatement extends AnyRef
- class QueryContext extends Serializable
- class QueryEngineRouter extends AnyRef
- case class SimpleTsdbConfig(collectMetrics: Boolean = false, metricsUpdateInterval: Int = 30000, extractBatchSize: Int = 10000, putBatchSize: Int = 10000, putEnabled: Boolean = false, maxRegions: Int = 50, reduceLimit: Int = Int.MaxValue, needCheckSchema: Boolean = true, compression: String = "snappy", dbEngine: String = "hbase") extends TsdbConfig with Product with Serializable
- class TSDB extends TsdbBase with StrictLogging
- trait TsdbBase extends StrictLogging
Core of time series database processing pipeline.
- trait TsdbConfig extends AnyRef
- trait TsdbResultBase[T[_]] extends AnyRef
- class TsdbServerResult extends Result with TsdbResultBase[Iterator]
Value Members
- case object EmptyQuery extends PreparedStatement with Product with Serializable
- object IteratorMapReducible extends Serializable
- object QueryOptimizer