[FLINK-20265] [core] Deprecate PersistedRemoteFunctionValues constructor which supports eager state specs

Constructing PersistedRemoteFunctionValues with eagerly declared state
specs will eventually be removed once old module specification YAML
formats, which supports eager state declarations, are removed.

States are now dynamically registered with #registerStates(List).
1 file changed