| Package | Description |
|---|---|
| io.seata.core.compressor | |
| io.seata.rm.datasource.undo |
| 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected static CompressorType |
AbstractUndoLogManager.ROLLBACK_INFO_COMPRESS_TYPE |
| Modifier and Type | Method and Description |
|---|---|
protected String |
AbstractUndoLogManager.buildContext(String serializer,
CompressorType compressorType) |
Copyright © 2023 Seata. All rights reserved.