Package com.illumon.iris.db.v2
Class InstrumentedLiveTable
java.lang.Object
com.illumon.iris.db.v2.InstrumentedLiveTable
- All Implemented Interfaces:
LiveTable
public abstract class InstrumentedLiveTable extends Object implements LiveTable
-
Field Summary
Fields Modifier and Type Field Description protected UpdatePerformanceTracker.Entry
entry
-
Constructor Summary
Constructors Constructor Description InstrumentedLiveTable(String description)
-
Method Summary
Modifier and Type Method Description protected abstract void
instrumentedRefresh()
void
refresh()
Refresh this LiveTable.
-
Field Details
-
Constructor Details
-
Method Details
-
refresh
public final void refresh()Description copied from interface:LiveTable
Refresh this LiveTable. -
instrumentedRefresh
protected abstract void instrumentedRefresh()
-