public class AerospikeTemplate.EntityIterator<T> extends Object implements org.springframework.data.util.CloseableIterator<T>
| Constructor and Description |
|---|
EntityIterator(Class<T> type,
MappingAerospikeConverter converter,
com.aerospike.helper.query.KeyRecordIterator keyRecordIterator) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic EntityIterator(Class<T> type, MappingAerospikeConverter converter, com.aerospike.helper.query.KeyRecordIterator keyRecordIterator)
public void close()
close in interface Closeableclose in interface AutoCloseableclose in interface org.springframework.data.util.CloseableIterator<T>Copyright © 2011–2018 Aerospike Inc.. All rights reserved.