5 #ifndef vnsw_agent_stats_coll_h_ 
    6 #define vnsw_agent_stats_coll_h_ 
    8 #include <boost/asio.hpp> 
   43     virtual bool Run() = 0;
 
DISALLOW_COPY_AND_ASSIGN(StatsCollector)
 
void set_expiry_time(int time)
 
TaskTrigger * timer_restart_trigger_
 
void RescheduleTimer(int time)
 
virtual ~StatsCollector()
 
StatsCollector(int task_id, int32_t instance, boost::asio::io_service &io, int exp, std::string timer_name)
 
void TestStartStopTimer(bool stop)
 
static bool DeleteTimer(Timer *Timer)
 
bool Start(int time, Handler handler, ErrorHandler error_handler=NULL)
 
bool Reschedule(int time)