public enum TrackedQueryTime extends Enum<TrackedQueryTime>
| Enum Constant and Description |
|---|
BULLETIN_END_TIME |
BULLETIN_START_TIME |
PROVENANCE_END_TIME |
PROVENANCE_START_TIME |
| Modifier and Type | Field and Description |
|---|---|
private String |
sqlPlaceholder |
| Modifier and Type | Method and Description |
|---|---|
String |
getSqlPlaceholder() |
static TrackedQueryTime |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrackedQueryTime[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TrackedQueryTime BULLETIN_START_TIME
public static final TrackedQueryTime BULLETIN_END_TIME
public static final TrackedQueryTime PROVENANCE_START_TIME
public static final TrackedQueryTime PROVENANCE_END_TIME
private final String sqlPlaceholder
public static TrackedQueryTime[] values()
for (TrackedQueryTime c : TrackedQueryTime.values()) System.out.println(c);
public static TrackedQueryTime 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 getSqlPlaceholder()
Copyright © 2022 Apache NiFi Project. All rights reserved.