Uses of Class
org.apache.lucene.codecs.compressing.LZ4.Match
-
Packages that use LZ4.Match Package Description org.apache.lucene.codecs.compressing StoredFieldsFormat that allows cross-document and cross-field compression of stored fields. -
-
Uses of LZ4.Match in org.apache.lucene.codecs.compressing
Methods in org.apache.lucene.codecs.compressing with parameters of type LZ4.Match Modifier and Type Method Description private static void
LZ4. copyTo(LZ4.Match m1, LZ4.Match m2)
(package private) boolean
LZ4.HCHashTable. insertAndFindBestMatch(byte[] buf, int off, int matchLimit, LZ4.Match match)
(package private) boolean
LZ4.HCHashTable. insertAndFindWiderMatch(byte[] buf, int off, int startLimit, int matchLimit, int minLen, LZ4.Match match)
-