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/31 23:30:45 UTC

[jira] [Commented] (REEF-660) Remove obsolete APIs from o.a.r.Driver (.NET)

    [ https://issues.apache.org/jira/browse/REEF-660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14724078#comment-14724078 ] 

Mariia Mykhailova commented on REEF-660:
----------------------------------------

For {{lang/cs/Org.Apache.REEF.Common/Constants.cs}}, {{REEFFileNames.cs}} doesn't have constant with value {{"clrBridge.config"}}. We have to create it in this change, right?

> Remove obsolete APIs from o.a.r.Driver (.NET)
> ---------------------------------------------
>
>                 Key: REEF-660
>                 URL: https://issues.apache.org/jira/browse/REEF-660
>             Project: REEF
>          Issue Type: Task
>          Components: REEF.NET Driver
>            Reporter: Mariia Mykhailova
>            Priority: Minor
>
> {noformat}
> lang/cs/Org.Apache.REEF.Common/Constants.cs:26:        [Obsolete(message:"Use REEFFileNames instead.")]
> lang/cs/Org.Apache.REEF.Common/Constants.cs-27-        public const string ClrBridgeRuntimeConfiguration = "clrBridge.config";
> --
> lang/cs/Org.Apache.REEF.Driver/Bridge/DriverBridge.cs:330:        [Obsolete(@"Obsoleted at versioin 0.12 and will be removed at version 0.13. See https://issues.apache.org/jira/browse/REEF-168")]
> lang/cs/Org.Apache.REEF.Driver/Bridge/DriverBridge.cs:331:        internal void ObsoleteEvaluatorRequestorOnNext(IEvaluatorRequestor evaluatorRequestor)
> --
> lang/cs/Org.Apache.REEF.Driver/Bridge/DriverBridgeConfiguration.cs:39:    [Obsolete(message:"Obsolete since 0.12, will be removed in 0,.13. Use DriverConfiguration instead.", error:false)]
> lang/cs/Org.Apache.REEF.Driver/Bridge/DriverBridgeConfiguration.cs-40-    public class DriverBridgeConfiguration : ConfigurationModuleBuilder
> --
> lang/cs/Org.Apache.REEF.Driver/Bridge/DriverBridgeConfiguration.cs:46:        [Obsolete("Use OnDriverStart instead. Please see Jira REEF-336. Obsoleted v0.12 and will be removed v0.13", false)]
> lang/cs/Org.Apache.REEF.Driver/Bridge/DriverBridgeConfiguration.cs-47-        public static readonly OptionalImpl<IStartHandler> OnDriverStarted = new OptionalImpl<IStartHandler>();
> --
> lang/cs/Org.Apache.REEF.Driver/Bridge/DriverBridgeConfiguration.cs:58:        [Obsolete(@"Obsoleted at versioin 0.12 and will be removed at version 0.13. See https://issues.apache.org/jira/browse/REEF-168")]
> lang/cs/Org.Apache.REEF.Driver/Bridge/DriverBridgeConfiguration.cs-59-        [SuppressMessage("Microsoft.Security", "CA2104:Do not declare read only mutable reference types", Justification = "not applicable")]
> lang/cs/Org.Apache.REEF.Driver/Bridge/DriverBridgeConfiguration.cs-60-        public static readonly OptionalImpl<IObserver<IEvaluatorRequestor>> OnEvaluatorRequested = new OptionalImpl<IObserver<IEvaluatorRequestor>>();
> --
> lang/cs/Org.Apache.REEF.Driver/Constants.cs:137:        [Obsolete(message:"Use REEFFileNames instead.")]
> lang/cs/Org.Apache.REEF.Driver/Constants.cs-138-        public const string DriverBridgeConfiguration = Common.Constants.ClrBridgeRuntimeConfiguration;
> lang/cs/Org.Apache.REEF.Driver/Constants.cs-139-
> --
> lang/cs/Org.Apache.REEF.Driver/Contract/IBridgeContract.cs:24:    [Obsolete("Tmp code never used")]
> lang/cs/Org.Apache.REEF.Driver/Contract/IBridgeContract.cs-25-    public interface IBridgeContract
> --
> lang/cs/Org.Apache.REEF.Driver/Defaults/DefaultDriverStartedHandler.cs:27:    [Obsolete("This class will be removed in 0.13.", false)]
> lang/cs/Org.Apache.REEF.Driver/Defaults/DefaultDriverStartedHandler.cs-28-    internal sealed class DefaultDriverStartedHandler : IObserver<IDriverStarted>
> --
> lang/cs/Org.Apache.REEF.Driver/Defaults/DefaultObsoleteDriverStartHandler.cs:28:    [Obsolete(
> lang/cs/Org.Apache.REEF.Driver/Defaults/DefaultObsoleteDriverStartHandler.cs:29:        "Implement IObserver<DateTime> instead. Please see Jira REEF-336. Obsoleted v0.12 and will be removed v0.13",
> lang/cs/Org.Apache.REEF.Driver/Defaults/DefaultObsoleteDriverStartHandler.cs-30-        false)]
> lang/cs/Org.Apache.REEF.Driver/Defaults/DefaultObsoleteDriverStartHandler.cs:31:    public class DefaultObsoleteDriverStartHandler : IStartHandler
> --
> lang/cs/Org.Apache.REEF.Driver/IStartHandler.cs:27:    [Obsolete(
> lang/cs/Org.Apache.REEF.Driver/IStartHandler.cs:28:        "Implement IObserver<DateTime> instead. Please see Jira REEF-336. Obsoleted v0.12 and will be removed v0.13",
> lang/cs/Org.Apache.REEF.Driver/IStartHandler.cs-29-        false)]
> lang/cs/Org.Apache.REEF.Driver/IStartHandler.cs-30-    public interface IStartHandler
> {noformat}



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