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<SinglePartitionQueryRanges> ranges,
GeoWaveRowIteratorTransformer<T> rowTransformer,
java.util.function.Predicate<GeoWaveRow> filter,
boolean rowMerging,
boolean async,
org.apache.commons.lang3.tuple.Pair<Boolean,Boolean> groupByRowAndSortByTimePair,
boolean isSortFinalResultsBySortKey,
boolean visibilityEnabled) |
protected BatchedRangeRead(org.redisson.api.RedissonClient client, RedisOptions.Compression compression, String setNamePrefix, short adapterId, Collection<SinglePartitionQueryRanges> ranges, GeoWaveRowIteratorTransformer<T> rowTransformer, java.util.function.Predicate<GeoWaveRow> filter, boolean rowMerging, boolean async, org.apache.commons.lang3.tuple.Pair<Boolean,Boolean> groupByRowAndSortByTimePair, boolean isSortFinalResultsBySortKey, boolean visibilityEnabled)
public CloseableIterator<T> results()
Copyright © 2013–2022. All rights reserved.