org.jclouds.blobstore.options
Class ListAllOptions.ImmutableListAllOptions

java.lang.Object
  extended by org.jclouds.blobstore.options.ListAllOptions
      extended by org.jclouds.blobstore.options.ListAllOptions.ImmutableListAllOptions
All Implemented Interfaces:
Cloneable
Enclosing class:
ListAllOptions

public static class ListAllOptions.ImmutableListAllOptions
extends ListAllOptions


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jclouds.blobstore.options.ListAllOptions
ListAllOptions.Builder, ListAllOptions.ImmutableListAllOptions
 
Field Summary
 
Fields inherited from class org.jclouds.blobstore.options.ListAllOptions
NONE
 
Constructor Summary
ListAllOptions.ImmutableListAllOptions(ListAllOptions delegate)
           
 
Method Summary
 ListAllOptions eager(boolean val)
          If eager, will connect to container immediately and fail-fast, rather than failing when first iterating over the list.
 boolean isEager()
           
 
Methods inherited from class org.jclouds.blobstore.options.ListAllOptions
clone, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListAllOptions.ImmutableListAllOptions

public ListAllOptions.ImmutableListAllOptions(ListAllOptions delegate)
Method Detail

isEager

public boolean isEager()
Overrides:
isEager in class ListAllOptions

eager

public ListAllOptions eager(boolean val)
Description copied from class: ListAllOptions
If eager, will connect to container immediately and fail-fast, rather than failing when first iterating over the list.

Overrides:
eager in class ListAllOptions


Copyright © 2009-2012 jclouds. All Rights Reserved.