Package io.deephaven.engine.table.impl
Class InstrumentedUpdateSource
java.lang.Object
io.deephaven.engine.table.impl.InstrumentedUpdateSource
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
InstrumentedTableUpdateSource
-
Field Summary
Modifier and TypeFieldDescriptionprotected final PerformanceEntry
protected final UpdateSourceRegistrar
-
Constructor Summary
ConstructorDescriptionInstrumentedUpdateSource
(@NotNull UpdateSourceRegistrar updateSourceRegistrar, String description) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract void
protected abstract void
onRefreshError
(Exception error) final void
run()
-
Field Details
-
updateSourceRegistrar
-
entry
-
-
Constructor Details
-
InstrumentedUpdateSource
public InstrumentedUpdateSource(@NotNull @NotNull UpdateSourceRegistrar updateSourceRegistrar, @Nullable String description)
-
-
Method Details