Constructor and Description |
---|
StressTestConcurrent.Task(IIndex ndx,
int keyLen,
int nops,
double insertRate,
IIndex groundTruth,
ReentrantLock lock) |
public StressTestConcurrent.Task(IIndex ndx, int keyLen, int nops, double insertRate, IIndex groundTruth, ReentrantLock lock)
ndx
- The index under test.groundTruth
- Used for performing ground truth correctness tests when
running against one or more data services with index
partition split, move, and join enabled (optional). When
specified this should be backed by a
TemporaryStore
or TemporaryRawStore
. The
caller is responsible for validating the index under test
against the ground truth on completion of the test.lock
- Used to coordinate operations on the groundTruth store.
May be null
if the groundTruth store is
null
.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.