X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fconfig%2Fnetty-timer-config%2Fsrc%2Fmain%2Fyang%2Fnetty-timer.yang;h=c9ada0c3d98440d85d6a76b27fcfa01718883aa2;hb=refs%2Fchanges%2F82%2F38282%2F6;hp=b53b13f5a864c8be42f5c12e838a34d636685cc0;hpb=90e562e3dcc64e46a657ef4ab3047b2b709339c7;p=controller.git diff --git a/opendaylight/config/netty-timer-config/src/main/yang/netty-timer.yang b/opendaylight/config/netty-timer-config/src/main/yang/netty-timer.yang index b53b13f5a8..c9ada0c3d9 100644 --- a/opendaylight/config/netty-timer-config/src/main/yang/netty-timer.yang +++ b/opendaylight/config/netty-timer-config/src/main/yang/netty-timer.yang @@ -1,7 +1,7 @@ // vi: set smarttab et sw=4 tabstop=4: module netty-timer { yang-version 1; - namespace "urn:opendaylight:params:xml:ns:yang:controller:netty:timer"; + namespace "urn:opendaylight:params:xml:ns:yang:controller:netty:timer"; prefix "netty-timer"; import config { prefix config; revision-date 2013-04-05; } @@ -17,18 +17,19 @@ module netty-timer { netty timer implementation. Copyright (c)2013 Cisco Systems, Inc. All rights reserved.; - + This program and the accompanying materials are made available - under the terms of the Eclipse Public License v1.0 which - accompanies this distribution, and is available at - http://www.eclipse.org/legal/epl-v10.html"; + under the terms of the Eclipse Public License v1.0 which + accompanies this distribution, and is available at + http://www.eclipse.org/legal/epl-v10.html"; revision "2013-11-19" { description "Initial revision"; } - + identity netty-hashed-wheel-timer { + status deprecated; base config:module-type; config:provided-service netty:netty-timer; config:java-name-prefix HashedWheelTimer; @@ -37,23 +38,26 @@ module netty-timer { augment "/config:modules/config:module/config:configuration" { case netty-hashed-wheel-timer { when "/config:modules/config:module/config:type = 'netty-hashed-wheel-timer'"; - + leaf tick-duration { + status deprecated; type uint32; } - + leaf ticks-per-wheel { + status deprecated; type uint16; } - - container thread-factory { - uses config:service-ref { - refine type { - mandatory false; - config:required-identity th:threadfactory; - } - } - } + + container thread-factory { + status deprecated; + uses config:service-ref { + refine type { + mandatory false; + config:required-identity th:threadfactory; + } + } + } } } } \ No newline at end of file