MCPcopy Create free account

hub / github.com/Spatio-Temporal-Lab/elf / functions

Functions851 in github.com/Spatio-Temporal-Lab/elf

↓ 3 callersMethodaddValue
Adds a new long value to the series. Note, values must be inserted in order. @param timestamp Timestamp which is inside the allowed time block (defau
src/main/java/fi/iki/yak/ts/compression/gorilla/GorillaCompressor.java:49
↓ 3 callersMethodcheckAndFlipByte
()
src/main/java/fi/iki/yak/ts/compression/gorilla/LongArrayOutput.java:64
↓ 3 callersMethodclose
Closes the block and writes the remaining stuff to the BitOutput.
src/main/java/fi/iki/yak/ts/compression/gorilla/GorillaCompressor.java:84
↓ 3 callersMethodclose
Closes the block and writes the remaining stuff to the BitOutput.
src/main/java/fi/iki/yak/ts/compression/gorilla/Compressor.java:68
↓ 3 callersMethodflipByte
()
src/main/java/fi/iki/yak/ts/compression/gorilla/LongArrayInput.java:43
↓ 3 callersMethodflipByte
()
src/main/java/fi/iki/yak/ts/compression/gorilla/ByteBufferBitInput.java:87
↓ 3 callersMethodflipWord
()
src/main/java/fi/iki/yak/ts/compression/gorilla/LongArrayOutput.java:75
↓ 3 callersMethodflush
Flushes the bit stream. All state information associated with the stream is reset. This includes bytes prefetched from the stream, bits in the bit buf
src/main/java/gr/aueb/delorean/chimp/InputBitStream.java:345
↓ 3 callersMethodgetByteBuffer
Returns the underlying DirectByteBuffer @return ByteBuffer of type DirectByteBuffer
src/main/java/fi/iki/yak/ts/compression/gorilla/ByteBufferBitOutput.java:104
↓ 3 callersMethodgetCompressionTime
()
src/test/java/org/urbcomp/startdb/compress/elf/doubleprecision/ResultStructure.java:122
↓ 3 callersMethodgetCompressorName
()
src/test/java/org/urbcomp/startdb/compress/elf/doubleprecision/ResultStructure.java:106
↓ 3 callersMethodgetCompressorRatio
()
src/test/java/org/urbcomp/startdb/compress/elf/doubleprecision/ResultStructure.java:114
↓ 3 callersMethodgetDecompressionTime
()
src/test/java/org/urbcomp/startdb/compress/elf/doubleprecision/ResultStructure.java:130
↓ 3 callersMethodgetDoubleValue
()
src/main/java/fi/iki/yak/ts/compression/gorilla/Value.java:15
↓ 3 callersMethodgetFilename
()
src/test/java/org/urbcomp/startdb/compress/elf/doubleprecision/ResultStructure.java:98
↓ 3 callersMethodgetFinalTimestamp
()
src/main/java/gr/aueb/delorean/chimp/PmcMR.java:68
↓ 3 callersMethodgetFloatValue
()
src/main/java/gr/aueb/delorean/chimp/Value.java:15
↓ 3 callersMethodgetHead
()
src/test/java/org/urbcomp/startdb/compress/elf/doubleprecision/ResultStructure.java:138
↓ 3 callersMethodgetLine
()
src/main/java/gr/aueb/delorean/chimp/SwingSegmentBigDecimal.java:31
↓ 3 callersMethodgetLine
()
src/main/java/gr/aueb/delorean/chimp/SwingSegment.java:22
↓ 3 callersMethodgetMaxCompressTime
()
src/test/java/org/urbcomp/startdb/compress/elf/doubleprecision/ResultStructure.java:50
↓ 3 callersMethodgetMaxDecompressTime
()
src/test/java/org/urbcomp/startdb/compress/elf/doubleprecision/ResultStructure.java:74
↓ 3 callersMethodgetMediaCompressTime
()
src/test/java/org/urbcomp/startdb/compress/elf/doubleprecision/ResultStructure.java:66
↓ 3 callersMethodgetMediaDecompressTime
()
src/test/java/org/urbcomp/startdb/compress/elf/doubleprecision/ResultStructure.java:90
↓ 3 callersMethodgetMinCompressTime
()
src/test/java/org/urbcomp/startdb/compress/elf/doubleprecision/ResultStructure.java:58
↓ 3 callersMethodgetMinDecompressTime
()
src/test/java/org/urbcomp/startdb/compress/elf/doubleprecision/ResultStructure.java:82
↓ 3 callersMethodhasNext
()
src/main/java/gr/aueb/delorean/chimp/InputBitStream.java:1545
↓ 3 callersMethodpredict
Predicts the next value @return Predicted value
src/main/java/fi/iki/yak/ts/compression/gorilla/Predictor.java:36
↓ 3 callersMethodreadInt
(int len)
src/main/java/org/urbcomp/startdb/compress/elf/decompressor32/AbstractElfDecompressor32.java:52
↓ 3 callersMethodreadInt
(int len)
src/main/java/org/urbcomp/startdb/compress/elf/decompressor/AbstractElfDecompressor.java:52
↓ 3 callersMethodtoString
()
src/test/java/org/urbcomp/startdb/compress/elf/doubleprecision/ResultStructure.java:152
↓ 3 callersMethodwriteByteOffset
Writes a sequence of bits, starting from a given byte offset. Bits will be written in the natural way: the first bit is bit 7 of the first byte, the
src/main/java/gr/aueb/delorean/chimp/OutputBitStream.java:526
↓ 3 callersMethodwriteGamma
Writes a natural number in &gamma; coding. <P>The &gamma; coding of a positive number of <var>k</var> bits is obtained writing <var>k</var>-1 in unar
src/main/java/gr/aueb/delorean/chimp/OutputBitStream.java:774
↓ 2 callersMethodaddValue
Adds a new long value to the series. Note, values must be inserted in order. @param value next floating point value in the series
src/main/java/gr/aueb/delorean/chimp/ChimpNNoIndex.java:70
↓ 2 callersMethodaddValue
Adds a new long value to the series. Note, values must be inserted in order. @param value next floating point value in the series
src/main/java/gr/aueb/delorean/chimp/Chimp32.java:57
↓ 2 callersMethodaddValue
Adds a new long value to the series. Note, values must be inserted in order. @param value next floating point value in the series
src/main/java/gr/aueb/delorean/chimp/Compressor32.java:34
↓ 2 callersMethodaddValue
Adds a new long value to the series. Note, values must be inserted in order. @param value next floating point value in the series
src/main/java/gr/aueb/delorean/chimp/Chimp.java:56
↓ 2 callersMethodaddValue
Adds a new long value to the series. Note, values must be inserted in order. @param value next floating point value in the series
src/main/java/gr/aueb/delorean/chimp/ChimpN32.java:67
↓ 2 callersMethodaddValue
Adds a new long value to the series. Note, values must be inserted in order. @param value next floating point value in the series
src/main/java/gr/aueb/delorean/chimp/ChimpN.java:78
↓ 2 callersMethodavgValue
(List<Double> ld)
src/test/java/org/urbcomp/startdb/compress/elf/doubleprecision/ResultStructure.java:178
↓ 2 callersMethodcheckAndFlipByte
()
src/main/java/fi/iki/yak/ts/compression/gorilla/LongArrayInput.java:48
↓ 2 callersMethodcompress
(ByteBuffer buff, double[] doubles)
src/main/java/com/github/kutschkem/fpc/FpcCompressor.java:21
↓ 2 callersMethodcompressTimestamp
Difference to the original Facebook paper, we store the first delta as 27 bits to allow millisecond accuracy for a one day block. Also, the timestamp
src/main/java/fi/iki/yak/ts/compression/gorilla/GorillaCompressor.java:99
↓ 2 callersMethodcompressValue
(long value)
src/main/java/org/urbcomp/startdb/compress/elf/xorcompressor/ElfXORCompressor.java:97
↓ 2 callersMethodcompressValue
(int value)
src/main/java/org/urbcomp/startdb/compress/elf/xorcompressor/ElfXORCompressor32.java:90
↓ 2 callersMethodcompressValue
(long value)
src/main/java/gr/aueb/delorean/chimp/ChimpNNoIndex.java:107
↓ 2 callersMethodcompressValue
(int value)
src/main/java/gr/aueb/delorean/chimp/Chimp32.java:95
↓ 2 callersMethodcompressValue
(int value)
src/main/java/gr/aueb/delorean/chimp/Compressor32.java:71
↓ 2 callersMethodcompressValue
(int value)
src/main/java/gr/aueb/delorean/chimp/RunLengthEncodingLossyCompressor32.java:93
↓ 2 callersMethodcompressValue
(long value)
src/main/java/gr/aueb/delorean/chimp/ChimpNO.java:107
↓ 2 callersMethodcompressValue
(int value)
src/main/java/gr/aueb/delorean/chimp/NewLossyCompressor32.java:79
↓ 2 callersMethodcompressValue
(int value)
src/main/java/gr/aueb/delorean/chimp/LossyCompressor32.java:79
↓ 2 callersMethodcompressValue
(long value)
src/main/java/gr/aueb/delorean/chimp/Chimp.java:94
↓ 2 callersMethodcompressValue
(int value)
src/main/java/gr/aueb/delorean/chimp/ChimpN32.java:106
↓ 2 callersMethodcompressValue
(int value)
src/main/java/gr/aueb/delorean/chimp/Compressor32OS.java:71
↓ 2 callersMethodcompressValue
(long value)
src/main/java/gr/aueb/delorean/chimp/ChimpN.java:117
↓ 2 callersMethodcompressValue
(long value)
src/main/java/fi/iki/yak/ts/compression/gorilla/ValueCompressor.java:32
↓ 2 callersMethodcompressValue
(long value)
src/main/java/fi/iki/yak/ts/compression/gorilla/Compressor.java:74
↓ 2 callersMethodcompressValue
(long value)
src/main/java/fi/iki/yak/ts/compression/gorilla/CompressorOS.java:67
↓ 2 callersMethoddecompress
(ByteBuffer buff, double[] dest)
src/main/java/com/github/kutschkem/fpc/FpcCompressor.java:31
↓ 2 callersMethodfilter
(Collection<Point> points, float epsilon)
src/main/java/gr/aueb/delorean/chimp/PmcMR.java:10
↓ 2 callersMethodgetBytes
()
src/main/java/org/urbcomp/startdb/compress/elf/compressor/ICompressor.java:6
↓ 2 callersMethodgetFinalTimestamp
()
src/main/java/gr/aueb/delorean/chimp/SwingSegmentBigDecimal.java:23
↓ 2 callersMethodgetKey
()
src/main/java/org/urbcomp/startdb/compress/elf/compressor32/ICompressor32.java:8
↓ 2 callersMethodgetLevel
(Configuration conf)
src/main/java/org/apache/hadoop/hbase/io/compress/zstd/ZstdCodec.java:114
↓ 2 callersMethodgetLevel
(Configuration conf)
src/main/java/org/apache/hadoop/hbase/io/compress/brotli/BrotliCodec.java:111
↓ 2 callersMethodgetLevel
(Configuration conf)
src/main/java/org/apache/hadoop/hbase/io/compress/xz/LzmaCodec.java:108
↓ 2 callersMethodgetValues
()
src/main/java/gr/aueb/delorean/chimp/ChimpNDecompressor.java:59
↓ 2 callersMethodgetWindow
(Configuration conf)
src/main/java/org/apache/hadoop/hbase/io/compress/brotli/BrotliCodec.java:115
↓ 2 callersMethodmaxCompressedLength
(int len)
src/main/java/org/apache/hadoop/hbase/io/compress/xerial/SnappyCompressor.java:181
↓ 2 callersMethodmaxValue
(List<Double> ld)
src/test/java/org/urbcomp/startdb/compress/elf/doubleprecision/ResultStructure.java:187
↓ 2 callersMethodmedianValue
(List<Double> ld)
src/test/java/org/urbcomp/startdb/compress/elf/doubleprecision/ResultStructure.java:168
↓ 2 callersMethodminValue
(List<Double> ld)
src/test/java/org/urbcomp/startdb/compress/elf/doubleprecision/ResultStructure.java:198
↓ 2 callersMethodnextBlockWithBeta
(int beta)
src/test/java/org/urbcomp/startdb/compress/elf/doubleprecision/FileReader.java:44
↓ 2 callersMethodnextClearBit
Read until next unset bit is found, or until maxBits has been reached. @param maxBits How many bits at maximum until returning @return Integer value
src/main/java/fi/iki/yak/ts/compression/gorilla/BitInput.java:31
↓ 2 callersMethodnextValue
()
src/main/java/fi/iki/yak/ts/compression/gorilla/ValueDecompressor.java:32
↓ 2 callersMethodreadLongMinimalBinary
Reads a long natural number in a limited range using a minimal binary coding. @param b a strict upper bound. @return the next minimally binary encode
src/main/java/gr/aueb/delorean/chimp/InputBitStream.java:1230
↓ 2 callersMethodreadMinimalBinary
Reads a natural number in a limited range using a minimal binary coding. @param b a strict upper bound. @return the next minimally binary encoded nat
src/main/java/gr/aueb/delorean/chimp/InputBitStream.java:1196
↓ 2 callersMethodreadPair
Returns the next pair in the time series, if available. @return Pair if there's next value, null if series is done.
src/main/java/fi/iki/yak/ts/compression/gorilla/DecompressorOS.java:44
↓ 2 callersMethodreadValue
Returns the next pair in the time series, if available. @return Pair if there's next value, null if series is done.
src/main/java/org/urbcomp/startdb/compress/elf/xordecompressor/ElfXORDecompressor32.java:45
↓ 2 callersMethodreadValue
Returns the next pair in the time series, if available. @return Pair if there's next value, null if series is done.
src/main/java/gr/aueb/delorean/chimp/Decompressor32.java:32
↓ 2 callersMethodreadValue
Returns the next pair in the time series, if available. @return Pair if there's next value, null if series is done.
src/main/java/gr/aueb/delorean/chimp/ChimpNDecompressor.java:47
↓ 2 callersMethodreadValue
Returns the next pair in the time series, if available. @return Pair if there's next value, null if series is done.
src/main/java/gr/aueb/delorean/chimp/ChimpNDecompressorO.java:43
↓ 2 callersMethodreadValue
Returns the next pair in the time series, if available. @return Pair if there's next value, null if series is done.
src/main/java/gr/aueb/delorean/chimp/ChimpDecompressor.java:48
↓ 2 callersMethodreadValue
Returns the next pair in the time series, if available. @return Pair if there's next value, null if series is done.
src/main/java/gr/aueb/delorean/chimp/Decompressor32OS.java:42
↓ 2 callersMethodrecoverVByBetaStar
()
src/main/java/org/urbcomp/startdb/compress/elf/decompressor32/AbstractElfDecompressor32.java:34
↓ 2 callersMethodrecoverVByBetaStar
()
src/main/java/org/urbcomp/startdb/compress/elf/decompressor/AbstractElfDecompressor.java:34
↓ 2 callersMethodsd
(List<Float> list)
src/test/java/gr/aueb/delorean/chimp/benchmarks/TimeseriesFileReader.java:113
↓ 2 callersMethodsetFinalTimestamp
(long finalTimestamp)
src/main/java/gr/aueb/delorean/chimp/PmcMR.java:56
↓ 2 callersMethodsetValue
(float value)
src/main/java/gr/aueb/delorean/chimp/PmcMR.java:64
↓ 2 callersMethodtoLong
(byte[] dst)
src/main/java/com/github/kutschkem/fpc/FpcCompressor.java:87
↓ 2 callersMethodwriteFirst
(long value)
src/main/java/org/urbcomp/startdb/compress/elf/xorcompressor/ElfXORCompressor.java:73
↓ 2 callersMethodwriteFirst
(int value)
src/main/java/org/urbcomp/startdb/compress/elf/xorcompressor/ElfXORCompressor32.java:66
↓ 2 callersMethodwriteFirst
(long value)
src/main/java/gr/aueb/delorean/chimp/ChimpNNoIndex.java:91
↓ 2 callersMethodwriteFirst
(int value)
src/main/java/gr/aueb/delorean/chimp/Chimp32.java:78
↓ 2 callersMethodwriteFirst
(int value)
src/main/java/gr/aueb/delorean/chimp/Compressor32.java:55
↓ 2 callersMethodwriteFirst
(int value)
src/main/java/gr/aueb/delorean/chimp/RunLengthEncodingLossyCompressor32.java:65
↓ 2 callersMethodwriteFirst
(long value)
src/main/java/gr/aueb/delorean/chimp/ChimpNO.java:86
↓ 2 callersMethodwriteFirst
(int value)
src/main/java/gr/aueb/delorean/chimp/NewLossyCompressor32.java:63
↓ 2 callersMethodwriteFirst
(int value)
src/main/java/gr/aueb/delorean/chimp/LossyCompressor32.java:63
← previousnext →101–200 of 851, ranked by callers