public class SequentialScanner extends java.lang.Object implements Scanner
| Constructor and Description |
|---|
SequentialScanner(DynamoDBDelegate dynamoDBDelegate,
ScanRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
ScanContext |
next() |
void |
remove() |
public SequentialScanner(DynamoDBDelegate dynamoDBDelegate, ScanRequest request)
public boolean hasNext()
hasNext in interface java.util.Iterator<ScanContext>public ScanContext next()
next in interface java.util.Iterator<ScanContext>public void remove()
remove in interface java.util.Iterator<ScanContext>public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseablejava.io.IOException