org.jclouds.googlecomputeengine.functions.internal
Class ParseZones.ToPagedIterable

java.lang.Object
  extended by org.jclouds.googlecomputeengine.functions.internal.BaseToPagedIterable<Zone,ParseZones.ToPagedIterable>
      extended by org.jclouds.googlecomputeengine.functions.internal.ParseZones.ToPagedIterable
All Implemented Interfaces:
com.google.common.base.Function<ListPage<Zone>,org.jclouds.collect.PagedIterable<Zone>>, org.jclouds.rest.InvocationContext<ParseZones.ToPagedIterable>
Enclosing class:
ParseZones

public static class ParseZones.ToPagedIterable
extends BaseToPagedIterable<Zone,ParseZones.ToPagedIterable>


Constructor Summary
protected ParseZones.ToPagedIterable(GoogleComputeEngineApi api)
           
 
Method Summary
protected  com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Zone>> fetchNextPage(String projectName, ListOptions options)
           
 
Methods inherited from class org.jclouds.googlecomputeengine.functions.internal.BaseToPagedIterable
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

ParseZones.ToPagedIterable

@Inject
protected ParseZones.ToPagedIterable(GoogleComputeEngineApi api)
Method Detail

fetchNextPage

protected com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Zone>> fetchNextPage(String projectName,
                                                                                                             ListOptions options)
Specified by:
fetchNextPage in class BaseToPagedIterable<Zone,ParseZones.ToPagedIterable>


Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.