Class IntradayControl.RescanOptions

java.lang.Object
io.deephaven.configuration.IntradayControl.RescanOptions
Enclosing class:
IntradayControl

@Immutable public abstract static class IntradayControl.RescanOptions extends Object
Configuration for a rescan request: an optional target table, DIS include/exclude lists, a logger, and the authentication context to use when contacting DISs.

A rescan targets either a single table or every intraday table. Set the target with IntradayControl.RescanOptions.Builder.table(String, String), IntradayControl.RescanOptions.Builder.table(String, String, String), (or IntradayControl.RescanOptions.Builder.table(TableIdentifier)); leaving it unset rescans all tables.