|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.db.SliceQueryPager
public class SliceQueryPager
Field Summary | |
---|---|
ColumnFamilyStore |
cfs
|
static int |
DEFAULT_PAGE_SIZE
|
DecoratedKey |
key
|
Constructor Summary | |
---|---|
SliceQueryPager(ColumnFamilyStore cfs,
DecoratedKey key,
ColumnSlice[] slices)
|
Method Summary | |
---|---|
boolean |
hasNext()
|
ColumnFamily |
next()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int DEFAULT_PAGE_SIZE
public final ColumnFamilyStore cfs
public final DecoratedKey key
Constructor Detail |
---|
public SliceQueryPager(ColumnFamilyStore cfs, DecoratedKey key, ColumnSlice[] slices)
Method Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator<ColumnFamily>
public ColumnFamily next()
next
in interface java.util.Iterator<ColumnFamily>
public void remove()
remove
in interface java.util.Iterator<ColumnFamily>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |