public class PageResults<V> extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
consumedRcu |
Exception |
exception |
List<V> |
items |
V |
lastEvaluatedKey |
int |
retries |
| Constructor and Description |
|---|
PageResults(Exception exception) |
PageResults(List<V> items,
V lastEvaluatedKey) |
PageResults(List<V> items,
V lastEvaluatedKey,
double consumedRcu,
int retries) |
public final V lastEvaluatedKey
public final double consumedRcu
public final int retries
public final Exception exception
public PageResults(Exception exception)
public V next()
public boolean hasMore()
public boolean isFailed()
Copyright © 2019. All rights reserved.