public enum RolloverType extends Enum<RolloverType>
| Enum Constant and Description |
|---|
CURRENT_SEGMENT
Record being logged is a rollover record and it should get to the current segment whenever possible.
|
NEXT_SEGMENT
Record being logged is a rollover record and it should become the first record in the next segment.
|
NONE
Record being logged is not a rollover record.
|
| Modifier and Type | Method and Description |
|---|---|
static RolloverType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RolloverType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RolloverType NONE
public static final RolloverType CURRENT_SEGMENT
public static final RolloverType NEXT_SEGMENT
public static RolloverType[] values()
for (RolloverType c : RolloverType.values()) System.out.println(c);
public static RolloverType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021