*/
public class TestStaticDataArrayApi extends AbstractTestArrayStoreApi {
@Override
protected ArrayStore createStore(File homeDir) throws Exception {
return new StaticDataArray(
_rand.nextInt(1 << 20), /* length */
100, /* batchSize */
5, /* numSyncBatches */
homeDir,
new MappedSegmentFactory(),