protected class CqlPagingRecordReader.RowIterator extends com.google.common.collect.AbstractIterator<Pair<java.util.Map<java.lang.String,java.nio.ByteBuffer>,java.util.Map<java.lang.String,java.nio.ByteBuffer>>>
Modifier and Type | Field and Description |
---|---|
protected java.util.Iterator<CqlRow> |
rows |
protected int |
totalRead |
Constructor and Description |
---|
CqlPagingRecordReader.RowIterator() |
Modifier and Type | Method and Description |
---|---|
protected Pair<java.util.Map<java.lang.String,java.nio.ByteBuffer>,java.util.Map<java.lang.String,java.nio.ByteBuffer>> |
computeNext() |
protected int totalRead
protected java.util.Iterator<CqlRow> rows
protected Pair<java.util.Map<java.lang.String,java.nio.ByteBuffer>,java.util.Map<java.lang.String,java.nio.ByteBuffer>> computeNext()
computeNext
in class com.google.common.collect.AbstractIterator<Pair<java.util.Map<java.lang.String,java.nio.ByteBuffer>,java.util.Map<java.lang.String,java.nio.ByteBuffer>>>
Copyright © 2014 The Apache Software Foundation