| 程序包 | 说明 |
|---|---|
| io.seata.compressor.bzip2 | |
| io.seata.compressor.gzip | |
| io.seata.compressor.lz4 | |
| io.seata.compressor.sevenz | |
| io.seata.compressor.zip | |
| io.seata.core.compressor |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BZip2Compressor
the BZip2 Compressor
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
GzipCompressor |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Lz4Compressor
the Lz4 Compressor
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
SevenZCompressor
the SevenZ Compressor
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ZipCompressor
the Zip Compressor
|
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CompressorFactory.NoneCompressor
None compressor
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected static Map<CompressorType,Compressor> |
CompressorFactory.COMPRESSOR_MAP
The constant COMPRESSOR_MAP.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Compressor |
CompressorFactory.getCompressor(byte code)
Get compressor by code.
|
Copyright © 2020 Seata. All rights reserved.