Package io.deephaven.engine.rowset
Interface TrackingRowSet.Indexer
- All Known Implementing Classes:
RowSetIndexer
- Enclosing interface:
- TrackingRowSet
public static interface TrackingRowSet.Indexer
Minimal interface for optional, opaque indexer objects hosted by TrackingRowSet instances.
-
Method Summary
Modifier and TypeMethodDescriptionvoidCallback for the host TrackingRowSet to report a modification that may invalidate cached indexing information.
-
Method Details
-
rowSetChanged
void rowSetChanged()Callback for the host TrackingRowSet to report a modification that may invalidate cached indexing information.
-