Class ReplayConfigurationImpl

java.lang.Object
io.deephaven.enterprise.replay.ReplayConfigurationImpl
All Implemented Interfaces:
ReplayConfiguration

public class ReplayConfigurationImpl extends Object implements ReplayConfiguration
A holder for TableReplayConfigurations, that allows the configurations to be accessed by namespace and tablename.

When a table has no configuration for a property, the namespace configuration is used as a fallback. When the namespace has no configuration, then the default configuration is used as a fallback.