Package io.deephaven.enterprise.database
Interface ReplayAccess.Options
- Enclosing class:
- ReplayAccess
public static sealed interface ReplayAccess.Options
Replay access options.
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic ReplayAccess.Optionsof(Clock clock, ReplayAccess.Source source, ReplayAccess.ReplayMode mode, String timestampColumnName, ReplayAccess.OutputAttributes outputAttributes) Creates a new replay options instance.
-
Method Details
-
of
static ReplayAccess.Options of(Clock clock, ReplayAccess.Source source, ReplayAccess.ReplayMode mode, String timestampColumnName, ReplayAccess.OutputAttributes outputAttributes) Creates a new replay options instance.- Parameters:
clock- the replay clocksource- the replay sourcemode- the replay modetimestampColumnName- the timestamp column nameoutputAttributes- the desired output attributes- Returns:
- the options
-