Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Spatio-Temporal-Lab/elf
/ functions
Functions
851 in github.com/Spatio-Temporal-Lab/elf
⨍
Functions
851
◇
Types & classes
130
↓ 135 callers
Method
get
Public Methods
src/main/java/gr/aueb/delorean/chimp/LinearFunction.java:33
↓ 91 callers
Method
getTimestamp
()
src/main/java/gr/aueb/delorean/chimp/Point.java:13
↓ 71 callers
Method
writeInt
Writes a fixed number of bits from an integer. @param x an integer. @param len a bit length; this many lower bits of the first argument will be writt
src/main/java/gr/aueb/delorean/chimp/OutputBitStream.java:622
↓ 55 callers
Method
close
()
src/main/java/org/urbcomp/startdb/compress/elf/compressor/ICompressor.java:7
↓ 52 callers
Method
getValue
()
src/main/java/gr/aueb/delorean/chimp/Point.java:17
↓ 50 callers
Method
readInt
Reads a fixed number of bits into an integer. @param len a bit length. @return an integer whose lower <code>len</code> bits are taken from the stream
src/main/java/gr/aueb/delorean/chimp/InputBitStream.java:602
↓ 50 callers
Method
writeBit
Stores a single bit and increases the bitcount by 1
src/main/java/fi/iki/yak/ts/compression/gorilla/BitOutput.java:13
↓ 49 callers
Method
write
Writes a byte to the stream. <P>This method takes care of managing the buffering logic transparently. <P>However, this method does <em>not</em> upda
src/main/java/gr/aueb/delorean/chimp/OutputBitStream.java:378
↓ 46 callers
Method
writeBits
Write the given long value using the defined amount of least significant bits. @param value The long value to be written @param bits How many bits ar
src/main/java/fi/iki/yak/ts/compression/gorilla/BitOutput.java:26
↓ 40 callers
Method
position
Sets this stream bit position, if it is based on a {@link RepositionableStream} or on a {@link FileChannel}. <P>Given an underlying stream that imple
src/main/java/gr/aueb/delorean/chimp/InputBitStream.java:734
↓ 35 callers
Method
writeLong
Writes a fixed number of bits from a long. @param x a long. @param len a bit length; this many lower bits of the first argument will be written (the
src/main/java/gr/aueb/delorean/chimp/OutputBitStream.java:661
↓ 32 callers
Method
getTimestamp
()
src/main/java/gr/aueb/delorean/chimp/PointBigDecimal.java:15
↓ 29 callers
Method
getLong
Returns a long that was stored in the next X bits in the stream. @param bits Amount of least significant bits to read from the stream. @return reads
src/main/java/fi/iki/yak/ts/compression/gorilla/BitInput.java:23
↓ 28 callers
Method
nextBlock
()
src/test/java/gr/aueb/delorean/chimp/benchmarks/TimeseriesFileReader.java:30
↓ 27 callers
Method
readFromCurrent
Reads bits from the bit buffer, possibly refilling it. <P>This method is the basic mean for extracting bits from the underlying stream. <P>You canno
src/main/java/gr/aueb/delorean/chimp/InputBitStream.java:470
↓ 27 callers
Method
skipBit
Stores a 0 and increases the bitcount by 1
src/main/java/fi/iki/yak/ts/compression/gorilla/BitOutput.java:18
↓ 27 callers
Method
toByteArray
(long diff)
src/main/java/com/github/kutschkem/fpc/FpcCompressor.java:191
↓ 26 callers
Method
readLong
Reads a fixed number of bits into a long. @param len a bit length. @return a long whose lower <code>len</code> bits are taken from the stream; the re
src/main/java/gr/aueb/delorean/chimp/InputBitStream.java:628
↓ 21 callers
Method
getValue
()
src/main/java/gr/aueb/delorean/chimp/PointBigDecimal.java:19
↓ 20 callers
Method
getOutputStream
()
src/main/java/org/urbcomp/startdb/compress/elf/xorcompressor/ElfXORCompressor.java:43
↓ 20 callers
Method
readBit
Reads the next bit and returns true if bit is set and false if not. @return true == 1, false == 0
src/main/java/fi/iki/yak/ts/compression/gorilla/BitInput.java:15
↓ 20 callers
Method
refill
Feeds 16 more bits into {@link #current}, assuming that {@link #fill} is less than 16. <p>This method will never throw an {@link EOFException}—
src/main/java/gr/aueb/delorean/chimp/InputBitStream.java:429
↓ 18 callers
Method
writeInCurrent
Writes bits in the bit buffer, possibly flushing it. You cannot write more than {@link #free} bits with this method. However, after having written {@
src/main/java/gr/aueb/delorean/chimp/OutputBitStream.java:408
↓ 17 callers
Method
flush
Flushes the current byte to the underlying stream
src/main/java/fi/iki/yak/ts/compression/gorilla/BitOutput.java:31
↓ 16 callers
Method
readUnary
Reads a natural number in unary coding. @return the next unary-encoded natural number. @see OutputBitStream#writeUnary(int)
src/main/java/gr/aueb/delorean/chimp/InputBitStream.java:830
↓ 15 callers
Method
writeInt
(int n, int len)
src/main/java/org/urbcomp/startdb/compress/elf/compressor/ElfCompressor.java:13
↓ 14 callers
Method
update
Give the real value @param value Long / bits of Double
src/main/java/fi/iki/yak/ts/compression/gorilla/Predictor.java:29
↓ 13 callers
Method
read
Reads the next byte from the stream. <P>This method takes care of managing the buffering logic transparently. <P>However, this method does <em>not</
src/main/java/gr/aueb/delorean/chimp/InputBitStream.java:405
↓ 12 callers
Method
getInt
(int bits)
src/main/java/fi/iki/yak/ts/compression/gorilla/ByteBufferBitInput2.java:40
↓ 12 callers
Method
readInt
(int len)
src/main/java/org/urbcomp/startdb/compress/elf/decompressor/ElfDecompressor.java:19
↓ 12 callers
Method
roundInt2
Round up to the next power of two, unless the value would become negative (ints are signed), in which case just return Integer.MAX_VALUE.
src/main/java/org/apache/hadoop/hbase/io/compress/CompressionUtil.java:33
↓ 11 callers
Method
writeBit
Writes a bit. @param bit a bit. @return the number of bits written.
src/main/java/gr/aueb/delorean/chimp/OutputBitStream.java:565
↓ 10 callers
Method
addValue
(double v)
src/main/java/org/urbcomp/startdb/compress/elf/compressor/ICompressor.java:4
↓ 10 callers
Method
get
Public Methods
src/main/java/gr/aueb/delorean/chimp/LinearFunctionBigDecimal.java:32
↓ 10 callers
Method
getKey
()
src/main/java/org/urbcomp/startdb/compress/elf/compressor/ICompressor.java:8
↓ 10 callers
Method
getOut
()
src/main/java/org/urbcomp/startdb/compress/elf/xorcompressor/ElfXORCompressor.java:156
↓ 10 callers
Method
getPrediction
()
src/main/java/com/github/kutschkem/fpc/FcmPredictor.java:22
↓ 10 callers
Method
getValue
()
src/main/java/gr/aueb/delorean/chimp/PmcMR.java:76
↓ 10 callers
Method
nextBlock32
()
src/test/java/gr/aueb/delorean/chimp/benchmarks/TimeseriesFileReader.java:54
↓ 10 callers
Method
writeUnary
Writes a natural number in unary coding. <p>The unary coding of a natural number <var>n</var> is given by 0<sup><var>n</var></sup>1. @param x a natu
src/main/java/gr/aueb/delorean/chimp/OutputBitStream.java:706
↓ 9 callers
Method
createCompressor
()
src/main/java/org/apache/hadoop/hbase/io/compress/xz/LzmaCodec.java:57
↓ 9 callers
Method
createDecompressor
()
src/main/java/org/apache/hadoop/hbase/io/compress/xz/LzmaCodec.java:62
↓ 9 callers
Method
readValue
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/ElfXORDecompressor.java:45
↓ 8 callers
Method
addValue
(float v)
src/main/java/org/urbcomp/startdb/compress/elf/compressor32/ICompressor32.java:4
↓ 8 callers
Method
close
()
src/main/java/org/urbcomp/startdb/compress/elf/compressor32/ICompressor32.java:7
↓ 8 callers
Method
createInputStream
(InputStream in)
src/main/java/org/apache/hadoop/hbase/io/compress/xz/LzmaCodec.java:67
↓ 8 callers
Method
createOutputStream
(OutputStream out)
src/main/java/org/apache/hadoop/hbase/io/compress/xz/LzmaCodec.java:78
↓ 8 callers
Method
fillArrayFromResource
(final String resource, final int array[])
src/main/java/gr/aueb/delorean/chimp/InputBitStream.java:101
↓ 8 callers
Method
getInputStream
()
src/main/java/org/urbcomp/startdb/compress/elf/xordecompressor/ElfXORDecompressor.java:36
↓ 8 callers
Method
readBit
Reads a bit. @return the next bit from the stream.
src/main/java/gr/aueb/delorean/chimp/InputBitStream.java:590
↓ 7 callers
Method
encodeZeroBytes
(long diff1d)
src/main/java/com/github/kutschkem/fpc/FpcCompressor.java:130
↓ 7 callers
Method
next
()
src/main/java/gr/aueb/delorean/chimp/Decompressor32.java:40
↓ 7 callers
Method
nextBlock
()
src/test/java/org/urbcomp/startdb/compress/elf/doubleprecision/FileReader.java:23
↓ 6 callers
Method
createCompressor
()
src/main/java/org/apache/hadoop/hbase/io/compress/xerial/SnappyCodec.java:57
↓ 6 callers
Method
createDecompressor
()
src/main/java/org/apache/hadoop/hbase/io/compress/xerial/SnappyCodec.java:62
↓ 6 callers
Method
decompress
()
src/main/java/org/urbcomp/startdb/compress/elf/decompressor/IDecompressor.java:6
↓ 6 callers
Method
getBuffer
()
src/main/java/gr/aueb/delorean/chimp/OutputBitStream.java:1296
↓ 6 callers
Method
getBufferSize
(Configuration conf)
src/main/java/org/apache/hadoop/hbase/io/compress/zstd/ZstdCodec.java:120
↓ 6 callers
Method
getSize
()
src/main/java/org/urbcomp/startdb/compress/elf/compressor/ICompressor.java:5
↓ 6 callers
Method
getValues
()
src/main/java/org/urbcomp/startdb/compress/elf/xordecompressor/ElfXORDecompressor.java:26
↓ 6 callers
Method
nextBlock
()
src/test/java/org/urbcomp/startdb/compress/elf/singleprecision/FileReader.java:30
↓ 5 callers
Method
createCompressor
()
src/main/java/org/apache/hadoop/hbase/io/compress/zstd/ZstdCodec.java:63
↓ 5 callers
Method
createCompressor
()
src/main/java/org/apache/hadoop/hbase/io/compress/brotli/BrotliCodec.java:60
↓ 5 callers
Method
createDecompressor
()
src/main/java/org/apache/hadoop/hbase/io/compress/zstd/ZstdCodec.java:68
↓ 5 callers
Method
createDecompressor
()
src/main/java/org/apache/hadoop/hbase/io/compress/brotli/BrotliCodec.java:65
↓ 5 callers
Method
createInputStream
(InputStream in)
src/main/java/org/apache/hadoop/hbase/io/compress/xerial/SnappyCodec.java:67
↓ 5 callers
Method
createOutputStream
(OutputStream out)
src/main/java/org/apache/hadoop/hbase/io/compress/xerial/SnappyCodec.java:78
↓ 5 callers
Method
getBufferSize
(Configuration conf)
src/main/java/org/apache/hadoop/hbase/io/compress/xerial/SnappyCodec.java:108
↓ 5 callers
Method
getBufferSize
(Configuration conf)
src/main/java/org/apache/hadoop/hbase/io/compress/brotli/BrotliCodec.java:119
↓ 5 callers
Method
getBufferSize
(Configuration conf)
src/main/java/org/apache/hadoop/hbase/io/compress/xz/LzmaCodec.java:112
↓ 5 callers
Method
getInitialTimestamp
()
src/main/java/gr/aueb/delorean/chimp/PmcMR.java:72
↓ 5 callers
Method
setConf
(Configuration conf)
src/main/java/org/apache/hadoop/hbase/io/compress/xerial/SnappyCodec.java:52
↓ 5 callers
Method
toDoubleArray
(byte[] byteArray)
src/test/java/org/urbcomp/startdb/compress/elf/doubleprecision/TestCompressor.java:577
↓ 5 callers
Method
toDoubleArray
(byte[] byteArray)
src/test/java/gr/aueb/delorean/chimp/benchmarks/TestDoublePrecision.java:519
↓ 5 callers
Method
toFloatArray
(byte[] byteArray)
src/test/java/org/urbcomp/startdb/compress/elf/singleprecision/TestCompressor.java:521
↓ 5 callers
Method
toFloatArray
(byte[] byteArray)
src/test/java/gr/aueb/delorean/chimp/benchmarks/TestSinglePrecision.java:443
↓ 4 callers
Method
addValue
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/fi/iki/yak/ts/compression/gorilla/Compressor.java:36
↓ 4 callers
Method
compressionOverhead
Most compression algorithms can be presented with pathological input that causes an expansion rather than a compression. Hadoop's compression API requ
src/main/java/org/apache/hadoop/hbase/io/compress/CompressionUtil.java:48
↓ 4 callers
Method
createInputStream
(InputStream in)
src/main/java/org/apache/hadoop/hbase/io/compress/zstd/ZstdCodec.java:73
↓ 4 callers
Method
createInputStream
(InputStream in)
src/main/java/org/apache/hadoop/hbase/io/compress/brotli/BrotliCodec.java:70
↓ 4 callers
Method
createOutputStream
(OutputStream out)
src/main/java/org/apache/hadoop/hbase/io/compress/zstd/ZstdCodec.java:84
↓ 4 callers
Method
createOutputStream
(OutputStream out)
src/main/java/org/apache/hadoop/hbase/io/compress/brotli/BrotliCodec.java:81
↓ 4 callers
Method
flipByte
()
src/main/java/fi/iki/yak/ts/compression/gorilla/ByteBufferBitOutput.java:42
↓ 4 callers
Method
flush
Flushes the bit stream. <P>This method will align the stream, write the bit buffer, empty the byte buffer and delegate to the {@link OutputStream#flu
src/main/java/gr/aueb/delorean/chimp/OutputBitStream.java:321
↓ 4 callers
Method
get10iP
(int i)
src/main/java/org/urbcomp/startdb/compress/elf/utils/Elf64Utils.java:93
↓ 4 callers
Method
get10iP
(int i)
src/main/java/org/urbcomp/startdb/compress/elf/utils/Elf32Utils.java:93
↓ 4 callers
Method
getDictionary
(final Configuration conf)
src/main/java/org/apache/hadoop/hbase/io/compress/zstd/ZstdCodec.java:127
↓ 4 callers
Method
getDictionaryId
(byte[] dictionary)
src/main/java/org/apache/hadoop/hbase/io/compress/zstd/ZstdCodec.java:145
↓ 4 callers
Method
getInitialTimestamp
()
src/main/java/gr/aueb/delorean/chimp/SwingSegmentBigDecimal.java:27
↓ 4 callers
Method
getSize
()
src/main/java/org/urbcomp/startdb/compress/elf/compressor32/ICompressor32.java:5
↓ 4 callers
Method
quantizationFunc
(float f, float epsilon)
src/main/java/gr/aueb/delorean/chimp/SwingFilterDisjointQuantized.java:64
↓ 4 callers
Method
readGamma
Reads a natural number in γ coding. @return the next γ-encoded natural number. @see OutputBitStream#writeGamma(int) @see #skipGammas(int)
src/main/java/gr/aueb/delorean/chimp/InputBitStream.java:882
↓ 4 callers
Method
readPair
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/Decompressor.java:46
↓ 4 callers
Method
readValue
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/ChimpNDecompressor32.java:56
↓ 4 callers
Method
readValue
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/ChimpDecompressor32.java:49
↓ 4 callers
Method
setConf
(Configuration conf)
src/main/java/org/apache/hadoop/hbase/io/compress/zstd/ZstdCodec.java:58
↓ 4 callers
Method
setConf
(Configuration conf)
src/main/java/org/apache/hadoop/hbase/io/compress/xz/LzmaCodec.java:52
↓ 4 callers
Method
skip
Skips the given number of bits. @param n the number of bits to skip. @return the actual number of skipped bits.
src/main/java/gr/aueb/delorean/chimp/InputBitStream.java:653
↓ 4 callers
Method
writeInt
(int n, int len)
src/main/java/org/urbcomp/startdb/compress/elf/compressor32/AbstractElfCompressor32.java:48
↓ 4 callers
Method
writeInt
(int n, int len)
src/main/java/org/urbcomp/startdb/compress/elf/compressor/AbstractElfCompressor.java:48
next →
1–100 of 851, ranked by callers