Added statistics bundle 76/50776/21
authorGuy Regev <guy.regev@hpe.com>
Mon, 16 Jan 2017 13:53:16 +0000 (15:53 +0200)
committerAlon Kochba <alonko@hpe.com>
Mon, 13 Mar 2017 14:12:07 +0000 (14:12 +0000)
commitad429296ec52c3f63213b9acdf22b0f1ebd320ff
tree22be0131856c5faaae19228a2755c01042cab297
parentd554f4a5c6505eb140834286526dc3b86c8b9cf9
Added statistics bundle

Change-Id: I2d10a9871c04373e944a07c1ff96bfd9a4f272fa
Signed-off-by: Guy Regev <guy.regev@hpe.com>
14 files changed:
vpnservice/features/pom.xml
vpnservice/features/src/main/features/features.xml
vpnservice/pom.xml
vpnservice/statistics/api/pom.xml [new file with mode: 0644]
vpnservice/statistics/api/src/main/yang/statistics.yang [new file with mode: 0644]
vpnservice/statistics/impl/pom.xml [new file with mode: 0644]
vpnservice/statistics/impl/src/main/java/org/opendaylight/statistics/CounterRequestType.java [new file with mode: 0644]
vpnservice/statistics/impl/src/main/java/org/opendaylight/statistics/CounterResultDataStructure.java [new file with mode: 0644]
vpnservice/statistics/impl/src/main/java/org/opendaylight/statistics/CounterRetriever.java [new file with mode: 0644]
vpnservice/statistics/impl/src/main/java/org/opendaylight/statistics/CountersUtils.java [new file with mode: 0644]
vpnservice/statistics/impl/src/main/java/org/opendaylight/statistics/StatisticsImpl.java [new file with mode: 0644]
vpnservice/statistics/impl/src/main/java/org/opendaylight/statistics/StatisticsProvider.java [new file with mode: 0644]
vpnservice/statistics/impl/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml [new file with mode: 0644]
vpnservice/statistics/pom.xml [new file with mode: 0644]