Uses of Class
com.streambase.sb.Timestamp
-
Packages that use Timestamp Package Description com.streambase.liveview.client Provides classes and interfaces fundamental to the TIBCO LiveView Java API.com.streambase.sb Provides classes and interfaces fundamental to the TIBCO StreamBase Java API.com.streambase.sb.monitor Provides classes and interfaces to monitor the behavior of a running StreamBase server. -
-
Uses of Timestamp in com.streambase.liveview.client
Methods in com.streambase.liveview.client that return Timestamp Modifier and Type Method Description Timestamp
Table. getCreateTime()
Returns the time when the table was created -
Uses of Timestamp in com.streambase.sb
Methods in com.streambase.sb that return Timestamp Modifier and Type Method Description static 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, CSV.FormatInfo format)
Create a timestamp using the given string and format.Timestamp
TimeService. getFutureTimestamp(long targetAdvance, TimeUnit timeUnit)
Get the time stamp of a time point based on the specific time advanceTimestamp
Tuple. getTimestamp(int fieldIndex)
Return the value of the timestamp field at a specified field index.Timestamp
Tuple. getTimestamp(Schema.Field field)
Return the value of a specified timestamp field.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)
Timestamp
ReadOnlyTupleRep. getTimestampImpl(Schema.Field field)
protected Timestamp
ReadWriteTupleWrapper. getTimestampImpl(Schema.Field field)
Timestamp
TupleRep. getTimestampImpl(Schema.Field field)
static Timestamp
Timestamp. msecs(long type, double ms)
Create a timestamp using the following type and # of millisecondsstatic Timestamp
Timestamp. msecs(long 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)
Create a timestamp using the following type and # of secondsstatic Timestamp
Timestamp. secs(long type, long secs)
Create a timestamp using the following type and # of secondsMethods in com.streambase.sb with parameters of type Timestamp Modifier and Type Method Description CharSequence
Tuple.DefaultTupleFormatter. formatTimestamp(Timestamp t)
CharSequence
Tuple.TupleFormatter. formatTimestamp(Timestamp t)
Return a string representation of the given StreamBase timestamp valuevoid
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.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)
-
Uses of Timestamp in com.streambase.sb.monitor
Fields in com.streambase.sb.monitor declared as Timestamp Modifier and Type Field Description protected Timestamp
Snapshot. prev_timestamp
Methods in com.streambase.sb.monitor that return Timestamp Modifier and Type Method Description Timestamp
Snapshot. getTimestamp()
Return the time when this snapshot was taken.
-