Class InstrumentedUpdateSource

java.lang.Object
io.deephaven.engine.table.impl.InstrumentedUpdateSource
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
InstrumentedTableUpdateSource

public abstract class InstrumentedUpdateSource extends Object implements Runnable
  • Field Details

  • Constructor Details

    • InstrumentedUpdateSource

      public InstrumentedUpdateSource(@NotNull @NotNull UpdateSourceRegistrar updateSourceRegistrar, @Nullable String description)
  • Method Details

    • run

      public final void run()
      Specified by:
      run in interface Runnable
    • instrumentedRefresh

      protected abstract void instrumentedRefresh()
    • onRefreshError

      protected abstract void onRefreshError(Exception error)