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