T
- The type contained in the resposne.public abstract static class SecondaryIndexQuery.Response<T> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SecondaryIndexQuery.Response.Entry<T> |
Modifier | Constructor and Description |
---|---|
protected |
SecondaryIndexQuery.Response(Namespace queryLocation,
SecondaryIndexQueryOperation.Response coreResponse,
SecondaryIndexQuery.IndexConverter<T> converter) |
Modifier and Type | Method and Description |
---|---|
BinaryValue |
getContinuation()
Get the continuation from this response.
|
protected abstract List<?> |
getEntries() |
protected Location |
getLocationFromCoreEntry(SecondaryIndexQueryOperation.Response.Entry e) |
boolean |
hasContinuation()
Check if this response has a continuation.
|
boolean |
hasEntries()
Check is this response contains any entries.
|
protected SecondaryIndexQuery.Response(Namespace queryLocation, SecondaryIndexQueryOperation.Response coreResponse, SecondaryIndexQuery.IndexConverter<T> converter)
public boolean hasContinuation()
public BinaryValue getContinuation()
public boolean hasEntries()
protected final Location getLocationFromCoreEntry(SecondaryIndexQueryOperation.Response.Entry e)
protected abstract List<?> getEntries()
Copyright © 2014. All rights reserved.