public class RecordSetIterable extends IterableWithMarker<RecordSet>
| Modifier and Type | Class and Description |
|---|---|
static class |
RecordSetIterable.Builder |
static class |
RecordSetIterable.NextRecord
If the results were truncated, this holds the position of the next item.
|
| Modifier and Type | Method and Description |
|---|---|
static RecordSetIterable.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
Iterator<RecordSet> |
iterator() |
com.google.common.base.Optional<Object> |
nextMarker()
If there is a next marker, then the set is incomplete and you should issue another command to
retrieve the rest, setting the option
marker to this value |
com.google.common.base.Optional<RecordSetIterable.NextRecord> |
nextRecord()
present when the list is not truncated
|
String |
toString() |
allMatch, anyMatch, contains, cycle, filter, filter, first, firstMatch, from, from, get, isEmpty, last, limit, size, skip, toArray, toImmutableList, toImmutableSet, toImmutableSortedSet, toSortedImmutableList, transform, transformAndConcatpublic com.google.common.base.Optional<RecordSetIterable.NextRecord> nextRecord()
public com.google.common.base.Optional<Object> nextMarker()
IterableWithMarkermarker to this valuenextMarker in class IterableWithMarker<RecordSet>public String toString()
toString in class com.google.common.collect.FluentIterable<RecordSet>public static RecordSetIterable.Builder builder()
Copyright © 2009-2013 jclouds. All Rights Reserved.