org.jclouds.elb.functions
Class LoadBalancersToPagedIterable

java.lang.Object
  extended by org.jclouds.collect.internal.CallerArg0ToPagedIterable<LoadBalancer,LoadBalancersToPagedIterable>
      extended by org.jclouds.elb.functions.LoadBalancersToPagedIterable
All Implemented Interfaces:
com.google.common.base.Function<IterableWithMarker<LoadBalancer>,PagedIterable<LoadBalancer>>, InvocationContext<LoadBalancersToPagedIterable>

@Beta
public class LoadBalancersToPagedIterable
extends CallerArg0ToPagedIterable<LoadBalancer,LoadBalancersToPagedIterable>

Author:
Adrian Cole

Constructor Summary
protected LoadBalancersToPagedIterable(ELBApi api)
           
 
Method Summary
protected  com.google.common.base.Function<Object,IterableWithMarker<LoadBalancer>> markerToNextForCallingArg0(String arg0)
           
 
Methods inherited from class org.jclouds.collect.internal.CallerArg0ToPagedIterable
apply, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

LoadBalancersToPagedIterable

@Inject
protected LoadBalancersToPagedIterable(ELBApi api)
Method Detail

markerToNextForCallingArg0

protected com.google.common.base.Function<Object,IterableWithMarker<LoadBalancer>> markerToNextForCallingArg0(String arg0)
Specified by:
markerToNextForCallingArg0 in class CallerArg0ToPagedIterable<LoadBalancer,LoadBalancersToPagedIterable>


Copyright © 2009-2012 jclouds. All Rights Reserved.