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

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

public static class ParseAddresses.ToPagedIterable
extends BaseWithRegionToPagedIterable<Address,ParseAddresses.ToPagedIterable>


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

ParseAddresses.ToPagedIterable

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

fetchNextPage

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


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