You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Mariia Mykhailova (JIRA)" <ji...@apache.org> on 2015/08/28 01:13:46 UTC

[jira] [Created] (REEF-661) Remove obsolete APIs from o.a.r.Network (.NET)

Mariia Mykhailova created REEF-661:
--------------------------------------

             Summary: Remove obsolete APIs from o.a.r.Network (.NET)
                 Key: REEF-661
                 URL: https://issues.apache.org/jira/browse/REEF-661
             Project: REEF
          Issue Type: Task
          Components: REEF.NET
            Reporter: Mariia Mykhailova
            Priority: Minor


{noformat}
lang/cs/Org.Apache.REEF.Network/Naming/NameClient.cs:67:        [Obsolete("This constructor will be made private in 0.13 version", false)]
lang/cs/Org.Apache.REEF.Network/Naming/NameClient.cs-68-        [Inject]
lang/cs/Org.Apache.REEF.Network/Naming/NameClient.cs-69-        public NameClient(
--
lang/cs/Org.Apache.REEF.Network/Naming/NameClient.cs:103:        [Obsolete("This constructor will be removed in the 0.13 version", false)]
lang/cs/Org.Apache.REEF.Network/Naming/NameClient.cs-104-        public NameClient(IPEndPoint remoteEndpoint)
--
lang/cs/Org.Apache.REEF.Network/Naming/NameServer.cs:57:        [Obsolete("Please use TANG injection instead.")]
lang/cs/Org.Apache.REEF.Network/Naming/NameServer.cs-58-        [Inject]
lang/cs/Org.Apache.REEF.Network/Naming/NameServer.cs-59-        public NameServer(
{noformat}




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)