Uses of Class
org.jclouds.collect.IterableWithMarker
Packages that use IterableWithMarker
Package
Description
-
Uses of IterableWithMarker in org.jclouds
Methods in org.jclouds that return IterableWithMarkerModifier and TypeMethodDescriptionFallbacks.EmptyIterableWithMarkerOnNotFoundOr404.createOrPropagate
(Throwable t) -
Uses of IterableWithMarker in org.jclouds.cloudwatch.features
Methods in org.jclouds.cloudwatch.features that return IterableWithMarkerModifier and TypeMethodDescriptionMetricApi.list
(ListMetricsOptions options) Returns a list of valid metrics stored for the AWS account owner.Return a single page of alarms based on the options queryAlarmApi.listHistoryAt
(String nextToken) Return a single page of history for the specified alarm. -
Uses of IterableWithMarker in org.jclouds.cloudwatch.functions
Methods in org.jclouds.cloudwatch.functions that return types with arguments of type IterableWithMarkerModifier and TypeMethodDescriptionprotected com.google.common.base.Function
<Object, IterableWithMarker<AlarmHistoryItem>> ListAlarmHistoryToPagedIterable.markerToNextForCallingArg0
(String arg0) protected com.google.common.base.Function
<Object, IterableWithMarker<Alarm>> ListAlarmsToPagedIterable.markerToNextForCallingArg0
(String arg0) protected com.google.common.base.Function
<Object, IterableWithMarker<Metric>> MetricsToPagedIterable.markerToNextForCallingArg0
(String arg0) -
Uses of IterableWithMarker in org.jclouds.cloudwatch.xml
Methods in org.jclouds.cloudwatch.xml that return IterableWithMarker -
Uses of IterableWithMarker in org.jclouds.collect
Fields in org.jclouds.collect declared as IterableWithMarkerMethods in org.jclouds.collect that return IterableWithMarkerModifier and TypeMethodDescriptionstatic <T> IterableWithMarker
<T> Returns a paginated iterable containing the given elements and null marker.static <T> IterableWithMarker
<T> Returns a paginated iterable containing the given elements and marker.Methods in org.jclouds.collect with parameters of type IterableWithMarkerModifier and TypeMethodDescriptionstatic <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) Method parameters in org.jclouds.collect with type arguments of type IterableWithMarkerModifier and TypeMethodDescriptionstatic <T> PagedIterable
<T> PagedIterables.advance
(IterableWithMarker<T> initial, com.google.common.base.Function<Object, IterableWithMarker<T>> markerToNext) -
Uses of IterableWithMarker in org.jclouds.collect.internal
Methods in org.jclouds.collect.internal that return types with arguments of type IterableWithMarkerModifier and TypeMethodDescriptionprotected abstract com.google.common.base.Function
<Object, IterableWithMarker<T>> Arg0ToPagedIterable.markerToNextForArg0
(com.google.common.base.Optional<Object> arg0) protected com.google.common.base.Function
<Object, IterableWithMarker<T>> Arg0ToPagedIterable.markerToNextForArgs
(List<Object> args) protected abstract com.google.common.base.Function
<Object, IterableWithMarker<T>> ArgsToPagedIterable.markerToNextForArgs
(List<Object> args) protected abstract com.google.common.base.Function
<Object, IterableWithMarker<T>> CallerArg0ToPagedIterable.markerToNextForCallingArg0
(String arg0) Deprecated.Methods in org.jclouds.collect.internal with parameters of type IterableWithMarkerModifier and TypeMethodDescriptionArgsToPagedIterable.apply
(IterableWithMarker<T> input) CallerArg0ToPagedIterable.apply
(IterableWithMarker<T> input) Deprecated. -
Uses of IterableWithMarker in org.jclouds.digitalocean2.domain.internal
Subclasses of IterableWithMarker in org.jclouds.digitalocean2.domain.internalModifier and TypeClassDescriptionclass
Base class for all collections that return paginated results. -
Uses of IterableWithMarker in org.jclouds.digitalocean2.features
Methods in org.jclouds.digitalocean2.features that return IterableWithMarkerModifier and TypeMethodDescriptionActionApi.list
(ListOptions options) DropletApi.list
(ListOptions options) ImageApi.list
(ImageListOptions options) KeyApi.list
(ListOptions options) RegionApi.list
(ListOptions options) Get a single page of the region list.SizeApi.list
(ListOptions options) DropletApi.listActions
(int id, ListOptions options) DropletApi.listBackups
(int id, ListOptions options) DropletApi.listKernels
(int id, ListOptions options) DropletApi.listSnapshots
(int id, ListOptions options) -
Uses of IterableWithMarker in org.jclouds.digitalocean2.functions
Methods in org.jclouds.digitalocean2.functions that return IterableWithMarkerModifier and TypeMethodDescriptionprotected abstract IterableWithMarker
<T> BaseToPagedIterable.fetchPageUsingOptions
(O options, com.google.common.base.Optional<Object> arg0) Methods in org.jclouds.digitalocean2.functions that return types with arguments of type IterableWithMarkerModifier and TypeMethodDescriptionprotected com.google.common.base.Function
<Object, IterableWithMarker<T>> BaseToPagedIterable.markerToNextForArg0
(com.google.common.base.Optional<Object> arg0) -
Uses of IterableWithMarker in org.jclouds.glacier.domain
Subclasses of IterableWithMarker in org.jclouds.glacier.domainModifier and TypeClassDescriptionclass
Defines the attributes needed for Multipart uploads.class
Paginated collection used to store Job listing information.class
Paginated collection used to store multipart upload lists.class
Paginated collection used to store Vault listing information. -
Uses of IterableWithMarker in org.jclouds.openstack.keystone.v2_0.functions.internal
Methods in org.jclouds.openstack.keystone.v2_0.functions.internal that return types with arguments of type IterableWithMarkerModifier and TypeMethodDescriptionprotected com.google.common.base.Function
<Object, IterableWithMarker<Service>> ParseServices.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<User>> ParseUsers.ToPagedIterable.markerToNextForArg0
(com.google.common.base.Optional<Object> ignored) -
Uses of IterableWithMarker in org.jclouds.openstack.neutron.v2.domain
Subclasses of IterableWithMarker in org.jclouds.openstack.neutron.v2.domainModifier and TypeClassDescriptionclass
A collection of FirewallPoliciesclass
A collection of FirewallRulesclass
A collection of Firewallsclass
A collection of Floating IPsclass
A collection of Networksclass
A collection of Portsclass
A collection of Routersclass
A collection of Networksclass
A collection of Networksclass
A collection of Subnets -
Uses of IterableWithMarker in org.jclouds.openstack.neutron.v2.domain.lbaas.v1
Subclasses of IterableWithMarker in org.jclouds.openstack.neutron.v2.domain.lbaas.v1Modifier and TypeClassDescriptionclass
A collection of Neutron LBaaS v1 HealthMonitors.class
A collection of of Neutron LBaaS v1 Members.class
A collection of of Neutron LBaaS v1 Pools.class
A collection of of Neutron LBaaS v1 VIPs. -
Uses of IterableWithMarker in org.jclouds.openstack.neutron.v2.functions
Methods in org.jclouds.openstack.neutron.v2.functions that return types with arguments of type IterableWithMarkerModifier and TypeMethodDescriptionprotected com.google.common.base.Function
<Object, IterableWithMarker<FirewallPolicy>> FirewallPolicyToPagedIterable.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<Firewall>> FirewallToPagedIterable.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<Network>> NetworksToPagedIterable.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<Router>> RouterToPagedIterable.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<SecurityGroup>> SecurityGroupsToPagedIterable.markerToNextForArg0
(com.google.common.base.Optional<Object> arg0) protected com.google.common.base.Function
<Object, IterableWithMarker<Subnet>> SubnetsToPagedIterable.markerToNextForArg0
(com.google.common.base.Optional<Object> arg0) -
Uses of IterableWithMarker in org.jclouds.openstack.neutron.v2.functions.lbaas.v1
Methods in org.jclouds.openstack.neutron.v2.functions.lbaas.v1 that return types with arguments of type IterableWithMarkerModifier and TypeMethodDescriptionprotected com.google.common.base.Function
<Object, IterableWithMarker<HealthMonitor>> HealthMonitorsToPagedIterable.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<Pool>> PoolsToPagedIterable.markerToNextForArg0
(com.google.common.base.Optional<Object> arg0) protected com.google.common.base.Function
<Object, IterableWithMarker<VIP>> VIPsToPagedIterable.markerToNextForArg0
(com.google.common.base.Optional<Object> arg0) -
Uses of IterableWithMarker in org.jclouds.openstack.nova.v2_0.functions.internal
Methods in org.jclouds.openstack.nova.v2_0.functions.internal that return types with arguments of type IterableWithMarkerModifier and TypeMethodDescriptionprotected com.google.common.base.Function
<Object, IterableWithMarker<Flavor>> ParseFlavorDetails.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<Image>> ParseImageDetails.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<Server>> ParseServerDetails.ToPagedIterable.markerToNextForArg0
(com.google.common.base.Optional<Object> arg0) protected com.google.common.base.Function
<Object, IterableWithMarker<Resource>> ParseServers.ToPagedIterable.markerToNextForArg0
(com.google.common.base.Optional<Object> arg0) -
Uses of IterableWithMarker in org.jclouds.openstack.v2_0.domain
Subclasses of IterableWithMarker in org.jclouds.openstack.v2_0.domainModifier and TypeClassDescriptionclass
Base class for a paginated collection in OpenStack. -
Uses of IterableWithMarker in org.jclouds.packet.domain.internal
Subclasses of IterableWithMarker in org.jclouds.packet.domain.internalModifier and TypeClassDescriptionclass
Base class for all collections that return paginated results. -
Uses of IterableWithMarker in org.jclouds.packet.features
Methods in org.jclouds.packet.features that return IterableWithMarkerModifier and TypeMethodDescriptionDeviceApi.list
(ListOptions options) FacilityApi.list
(ListOptions options) OperatingSystemApi.list
(ListOptions options) PlanApi.list
(ListOptions options) ProjectApi.list
(ListOptions options) SshKeyApi.list
(ListOptions options) Methods in org.jclouds.packet.features that return types with arguments of type IterableWithMarkerModifier and TypeMethodDescriptionprotected com.google.common.base.Function
<Object, IterableWithMarker<Device>> DeviceApi.ParseDevices.ToPagedIterable.markerToNextForArg0
(com.google.common.base.Optional<Object> arg0) -
Uses of IterableWithMarker in org.jclouds.packet.functions
Methods in org.jclouds.packet.functions that return IterableWithMarkerModifier and TypeMethodDescriptionprotected abstract IterableWithMarker
<T> BaseToPagedIterable.fetchPageUsingOptions
(O options, com.google.common.base.Optional<Object> arg0) Methods in org.jclouds.packet.functions that return types with arguments of type IterableWithMarkerModifier and TypeMethodDescriptionprotected com.google.common.base.Function
<Object, IterableWithMarker<T>> BaseToPagedIterable.markerToNextForArg0
(com.google.common.base.Optional<Object> arg0) -
Uses of IterableWithMarker in org.jclouds.rackspace.clouddns.v1.functions
Methods in org.jclouds.rackspace.clouddns.v1.functions that return types with arguments of type IterableWithMarkerModifier and TypeMethodDescriptionprotected com.google.common.base.Function
<Object, IterableWithMarker<Domain>> DomainsToPagedIterable.markerToNextForArg0
(com.google.common.base.Optional<Object> arg0) 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<Subdomain>> SubdomainsToPagedIterable.markerToNextForArg0
(com.google.common.base.Optional<Object> domainId) -
Uses of IterableWithMarker in org.jclouds.rackspace.cloudloadbalancers.v1.features
Methods in org.jclouds.rackspace.cloudloadbalancers.v1.features that return IterableWithMarkerModifier and TypeMethodDescriptionLoadBalancerApi.list
(PaginationOptions options) List the load balancers with full control of pagination.NodeApi.list
(PaginationOptions options) List the nodes with full control of pagination.ReportApi.listBillableLoadBalancers
(PaginationOptions options) ReportApi.listCurrentLoadBalancerUsage
(PaginationOptions options) ReportApi.listLoadBalancerUsage
(PaginationOptions options) -
Uses of IterableWithMarker in org.jclouds.rackspace.cloudloadbalancers.v1.functions
Methods in org.jclouds.rackspace.cloudloadbalancers.v1.functions that return IterableWithMarkerMethods in org.jclouds.rackspace.cloudloadbalancers.v1.functions that return types with arguments of type IterableWithMarkerModifier and TypeMethodDescriptionprotected 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) protected com.google.common.base.Function
<Object, IterableWithMarker<Node>> ParseNodes.ToPagedIterable.markerToNextForArg0
(com.google.common.base.Optional<Object> arg0) -
Uses of IterableWithMarker in org.jclouds.route53.domain
Subclasses of IterableWithMarker in org.jclouds.route53.domain -
Uses of IterableWithMarker in org.jclouds.route53.features
Methods in org.jclouds.route53.features that return IterableWithMarkerModifier and TypeMethodDescriptionretrieves up to 100 zones in order, starting atnextMarker
HostedZoneApi.listFirstPage()
retrieves up to 100 zones in order. -
Uses of IterableWithMarker in org.jclouds.route53.functions
Methods in org.jclouds.route53.functions that return types with arguments of type IterableWithMarkerModifier and TypeMethodDescriptionprotected com.google.common.base.Function
<Object, IterableWithMarker<HostedZone>> HostedZonesToPagedIterable.markerToNextForCallingArg0
(String ignored) protected com.google.common.base.Function
<Object, IterableWithMarker<ResourceRecordSet>> ResourceRecordSetIterableToPagedIterable.markerToNextForCallingArg0
(String zoneId) -
Uses of IterableWithMarker in org.jclouds.route53.xml
Methods in org.jclouds.route53.xml that return IterableWithMarker