public long getEventsPerMinute() {
   DataThread<V> thread = _thread;
   if (thread == null) return 0;
   return thread.getEventsPerMinute();
 }