public class RocksDBQueryExecution<T> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
RocksDBQueryExecution(RocksDBClient client,
String indexNamePrefix,
short adapterId,
org.locationtech.geowave.core.store.entities.GeoWaveRowIteratorTransformer<T> rowTransformer,
Collection<org.locationtech.geowave.core.index.SinglePartitionQueryRanges> ranges,
Predicate<org.locationtech.geowave.core.store.entities.GeoWaveRow> filter,
boolean rowMerging,
boolean async,
org.apache.commons.lang3.tuple.Pair<Boolean,Boolean> groupByRowAndSortByTimePair,
boolean isSortFinalResultsBySortKey) |
| Modifier and Type | Method and Description |
|---|---|
org.locationtech.geowave.core.store.CloseableIterator<T> |
executeQuery(List<org.locationtech.geowave.datastore.rocksdb.operations.RocksDBQueryExecution.RangeReadInfo> reads) |
org.locationtech.geowave.core.store.CloseableIterator<T> |
results() |
protected RocksDBQueryExecution(RocksDBClient client, String indexNamePrefix, short adapterId, org.locationtech.geowave.core.store.entities.GeoWaveRowIteratorTransformer<T> rowTransformer, Collection<org.locationtech.geowave.core.index.SinglePartitionQueryRanges> ranges, Predicate<org.locationtech.geowave.core.store.entities.GeoWaveRow> filter, boolean rowMerging, boolean async, org.apache.commons.lang3.tuple.Pair<Boolean,Boolean> groupByRowAndSortByTimePair, boolean isSortFinalResultsBySortKey)
Copyright © 2013–2020. All rights reserved.