| Package | Description |
|---|---|
| io.seata.core.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 CompressorType |
CompressorType.getByCode(int code)
Gets result code.
|
static CompressorType |
CompressorType.getByName(String name)
Gets result code.
|
static CompressorType |
CompressorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompressorType[] |
CompressorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023 Seata. All rights reserved.