public class BatchedRangeRead<T> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
BatchedRangeRead(org.redisson.api.RedissonClient client,
RedisOptions.Compression compression,
String setNamePrefix,
short adapterId,
Collection<org.locationtech.geowave.core.index.SinglePartitionQueryRanges> ranges,
org.locationtech.geowave.core.store.entities.GeoWaveRowIteratorTransformer<T> rowTransformer,
Predicate<org.locationtech.geowave.core.store.entities.GeoWaveRow> filter,
boolean rowMerging,
boolean async,
org.apache.commons.lang3.tuple.Pair<Boolean,Boolean> groupByRowAndSortByTimePair,
boolean isSortFinalResultsBySortKey,
boolean visibilityEnabled) |
| Modifier and Type | Method and Description |
|---|---|
org.locationtech.geowave.core.store.CloseableIterator<T> |
results() |
protected BatchedRangeRead(org.redisson.api.RedissonClient client,
RedisOptions.Compression compression,
String setNamePrefix,
short adapterId,
Collection<org.locationtech.geowave.core.index.SinglePartitionQueryRanges> ranges,
org.locationtech.geowave.core.store.entities.GeoWaveRowIteratorTransformer<T> rowTransformer,
Predicate<org.locationtech.geowave.core.store.entities.GeoWaveRow> filter,
boolean rowMerging,
boolean async,
org.apache.commons.lang3.tuple.Pair<Boolean,Boolean> groupByRowAndSortByTimePair,
boolean isSortFinalResultsBySortKey,
boolean visibilityEnabled)
public org.locationtech.geowave.core.store.CloseableIterator<T> results()
Copyright © 2013–2020. All rights reserved.