Package | Description |
---|---|
ra.util.compression | |
ra.util.logging |
Modifier and Type | Method and Description |
---|---|
static CompressionMode |
CompressionMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompressionMode[] |
CompressionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CompressionMode |
LogSettings.getCompressionMode()
Get the Compression Mode of saving Log file.
|
Modifier and Type | Method and Description |
---|---|
void |
LogRecord.setCompressionMode(CompressionMode mode)
Setting the Compression Mode on a real-time saves Log.
|
void |
LogSettings.setCompressionMode(CompressionMode mode)
The Compression Mode on a real-time saves Log.
|