case class SampledGorillaBlock extends GorillaBlock with Product with Serializable
GorillaBlock for series that have mostly similar validities. This can be stored more efficiently with a single GorillaArray. After decompression all entries will have the validity of the sample rate. This rate may include a bit of margin for jitter because individual validities will be trimmed at if they overlap once they are put into a 'TimeSeries'.
- Alphabetic
- By Inheritance
- SampledGorillaBlock
- Serializable
- Product
- Equals
- GorillaBlock
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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 clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def decompress: Stream[TSEntry[Double]]
Decompress this Gorilla encoded timeseries block into a lazily evaluated stream of TSEntries.
Decompress this Gorilla encoded timeseries block into a lazily evaluated stream of TSEntries.
- returns
a stream of TSEntry[Double]
- Definition Classes
- SampledGorillaBlock → GorillaBlock
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- 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 productElementNames: Iterator[String]
- Definition Classes
- Product
- val sampleRate: Long
- def serialize: Array[Byte]
- returns
the bytes for storing this block in binary format. This can be called multiple times.
- Definition Classes
- SampledGorillaBlock → GorillaBlock
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val valueBytes: GorillaArray
- 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()