public class CassandraTokenRangeAwareInitialLoadDataIterator extends Object implements DataIterator<Object>
| Constructor and Description | 
|---|
CassandraTokenRangeAwareInitialLoadDataIterator(SpaceDocumentColumnFamilyMapper mapper,
                                               Map<String,ColumnFamilyMetadata> metadataMap,
                                               ConnectionResource connectionResource,
                                               Map<String,String> queries,
                                               int batchLimit,
                                               CassandraConsistencyLevel readConsistencyLevel)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
close()
Clean up after any resources associated with this iterator The iterator can be closed even if
 the iterator wasn't iterated over all of its elements. 
 | 
boolean | 
hasNext()  | 
SpaceDocument | 
next()  | 
void | 
remove()  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic CassandraTokenRangeAwareInitialLoadDataIterator(SpaceDocumentColumnFamilyMapper mapper, Map<String,ColumnFamilyMetadata> metadataMap, ConnectionResource connectionResource, Map<String,String> queries, int batchLimit, CassandraConsistencyLevel readConsistencyLevel)
public SpaceDocument next()
public void close()
DataIteratorclose in interface DataIterator<Object>Copyright © GigaSpaces.