public enum PunctuationType extends Enum<PunctuationType>
ProcessorContext.schedule(Duration, PunctuationType, Punctuator) schedule}:
TimestampExtractor in use.
NOTE: Only advanced if messages arriveStreamsConfig.POLL_MS_CONFIG)
independent of whether new messages arrive. NOTE: This is best effort only as its granularity is limited
by how long an iteration of the processing loop takes to complete| Enum Constant and Description |
|---|
STREAM_TIME |
WALL_CLOCK_TIME |
| Modifier and Type | Method and Description |
|---|---|
static PunctuationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PunctuationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PunctuationType STREAM_TIME
public static final PunctuationType WALL_CLOCK_TIME
public static PunctuationType[] values()
for (PunctuationType c : PunctuationType.values())
System.out.println(c);public static PunctuationType 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