Class HistoryTable

  • All Implemented Interfaces:
    java.io.Serializable, HasTableOperations, Table

    public class HistoryTable
    extends java.lang.Object
    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:
    Serialized Form