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