Class TimeTable

All Implemented Interfaces:
TableOperations<Table,Table>, TableOperationsDefaults<Table,Table>, LogOutputAppendable, LivenessManager, LivenessNode, LivenessReferent, AttributeMap<Table>, GridAttributes<Table>, HasParentPerformanceIds, HasRefreshingSource, NotificationStepReceiver, NotificationStepSource, TableDefaults, Table, DynamicNode, NotificationQueue.Dependency, SystemicObject<Table>, LongSizedDataStructure, Serializable, Runnable

public final class TimeTable extends QueryTable implements Runnable, HasRefreshingSource
A TimeTable adds rows at a fixed interval with a single column named "Timestamp".

To create a TimeTable, you should use the TableTools.timeTable(java.lang.String) family of methods.

See Also:
ImplNote:
The constructor publishes this to the UpdateSourceRegistrar and thus cannot be subclassed.