Interface LiveTable

All Superinterfaces:
Runnable
All Known Implementing Classes:
AppendOnlyArrayBackedMutableTable, AutoTuningIncrementalReleaseFilter, BaseIncrementalReleaseFilter, ClockFilter, ConnectionAwareRemoteTable, DataDrivenReplayer, FixedStepReplayer, IncrementalReleaseFilter, InstrumentedLiveTable, KeyedArrayBackedMutableTable, LastByTableImportState, LastByTableImportState.ResultTableMap, LiveQueryTable, LiveTableRefreshCombiner, OneShotRefreshCombiner, QueryReplayGroupedTable, Replayer, ReplayGroupedFullTable, ReplayLastByGroupedTable, ReplayTable, ReplicatedTable, RollingReleaseFilter, SortedClockFilter, TimeSeriesFilter, TimeTable, UnsortedClockFilter, UpdatableTable

public interface LiveTable extends Runnable
An object that should be refreshed by the LiveTableMonitor.
ApiNote:
although the interface is called LiveTable, it need not be a Table.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Refresh this LiveTable.
    default void
    run()
     
  • Method Details

    • refresh

      void refresh()
      Refresh this LiveTable.
    • run

      @FinalDefault default void run()
      Specified by:
      run in interface Runnable