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

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

public static class ParseDisks.ToPagedIterable
extends BaseWithZoneToPagedIterable<Disk,ParseDisks.ToPagedIterable>


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

ParseDisks.ToPagedIterable

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

fetchNextPage

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


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