Class HistoryTable

All Implemented Interfaces:
Serializable, Table

public class HistoryTable extends BaseMetadataTable
A Table implementation that exposes a table's history as rows.

History is based on the table's snapshot log, which logs each update to the table's current snapshot.

See Also: