Uses of Class
org.apache.lucene.util.compress.LZ4.HashTable
-
Packages that use LZ4.HashTable Package Description org.apache.lucene.util.compress Compression utilities. -
-
Uses of LZ4.HashTable in org.apache.lucene.util.compress
Subclasses of LZ4.HashTable in org.apache.lucene.util.compress Modifier and Type Class Description static class
LZ4.FastCompressionHashTable
Simple lossyLZ4.HashTable
that only stores the last ocurrence for each hash on2^14
bytes of memory.static class
LZ4.HighCompressionHashTable
A higher-precisionLZ4.HashTable
.Methods in org.apache.lucene.util.compress with parameters of type LZ4.HashTable Modifier and Type Method Description static void
LZ4. compress(byte[] bytes, int off, int len, DataOutput out, LZ4.HashTable ht)
Compressbytes[off:off+len]
intoout
using at most 16KB of memory.
-