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

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

public static class ParseInstances.ToPagedIterable
extends BaseWithZoneToPagedIterable<Instance,ParseInstances.ToPagedIterable>


Constructor Summary
protected ParseInstances.ToPagedIterable(GoogleComputeEngineApi api)
           
 
Method Summary
protected  com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Instance>> fetchNextPage(String project, String zone, 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

ParseInstances.ToPagedIterable

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

fetchNextPage

protected com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Instance>> fetchNextPage(String project,
                                                                                                                 String zone,
                                                                                                                 ListOptions options)
Specified by:
fetchNextPage in class BaseWithZoneToPagedIterable<Instance,ParseInstances.ToPagedIterable>


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