Uses of Class
org.jclouds.collect.IterableWithMarker
-
-
Uses of IterableWithMarker in org.jclouds
Methods in org.jclouds that return IterableWithMarker Modifier and Type Method Description IterableWithMarker<Object>Fallbacks.EmptyIterableWithMarkerOnNotFoundOr404. createOrPropagate(Throwable t) -
Uses of IterableWithMarker in org.jclouds.cloudwatch.features
Methods in org.jclouds.cloudwatch.features that return IterableWithMarker Modifier and Type Method 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 queryIterableWithMarker<AlarmHistoryItem>AlarmApi. 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 IterableWithMarker Modifier and Type Method Description protected 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 Modifier and Type Method Description IterableWithMarker<AlarmHistoryItem>ListAlarmHistoryResponseHandler. getResult()IterableWithMarker<Alarm>ListAlarmsResponseHandler. getResult()IterableWithMarker<Metric>ListMetricsResponseHandler. getResult() -
Uses of IterableWithMarker in org.jclouds.collect
Fields in org.jclouds.collect declared as IterableWithMarker Modifier and Type Field Description static IterableWithMarkerIterableWithMarkers. EMPTYMethods in org.jclouds.collect that return IterableWithMarker Modifier and Type Method 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.Methods in org.jclouds.collect with parameters of type IterableWithMarker Modifier and Type Method 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)Method parameters in org.jclouds.collect with type arguments of type IterableWithMarker Modifier and Type Method Description static <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 IterableWithMarker Modifier and Type Method Description protected 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 IterableWithMarker Modifier and Type Method Description PagedIterable<T>ArgsToPagedIterable. apply(IterableWithMarker<T> input)PagedIterable<T>CallerArg0ToPagedIterable. apply(IterableWithMarker<T> input)Deprecated. -
Uses of IterableWithMarker in org.jclouds.digitalocean2.domain.internal
Subclasses of IterableWithMarker in org.jclouds.digitalocean2.domain.internal Modifier and Type Class Description classPaginatedCollection<T>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 IterableWithMarker Modifier and Type Method Description IterableWithMarker<Action>ActionApi. list(ListOptions options)IterableWithMarker<Droplet>DropletApi. list(ListOptions options)IterableWithMarker<Image>ImageApi. list(ImageListOptions options)IterableWithMarker<Key>KeyApi. list(ListOptions options)IterableWithMarker<Region>RegionApi. list(ListOptions options)Get a single page of the region list.IterableWithMarker<Size>SizeApi. list(ListOptions options)IterableWithMarker<Action>DropletApi. listActions(int id, ListOptions options)IterableWithMarker<Backup>DropletApi. listBackups(int id, ListOptions options)IterableWithMarker<Kernel>DropletApi. listKernels(int id, ListOptions options)IterableWithMarker<Snapshot>DropletApi. listSnapshots(int id, ListOptions options) -
Uses of IterableWithMarker in org.jclouds.digitalocean2.functions
Methods in org.jclouds.digitalocean2.functions that return IterableWithMarker Modifier and Type Method Description protected 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 IterableWithMarker Modifier and Type Method Description protected com.google.common.base.Function<Object,IterableWithMarker<T>>BaseToPagedIterable. markerToNextForArg0(com.google.common.base.Optional<Object> arg0) -
Uses of IterableWithMarker in org.jclouds.openstack.glance.v1_0.functions.internal
Methods in org.jclouds.openstack.glance.v1_0.functions.internal that return types with arguments of type IterableWithMarker Modifier and Type Method Description protected com.google.common.base.Function<Object,IterableWithMarker<ImageDetails>>ParseImageDetails.ToPagedIterable. markerToNextForArg0(com.google.common.base.Optional<Object> arg0)protected com.google.common.base.Function<Object,IterableWithMarker<Image>>ParseImages.ToPagedIterable. markerToNextForArg0(com.google.common.base.Optional<Object> arg0) -
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 IterableWithMarker Modifier and Type Method Description protected 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.marconi.v1.domain
Subclasses of IterableWithMarker in org.jclouds.openstack.marconi.v1.domain Modifier and Type Class Description classMessageStreamclassQueues -
Uses of IterableWithMarker in org.jclouds.openstack.marconi.v1.functions
Methods in org.jclouds.openstack.marconi.v1.functions that return types with arguments of type IterableWithMarker Modifier and Type Method Description protected com.google.common.base.Function<Object,IterableWithMarker<Queue>>QueuesToPagedIterable. markerToNextForArgs(List<Object> args) -
Uses of IterableWithMarker in org.jclouds.openstack.neutron.v2.domain
Subclasses of IterableWithMarker in org.jclouds.openstack.neutron.v2.domain Modifier and Type Class Description classFirewallPoliciesA collection of FirewallPoliciesclassFirewallRulesA collection of FirewallRulesclassFirewallsA collection of FirewallsclassFloatingIPsA collection of Floating IPsclassNetworksA collection of NetworksclassPortsA collection of PortsclassRoutersA collection of RoutersclassRulesA collection of NetworksclassSecurityGroupsA collection of NetworksclassSubnetsA 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.v1 Modifier and Type Class Description classHealthMonitorsA collection of Neutron LBaaS v1 HealthMonitors.classMembersA collection of of Neutron LBaaS v1 Members.classPoolsA collection of of Neutron LBaaS v1 Pools.classVIPsA 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 IterableWithMarker Modifier and Type Method Description protected 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 IterableWithMarker Modifier and Type Method Description protected 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 IterableWithMarker Modifier and Type Method Description protected 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.domain Modifier and Type Class Description classPaginatedCollection<T>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.internal Modifier and Type Class Description classPaginatedCollection<T>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 IterableWithMarker Modifier and Type Method Description IterableWithMarker<Device>DeviceApi. list(ListOptions options)IterableWithMarker<Facility>FacilityApi. list(ListOptions options)IterableWithMarker<OperatingSystem>OperatingSystemApi. list(ListOptions options)IterableWithMarker<Plan>PlanApi. list(ListOptions options)IterableWithMarker<Project>ProjectApi. list(ListOptions options)IterableWithMarker<SshKey>SshKeyApi. list(ListOptions options)Methods in org.jclouds.packet.features that return types with arguments of type IterableWithMarker Modifier and Type Method Description protected 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 IterableWithMarker Modifier and Type Method Description protected 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 IterableWithMarker Modifier and Type Method Description protected 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 IterableWithMarker Modifier and Type Method Description protected 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 IterableWithMarker Modifier and Type Method Description IterableWithMarker<LoadBalancer>LoadBalancerApi. list(PaginationOptions options)List the load balancers with full control of pagination.IterableWithMarker<Node>NodeApi. list(PaginationOptions options)List the nodes with full control of pagination.IterableWithMarker<LoadBalancer>ReportApi. listBillableLoadBalancers(PaginationOptions options)IterableWithMarker<LoadBalancerUsage>ReportApi. listCurrentLoadBalancerUsage(PaginationOptions options)IterableWithMarker<LoadBalancerUsage>ReportApi. listLoadBalancerUsage(PaginationOptions options) -
Uses of IterableWithMarker in org.jclouds.rackspace.cloudloadbalancers.v1.functions
Methods in org.jclouds.rackspace.cloudloadbalancers.v1.functions that return IterableWithMarker Modifier and Type Method Description IterableWithMarker<LoadBalancer>ParseLoadBalancers. apply(HttpResponse arg0)Methods in org.jclouds.rackspace.cloudloadbalancers.v1.functions that return types with arguments of type IterableWithMarker Modifier and Type Method Description 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)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 Modifier and Type Class Description classResourceRecordSetIterable -
Uses of IterableWithMarker in org.jclouds.route53.features
Methods in org.jclouds.route53.features that return IterableWithMarker Modifier and Type Method Description IterableWithMarker<HostedZone>HostedZoneApi. listAt(String nextMarker)retrieves up to 100 zones in order, starting atnextMarkerIterableWithMarker<HostedZone>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 IterableWithMarker Modifier and Type Method Description protected 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 Modifier and Type Method Description IterableWithMarker<HostedZone>ListHostedZonesResponseHandler. getResult()
-