public static enum GLogSegmentationStrategy.SegmentationStrategy extends java.lang.Enum<GLogSegmentationStrategy.SegmentationStrategy>
Enum Constant | Description |
---|---|
OFF |
No segmentation of log file.
|
SIZE_KB |
The log file is divided into segments by size, which length (in KB).
|
SIZE_MB |
The log file is divided into segments by size, which length (in MB).
|
TIME_BASED |
The log file is divided into segments by time, the old segment is closed
and new is started each
N hours. |
Modifier and Type | Method | Description |
---|---|---|
static GLogSegmentationStrategy.SegmentationStrategy |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static GLogSegmentationStrategy.SegmentationStrategy[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GLogSegmentationStrategy.SegmentationStrategy OFF
public static final GLogSegmentationStrategy.SegmentationStrategy SIZE_KB
public static final GLogSegmentationStrategy.SegmentationStrategy SIZE_MB
public static final GLogSegmentationStrategy.SegmentationStrategy TIME_BASED
N
hours.public static GLogSegmentationStrategy.SegmentationStrategy[] values()
for (GLogSegmentationStrategy.SegmentationStrategy c : GLogSegmentationStrategy.SegmentationStrategy.values()) System.out.println(c);
public static GLogSegmentationStrategy.SegmentationStrategy 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.