public class DataIndexRowIterator extends AbstractFileSystemIterator<GeoWaveRow>
CloseableIterator.Empty<E>, CloseableIterator.Wrapper<E>
Constructor and Description |
---|
DataIndexRowIterator(Path subDirectory,
byte[] startKey,
byte[] endKey,
short adapterId,
String typeName,
FileSystemDataFormatter.DataIndexFormatter formatter) |
Modifier and Type | Method and Description |
---|---|
protected GeoWaveRow |
readRow(org.locationtech.geowave.datastore.filesystem.util.FileSystemKey key,
byte[] value) |
close, hasNext, next
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
public DataIndexRowIterator(Path subDirectory, byte[] startKey, byte[] endKey, short adapterId, String typeName, FileSystemDataFormatter.DataIndexFormatter formatter)
protected GeoWaveRow readRow(org.locationtech.geowave.datastore.filesystem.util.FileSystemKey key, byte[] value)
readRow
in class AbstractFileSystemIterator<GeoWaveRow>
Copyright © 2013–2020. All rights reserved.