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

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

public static class ParseRoutes.ToPagedIterable
extends BaseToPagedIterable<Route,ParseRoutes.ToPagedIterable>


Constructor Summary
protected ParseRoutes.ToPagedIterable(GoogleComputeEngineApi api)
           
 
Method Summary
protected  com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Route>> 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

ParseRoutes.ToPagedIterable

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

fetchNextPage

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


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