org.jclouds.blobstore.options
Class ListAllOptions

java.lang.Object
  extended by org.jclouds.blobstore.options.ListAllOptions
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
ListAllOptions.ImmutableListAllOptions

@Beta
public class ListAllOptions
extends Object
implements Cloneable

Contains options supported by BlobStores.listAll.

Since:
1.3
Author:
Aled Sage
See Also:
for recommended usage patterns

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

Field Detail

NONE

public static final ListAllOptions.ImmutableListAllOptions NONE
Constructor Detail

ListAllOptions

public ListAllOptions()
Method Detail

isEager

public boolean isEager()

eager

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


clone

public ListAllOptions clone()
Overrides:
clone in class Object

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.