Modifier and Type | Method and Description |
---|---|
IterableWithMarker<Object> |
Fallbacks.EmptyIterableWithMarkerOnNotFoundOr404.createOrPropagate(Throwable t) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<Object>> |
Fallbacks.EmptyIterableWithMarkerOnNotFoundOr404.create(Throwable t) |
Modifier and Type | Method and Description |
---|---|
IterableWithMarker<Metric> |
MetricApi.list(ListMetricsOptions options)
Returns a list of valid metrics stored for the AWS account owner.
|
IterableWithMarker<Alarm> |
AlarmApi.listAt(String nextToken)
Return a single page of alarms based on the options query
|
IterableWithMarker<AlarmHistoryItem> |
AlarmApi.listHistoryAt(String nextToken)
Return a single page of history for the specified alarm.
|
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<Metric>> |
MetricsToPagedIterable.markerToNextForCallingArg0(String arg0) |
protected com.google.common.base.Function<Object,IterableWithMarker<Alarm>> |
ListAlarmsToPagedIterable.markerToNextForCallingArg0(String arg0) |
protected com.google.common.base.Function<Object,IterableWithMarker<AlarmHistoryItem>> |
ListAlarmHistoryToPagedIterable.markerToNextForCallingArg0(String arg0) |
Modifier and Type | Method and Description |
---|---|
IterableWithMarker<Metric> |
ListMetricsResponseHandler.getResult() |
IterableWithMarker<Alarm> |
ListAlarmsResponseHandler.getResult() |
IterableWithMarker<AlarmHistoryItem> |
ListAlarmHistoryResponseHandler.getResult() |
Modifier and Type | Field and Description |
---|---|
static IterableWithMarker |
IterableWithMarkers.EMPTY |
Modifier and Type | Method and Description |
---|---|
static <T> IterableWithMarker<T> |
IterableWithMarkers.from(Iterable<T> elements)
Returns a paginated iterable containing the given elements and null marker.
|
static <T> IterableWithMarker<T> |
IterableWithMarkers.from(Iterable<T> elements,
Object marker)
Returns a paginated iterable containing the given elements and marker.
|
Modifier and Type | Method and Description |
---|---|
static <T> PagedIterable<T> |
PagedIterables.advance(IterableWithMarker<T> initial,
com.google.common.base.Function<Object,IterableWithMarker<T>> markerToNext) |
static <T> PagedIterable<T> |
PagedIterables.of(IterableWithMarker<T> only)
Deprecated.
|
static <T> PagedIterable<T> |
PagedIterables.onlyPage(IterableWithMarker<T> only) |
Modifier and Type | Method and Description |
---|---|
static <T> PagedIterable<T> |
PagedIterables.advance(IterableWithMarker<T> initial,
com.google.common.base.Function<Object,IterableWithMarker<T>> markerToNext) |
Modifier and Type | Method and Description |
---|---|
protected abstract com.google.common.base.Function<Object,IterableWithMarker<T>> |
Arg0ToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
protected abstract com.google.common.base.Function<Object,IterableWithMarker<T>> |
ArgsToPagedIterable.markerToNextForArgs(List<Object> args) |
protected com.google.common.base.Function<Object,IterableWithMarker<T>> |
Arg0ToPagedIterable.markerToNextForArgs(List<Object> args) |
protected abstract com.google.common.base.Function<Object,IterableWithMarker<T>> |
CallerArg0ToPagedIterable.markerToNextForCallingArg0(String arg0)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PagedIterable<T> |
CallerArg0ToPagedIterable.apply(IterableWithMarker<T> input)
Deprecated.
|
PagedIterable<T> |
ArgsToPagedIterable.apply(IterableWithMarker<T> input) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<Image>> |
ParseImages.ToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
protected com.google.common.base.Function<Object,IterableWithMarker<ImageDetails>> |
ParseImageDetails.ToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<User>> |
ParseUsers.ToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> ignored) |
protected com.google.common.base.Function<Object,IterableWithMarker<Tenant>> |
ParseTenants.ToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> ignored) |
Modifier and Type | Class and Description |
---|---|
class |
MessageStream |
class |
Queues |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<Queue>> |
QueuesToPagedIterable.markerToNextForArgs(List<Object> args) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<ReferenceWithName>> |
ParseSubnets.ToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
protected com.google.common.base.Function<Object,IterableWithMarker<Subnet>> |
ParseSubnetDetails.ToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
protected com.google.common.base.Function<Object,IterableWithMarker<ReferenceWithName>> |
ParseRouters.ToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
protected com.google.common.base.Function<Object,IterableWithMarker<Router>> |
ParseRouterDetails.ToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
protected com.google.common.base.Function<Object,IterableWithMarker<ReferenceWithName>> |
ParsePorts.ToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
protected com.google.common.base.Function<Object,IterableWithMarker<ReferenceWithName>> |
ParsePortDetails.ToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
protected com.google.common.base.Function<Object,IterableWithMarker<ReferenceWithName>> |
ParseNetworks.ToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
protected com.google.common.base.Function<Object,IterableWithMarker<Network>> |
ParseNetworkDetails.ToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<Resource>> |
ParseServers.ToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
protected com.google.common.base.Function<Object,IterableWithMarker<Server>> |
ParseServerDetails.ToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
protected com.google.common.base.Function<Object,IterableWithMarker<Resource>> |
ParseImages.ToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
protected com.google.common.base.Function<Object,IterableWithMarker<Image>> |
ParseImageDetails.ToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
protected com.google.common.base.Function<Object,IterableWithMarker<Resource>> |
ParseFlavors.ToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
protected com.google.common.base.Function<Object,IterableWithMarker<Flavor>> |
ParseFlavorDetails.ToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
Modifier and Type | Class and Description |
---|---|
class |
PaginatedCollection<T>
Base class for a paginated collection in OpenStack.
|
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<Subdomain>> |
SubdomainsToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> domainId) |
protected com.google.common.base.Function<Object,IterableWithMarker<RecordDetail>> |
RecordsToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
protected com.google.common.base.Function<Object,IterableWithMarker<Domain>> |
DomainsToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
Modifier and Type | Method and Description |
---|---|
IterableWithMarker<Node> |
NodeApi.list(PaginationOptions options)
List the nodes with full control of pagination.
|
IterableWithMarker<LoadBalancer> |
LoadBalancerApi.list(PaginationOptions options)
List the load balancers with full control of pagination.
|
IterableWithMarker<LoadBalancer> |
ReportApi.listBillableLoadBalancers(PaginationOptions options) |
IterableWithMarker<LoadBalancerUsage> |
ReportApi.listCurrentLoadBalancerUsage(PaginationOptions options) |
IterableWithMarker<LoadBalancerUsage> |
ReportApi.listLoadBalancerUsage(PaginationOptions options) |
Modifier and Type | Method and Description |
---|---|
IterableWithMarker<LoadBalancer> |
ParseLoadBalancers.apply(HttpResponse arg0) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<Node>> |
ParseNodes.ToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
protected com.google.common.base.Function<Object,IterableWithMarker<LoadBalancer>> |
ParseLoadBalancers.ToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
protected com.google.common.base.Function<Object,IterableWithMarker<LoadBalancerUsage>> |
ParseLoadBalancerUsages.ToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
Modifier and Type | Class and Description |
---|---|
class |
ResourceRecordSetIterable |
Modifier and Type | Method and Description |
---|---|
IterableWithMarker<HostedZone> |
HostedZoneApi.listAt(String nextMarker)
retrieves up to 100 zones in order, starting at
nextMarker |
IterableWithMarker<HostedZone> |
HostedZoneApi.listFirstPage()
retrieves up to 100 zones in order.
|
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<ResourceRecordSet>> |
ResourceRecordSetIterableToPagedIterable.markerToNextForCallingArg0(String zoneId) |
protected com.google.common.base.Function<Object,IterableWithMarker<HostedZone>> |
HostedZonesToPagedIterable.markerToNextForCallingArg0(String ignored) |
Modifier and Type | Method and Description |
---|---|
IterableWithMarker<HostedZone> |
ListHostedZonesResponseHandler.getResult() |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.