public enum HoodieTimelineTimeZone extends Enum<HoodieTimelineTimeZone>
| Modifier and Type | Method and Description |
|---|---|
String |
getTimeZone() |
ZoneId |
getZoneId() |
static HoodieTimelineTimeZone |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HoodieTimelineTimeZone[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HoodieTimelineTimeZone LOCAL
public static final HoodieTimelineTimeZone UTC
public static HoodieTimelineTimeZone[] values()
for (HoodieTimelineTimeZone c : HoodieTimelineTimeZone.values()) System.out.println(c);
public static HoodieTimelineTimeZone 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 nullpublic String getTimeZone()
public ZoneId getZoneId()
Copyright © 2024 The Apache Software Foundation. All rights reserved.