Uses of Class
com.streambase.sb.Timestamp
Package
Description
Provides classes and interfaces fundamental to the LiveView Java API.
Provides classes and interfaces fundamental to the Streaming Java API.
Provides classes and interfaces to monitor the behavior of a running Streaming server.
-
Uses of Timestamp in com.streambase.liveview.client
Modifier and TypeMethodDescriptionTable.getCreateTime()
Returns the time when the table was created -
Uses of Timestamp in com.streambase.sb
Modifier and TypeMethodDescriptionstatic Timestamp
Timestamp.fromString
(CharSequence dateString) Create a timestamp using the given stringstatic Timestamp
Timestamp.fromString
(String dateString) Create a timestamp using the given stringstatic Timestamp
Timestamp.fromString
(String dateString, com.streambase.sb.util.CSV.FormatInfo format) Create a timestamp using the given string and format.TimeService.getFutureTimestamp
(long targetAdvance, TimeUnit timeUnit) Get the time stamp of a time point based on the specific time advancefinal Timestamp
Tuple.getTimestamp
(int fieldIndex) Return the value of the timestamp field at a specified field index.Tuple.getTimestamp
(Schema.Field field) Return the value of a specified timestamp field.final Timestamp
Tuple.getTimestamp
(String fieldPathName) Return the value of a named timestamp field.protected Timestamp
ReadOnlyCompositeTuple.getTimestampImpl
(Schema.Field field) protected Timestamp
ReadOnlyTupleByIndexWrapper.getTimestampImpl
(Schema.Field field) ReadOnlyTupleRep.getTimestampImpl
(Schema.Field field) protected Timestamp
ReadWriteTupleWrapper.getTimestampImpl
(Schema.Field field) TupleRep.getTimestampImpl
(Schema.Field field) static Timestamp
Timestamp.msecs
(long timeVal) Create a timestamp using only a timeValstatic Timestamp
Timestamp.msecs
(long type, double ms) Deprecated.TimestampType type enum replaces use of long type.static Timestamp
Timestamp.msecs
(long type, long ms) Deprecated.TimestampType type enum replaces use of long type.static Timestamp
Timestamp.msecs
(Timestamp.Type type, double ms) Create a timestamp using the following type and # of millisecondsstatic Timestamp
Timestamp.msecs
(Timestamp.Type type, long ms) Create a timestamp using the following type and # of millisecondsstatic Timestamp
Timestamp.now()
Create a timestamp using the current timestatic Timestamp
Timestamp.secs
(long type, double secs) Deprecated.TimestampType type enum replaces use of long type.static Timestamp
Timestamp.secs
(long type, long secs) Deprecated.TimestampType type enum replaces use of long type.static Timestamp
Timestamp.secs
(Timestamp.Type type, double secs) Create a timestamp using the following type and # of secondsstatic Timestamp
Timestamp.secs
(Timestamp.Type type, long secs) Create a timestamp using the following type and # of secondsModifier and TypeMethodDescriptionTuple.DefaultTupleFormatter.formatTimestamp
(Timestamp t) Tuple.TupleFormatter.formatTimestamp
(Timestamp t) Return a string representation of the given StreamBase timestamp valuefinal void
Tuple.setTimestamp
(int fieldIndex, Timestamp value) Set the timestamp field at a specified field index to a specified value.void
Tuple.setTimestamp
(Schema.Field field, Timestamp value) Set a named timestamp field to a specified value.final void
Tuple.setTimestamp
(String fieldPathName, Timestamp value) Set a named timestamp field to a specified value.protected void
ReadOnlyTuple.setTimestampImpl
(Schema.Field field, Timestamp value) protected void
ReadWriteTupleWrapper.setTimestampImpl
(Schema.Field field, Timestamp value) void
TupleRep.setTimestampImpl
(Schema.Field field, Timestamp value) Modifier and TypeMethodDescriptionprotected boolean
ToStringCache.removeEldestEntry
(Map.Entry<Timestamp, String> eldest) -
Uses of Timestamp in com.streambase.sb.monitor
Modifier and TypeMethodDescription(package private) Timestamp
Snapshot.getPreviousTimestamp()
Get previous timestamp valueSnapshot.getTimestamp()
Return the time when this snapshot was taken.Modifier and TypeMethodDescription(package private) void
Snapshot.setTimestamp
(Timestamp timestamp) Set timestamp of snapshot