Package io.deephaven.engine.table.impl
Interface HasParentPerformanceIds
- All Known Implementing Classes:
AppendOnlyArrayBackedInputTable
,BarrageBlinkTable
,BarrageRedirectedTable
,BarrageTable
,BaseTable
,DeferredViewTable
,DynamicWhereFilter
,IcebergTableImpl
,InMemoryTable
,KeyedArrayBackedInputTable
,PartitionAwareSourceTable
,QueryReplayGroupedTable
,QueryTable
,QueryTable.FilteredTable
,RedefinableTable
,ReplayGroupedFullTable
,ReplayLastByGroupedTable
,ReplayTable
,ReplayTableBase
,SimpleSourceTable
,SourceTable
,TimeTable
,UncoalescedTable
,UpdatableTable
,UpdateSourceQueryTable
public interface HasParentPerformanceIds
An interface to indicate that an object has refreshing behavior and can provide
performance
entry
identifiers.
The provided performance entries are used to generate entries in the
ancestors log
, for objects that are not Listeners themselves to
participate in parent discovery.
-
Method Summary
-
Method Details
-
parentPerformanceEntryIds
LongStream parentPerformanceEntryIds()
-