object GorillaArray
Provides methods to construct and parse a GorillaArray.
- Alphabetic
- By Inheritance
- GorillaArray
- 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 compressTimestampTuples(map: SortedMap[Long, Long]): GorillaArray
Like #compressTimestampTuples with the first entry's timestamp as block timestamp.
- def compressTimestampTuples(map: SortedMap[Long, Long], blockTimestamp: Long): GorillaArray
Compresses a map of timestamps to longs.
Compresses a map of timestamps to longs. This is usually a raw timeseries without the validities that are defined by TimeSeries of this library.
- map
sorted tuples
- blockTimestamp
timestamp that is written in the header of the block
- returns
a gorilla encoded byte array
- Note
No two entries should be further apart in time than 24h (if time is measured in milliseconds).
- def decompressTimestampTuples(array: GorillaArray): SortedMap[Long, Long]
Decompresses a map of timestamps to longs that was compressed by 'compressTimestampTuples'.
Decompresses a map of timestamps to longs that was compressed by 'compressTimestampTuples'.
- array
a gorilla encoded byte array
- returns
a sorted raw timeseries as a map
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- 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()
- 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()
- 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()