public class SystemTimestamp<T> extends Object implements Timestamp<T>
Timestamp implementation to be used when system time is needed to
determine windows| Constructor and Description |
|---|
SystemTimestamp() |
| Modifier and Type | Method and Description |
|---|---|
long |
getTimestamp(T value)
Values
|
static <R> TimestampWrapper<R> |
getWrapper() |
public long getTimestamp(T value)
TimestampgetTimestamp in interface Timestamp<T>value - The value to create the timestamp frompublic static <R> TimestampWrapper<R> getWrapper()
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.