public class AccumuloReader<T> extends Object implements RowReader<T>
CloseableIterator.Empty<E>, CloseableIterator.Wrapper<E>
Modifier and Type | Field and Description |
---|---|
protected org.apache.accumulo.core.client.ScannerBase |
scanner |
Constructor and Description |
---|
AccumuloReader(org.apache.accumulo.core.client.ScannerBase scanner,
GeoWaveRowIteratorTransformer<T> transformer,
int partitionKeyLength,
boolean wholeRowEncoding,
boolean clientSideRowMerging,
boolean parallel) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
hasNext() |
T |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
public AccumuloReader(org.apache.accumulo.core.client.ScannerBase scanner, GeoWaveRowIteratorTransformer<T> transformer, int partitionKeyLength, boolean wholeRowEncoding, boolean clientSideRowMerging, boolean parallel)
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in interface CloseableIterator<T>
Copyright © 2013–2020. All rights reserved.