Stefan Richter created FLINK-9436: ------------------------------------- Summary: Remove generic parameter namespace from InternalTimeServiceManager Key: FLINK-9436 URL: https://issues.apache.org/jira/browse/FLINK-9436 Project: Flink Issue Type: Improvement Components: State Backends, Checkpointing Affects Versions: 1.6.0 Reporter: Stefan Richter Assignee: Stefan Richter Fix For: 1.6.0
Currently {{InternalTimeServiceManager<K, N>}} declares a generic parameter {{N}} for namespace. This parameter is not useful or even misleading, because in the current implementation the managed timer services can all have different types for their {{N}}. I suggest to remove the parameter. -- This message was sent by Atlassian JIRA (v7.6.3#76005)