Added config service interface for netty EventExecutor, module implementation of... 53/2653/1
authorMilos Fabian <milfabia@cisco.com>
Tue, 12 Nov 2013 10:09:58 +0000 (11:09 +0100)
committerMilos Fabian <milfabia@cisco.com>
Tue, 12 Nov 2013 10:09:58 +0000 (11:09 +0100)
commitfd51e941751a3c0ef78b2b8d110ded138f763cf4
tree281d421c5781f5a0750e4ef62176a1259c604978
parente5d858b1c5849f1c32d4303cf9e068fc4bf31d95
Added config service interface for netty EventExecutor, module implementation of GlobalEventExecutor.

Change-Id: I64064320705b116e42360831e3f53481388f5dbb
Signed-off-by: Milos Fabian <milfabia@cisco.com>
opendaylight/config/netty-event-executor-config/pom.xml [new file with mode: 0644]
opendaylight/config/netty-event-executor-config/src/main/java/org/opendaylight/controller/config/yang/netty/eventexecutor/GlobalEventExecutorModule.java [new file with mode: 0644]
opendaylight/config/netty-event-executor-config/src/main/java/org/opendaylight/controller/config/yang/netty/eventexecutor/GlobalEventExecutorModuleFactory.java [new file with mode: 0644]
opendaylight/config/netty-event-executor-config/src/main/yang/netty-event-executor.yang [new file with mode: 0644]
opendaylight/config/netty-event-executor-config/src/test/java/org/opendaylight/controller/config/yang/netty/eventexecutor/GlobalEventExecutorModuleTest.java [new file with mode: 0644]
opendaylight/config/pom.xml
opendaylight/config/threadpool-config-api/pom.xml
opendaylight/config/threadpool-config-api/src/main/yang/threadpool.yang