protected static enum GLogRolloverStrategy.CompressionMethod extends java.lang.Enum<GLogRolloverStrategy.CompressionMethod>
Enum Constant | Description |
---|---|
GZIP |
|
NONE |
|
ZIP |
|
ZIP0 |
|
ZIP1 |
|
ZIP2 |
|
ZIP3 |
|
ZIP4 |
|
ZIP5 |
|
ZIP6 |
|
ZIP7 |
|
ZIP8 |
|
ZIP9 |
Modifier and Type | Method | Description |
---|---|---|
static GLogRolloverStrategy.CompressionMethod |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static GLogRolloverStrategy.CompressionMethod[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GLogRolloverStrategy.CompressionMethod NONE
public static final GLogRolloverStrategy.CompressionMethod GZIP
public static final GLogRolloverStrategy.CompressionMethod ZIP
public static final GLogRolloverStrategy.CompressionMethod ZIP0
public static final GLogRolloverStrategy.CompressionMethod ZIP1
public static final GLogRolloverStrategy.CompressionMethod ZIP2
public static final GLogRolloverStrategy.CompressionMethod ZIP3
public static final GLogRolloverStrategy.CompressionMethod ZIP4
public static final GLogRolloverStrategy.CompressionMethod ZIP5
public static final GLogRolloverStrategy.CompressionMethod ZIP6
public static final GLogRolloverStrategy.CompressionMethod ZIP7
public static final GLogRolloverStrategy.CompressionMethod ZIP8
public static final GLogRolloverStrategy.CompressionMethod ZIP9
public static GLogRolloverStrategy.CompressionMethod[] values()
for (GLogRolloverStrategy.CompressionMethod c : GLogRolloverStrategy.CompressionMethod.values()) System.out.println(c);
public static GLogRolloverStrategy.CompressionMethod valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullSend comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.