Uses of Interface
org.apache.lucene.codecs.lucene90.BugfixDeflater_JDK8252739
-
Packages that use BugfixDeflater_JDK8252739 Package Description org.apache.lucene.codecs.lucene90 Lucene 9.0 file format. -
-
Uses of BugfixDeflater_JDK8252739 in org.apache.lucene.codecs.lucene90
Fields in org.apache.lucene.codecs.lucene90 declared as BugfixDeflater_JDK8252739 Modifier and Type Field Description (package private) BugfixDeflater_JDK8252739
DeflateWithPresetDictCompressionMode.DeflateWithPresetDictCompressor. deflaterBugfix
Methods in org.apache.lucene.codecs.lucene90 that return BugfixDeflater_JDK8252739 Modifier and Type Method Description static BugfixDeflater_JDK8252739
BugfixDeflater_JDK8252739. createBugfix(java.util.zip.Deflater deflater)
Creates a bugfix forDeflater
instances, which works around JDK-8252739.
-