| Modifier and Type | Class and Description |
|---|---|
class |
BZip2Compressor
the BZip2 Compressor
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeflaterCompressor |
| Modifier and Type | Class and Description |
|---|---|
class |
GzipCompressor |
| Modifier and Type | Class and Description |
|---|---|
class |
Lz4Compressor
the Lz4 Compressor
|
| Modifier and Type | Class and Description |
|---|---|
class |
ZipCompressor
the Zip Compressor
|
| Modifier and Type | Class and Description |
|---|---|
class |
ZstdCompressor
the Zstd Compressor
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CompressorFactory.NoneCompressor
None compressor
|
| Modifier and Type | Field and Description |
|---|---|
protected static Map<CompressorType,Compressor> |
CompressorFactory.COMPRESSOR_MAP
The constant COMPRESSOR_MAP.
|
| Modifier and Type | Method and Description |
|---|---|
static Compressor |
CompressorFactory.getCompressor(byte code)
Get compressor by code.
|
Copyright © 2023 Seata. All rights reserved.