public static class AbstractMRMWTestCase.WriterTask extends Object implements Callable<Integer>
The writer uses a AbstractMRMWTestCase.GroundTruth
object to expose state to the
readers so that they can perform reads on written records and so that the
can validate those reads against ground truth.
Constructor and Description |
---|
AbstractMRMWTestCase.WriterTask(AbstractMRMWTestCase.GroundTruth groundTruth,
IRawStore store,
int reclen,
int nwrites,
boolean forceToDisk) |
public AbstractMRMWTestCase.WriterTask(AbstractMRMWTestCase.GroundTruth groundTruth, IRawStore store, int reclen, int nwrites, boolean forceToDisk)
groundTruth
- Used to store ground truth for written records.store
- The store on which records will be written.reclen
- The maximum record length to write - random length records
of up to this length will be written.nwrites
- The #of records to write.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.