public static class SecondaryIndexQueryOperation.Response extends Object implements Iterable<SecondaryIndexQueryOperation.Response.Entry>
Modifier and Type | Class and Description |
---|---|
static class |
SecondaryIndexQueryOperation.Response.Entry |
Modifier and Type | Method and Description |
---|---|
BinaryValue |
getContinuation() |
List<SecondaryIndexQueryOperation.Response.Entry> |
getEntryList() |
boolean |
hasContinuation() |
Iterator<SecondaryIndexQueryOperation.Response.Entry> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public boolean hasContinuation()
public BinaryValue getContinuation()
public List<SecondaryIndexQueryOperation.Response.Entry> getEntryList()
public Iterator<SecondaryIndexQueryOperation.Response.Entry> iterator()
iterator
in interface Iterable<SecondaryIndexQueryOperation.Response.Entry>
Copyright © 2016. All rights reserved.