23
23
import static org .opensearch .index .codec .customcodecs .backward_codecs .lucene99 .Lucene99QatCodec .DEFAULT_COMPRESSION_LEVEL ;
24
24
25
25
/**
26
- * QatDeflate99Codec provides a DEFLATE compressor using the <a
26
+ * QatDeflate912Codec provides a DEFLATE compressor using the <a
27
27
* href="https://github.com/intel/qat-java">qat-java</a> library.
28
28
*/
29
29
public class QatDeflate912Codec extends Lucene912QatCodec implements CodecSettings , CodecAliases {
30
30
31
- /** Creates a new QatDeflate99Codec instance with the default compression level. */
31
+ /** Creates a new QatDeflate912Codec instance with the default compression level. */
32
32
public QatDeflate912Codec () {
33
33
this (DEFAULT_COMPRESSION_LEVEL );
34
34
}
35
35
36
36
/**
37
- * Creates a new QatDeflate99Codec instance.
37
+ * Creates a new QatDeflate912Codec instance.
38
38
*
39
39
* @param compressionLevel The compression level.
40
40
*/
@@ -43,7 +43,7 @@ public QatDeflate912Codec(int compressionLevel) {
43
43
}
44
44
45
45
/**
46
- * Creates a new QatDeflate99Codec instance with the default compression level.
46
+ * Creates a new QatDeflate912Codec instance with the default compression level.
47
47
*
48
48
* @param compressionLevel The compression level.
49
49
* @param supplier supplier for QAT acceleration mode.
@@ -53,7 +53,7 @@ public QatDeflate912Codec(int compressionLevel, Supplier<QatZipper.Mode> supplie
53
53
}
54
54
55
55
/**
56
- * Creates a new QatDeflate99Codec instance.
56
+ * Creates a new QatDeflate912Codec instance.
57
57
*
58
58
* @param mapperService The mapper service.
59
59
* @param logger The logger.
@@ -64,7 +64,7 @@ public QatDeflate912Codec(MapperService mapperService, Logger logger, int compre
64
64
}
65
65
66
66
/**
67
- * Creates a new QatDeflate99Codec instance.
67
+ * Creates a new QatDeflate912Codec instance.
68
68
*
69
69
* @param mapperService The mapper service.
70
70
* @param logger The logger.
0 commit comments