Package org.jclouds.blobstore.options
Class ListAllOptions
java.lang.Object
org.jclouds.blobstore.options.ListAllOptions
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
ListAllOptions.ImmutableListAllOptions
Contains options supported by BlobStores.listAll.
- Since:
- 1.3
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NONE
-
-
Constructor Details
-
ListAllOptions
public ListAllOptions()
-
-
Method Details
-
isEager
public boolean isEager() -
eager
If eager, will connect to container immediately and fail-fast, rather than failing when first iterating over the list. -
clone
-
toString
-
hashCode
public int hashCode() -
equals
-