this.entries = new ConcurrentHashMap<String, Map<String, Object>>();
//this.entries = new ConcurrentHashMap<String, Object>();
this.pool = new ForkJoinPool();
this.observerTask = new ObserverTask<Integer, org.flowforwarding.warp.jcontroller.restapi.RestApiTask>();
Timer timer = new HashedWheelTimer();
this.handlerTask = new ChannelHandler(timer, 0, 0, 20);
//this.handlerTask = new ChannelHandler();
this.pool.execute(observerTask);