Modifier and Type | Method and Description |
---|---|
IterableWithMarker<Object> |
Fallbacks.EmptyIterableWithMarkerOnNotFoundOr404.createOrPropagate(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) |
protected com.google.common.base.Function<Object,IterableWithMarker<Service>> |
ParseServices.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 | Class and Description |
---|---|
class |
FirewallPolicies
A collection of FirewallPolicies
|
class |
FirewallRules
A collection of FirewallRules
|
class |
Firewalls
A collection of Firewalls
|
class |
FloatingIPs
A collection of Floating IPs
|
class |
Networks
A collection of Networks
|
class |
Ports
A collection of Ports
|
class |
Routers
A collection of Routers
|
class |
Rules
A collection of Networks
|
class |
SecurityGroups
A collection of Networks
|
class |
Subnets
A collection of Subnets
|
Modifier and Type | Class and Description |
---|---|
class |
HealthMonitors
A collection of Neutron LBaaS v1 HealthMonitors.
|
class |
Members
A collection of of Neutron LBaaS v1 Members.
|
class |
Pools
A collection of of Neutron LBaaS v1 Pools.
|
class |
VIPs
A collection of of Neutron LBaaS v1 VIPs.
|
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<Subnet>> |
SubnetsToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
protected com.google.common.base.Function<Object,IterableWithMarker<SecurityGroup>> |
SecurityGroupsToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
protected com.google.common.base.Function<Object,IterableWithMarker<Rule>> |
RulesToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
protected com.google.common.base.Function<Object,IterableWithMarker<Router>> |
RouterToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
protected com.google.common.base.Function<Object,IterableWithMarker<Port>> |
PortsToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
protected com.google.common.base.Function<Object,IterableWithMarker<Network>> |
NetworksToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
protected com.google.common.base.Function<Object,IterableWithMarker<FloatingIP>> |
FloatingIPsToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
protected com.google.common.base.Function<Object,IterableWithMarker<Firewall>> |
FirewallToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
protected com.google.common.base.Function<Object,IterableWithMarker<FirewallRule>> |
FirewallRuleToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
protected com.google.common.base.Function<Object,IterableWithMarker<FirewallPolicy>> |
FirewallPolicyToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<VIP>> |
VIPsToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
protected com.google.common.base.Function<Object,IterableWithMarker<Pool>> |
PoolsToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
protected com.google.common.base.Function<Object,IterableWithMarker<Member>> |
MembersToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
protected com.google.common.base.Function<Object,IterableWithMarker<HealthMonitor>> |
HealthMonitorsToPagedIterable.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-2016 The Apache Software Foundation. All Rights Reserved.