Package io.deephaven.enterprise.replay
Interface ReplayConfiguration
- All Known Implementing Classes:
ReplayConfigurationImpl
public interface ReplayConfiguration
An interface for providing
TableReplayConfiguration
s by namespace and table name.-
Method Summary
Modifier and TypeMethodDescriptionconfigurationFor
(@NotNull String namespace, @NotNull String tableName)
-
Method Details
-
configurationFor
TableReplayConfiguration configurationFor(@NotNull @NotNull String namespace, @NotNull @NotNull String tableName)
-