You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2017/10/06 18:18:01 UTC

[jira] [Created] (FLINK-7775) Remove unreferenced method PermanentBlobCache#getNumberOfCachedJobs

Ted Yu created FLINK-7775:
-----------------------------

             Summary: Remove unreferenced method PermanentBlobCache#getNumberOfCachedJobs
                 Key: FLINK-7775
                 URL: https://issues.apache.org/jira/browse/FLINK-7775
             Project: Flink
          Issue Type: Task
            Reporter: Ted Yu
            Priority: Minor


{code}
  public int getNumberOfCachedJobs() {
    return jobRefCounters.size();
  }
{code}
The method is not used.

We should remove it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)