How to do it...

  1. Create asynchronous iterators with asynchronous prefetch:
DatasetIterator asyncIterator = new AsyncMultiDataSetIterator(iterator);
  1. Create asynchronous iterators with synchronous prefetch:
DataSetIterator shieldIterator = new AsyncShieldDataSetIterator(iterator);
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset