Package com.illumon.iris.db.tables.live
Interface LiveTable
- 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
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()
Refresh this LiveTable.
-
Method Details
-
refresh
void refresh()Refresh this LiveTable.
-