public static enum CacheManager.InitialLoadOrigin extends Enum<CacheManager.InitialLoadOrigin>
| Enum Constant and Description | 
|---|
FROM_BLOBSTORE  | 
FROM_NON_BLOBSTORE  | 
NON  | 
| Modifier and Type | Method and Description | 
|---|---|
static CacheManager.InitialLoadOrigin | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static CacheManager.InitialLoadOrigin[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final CacheManager.InitialLoadOrigin NON
public static final CacheManager.InitialLoadOrigin FROM_NON_BLOBSTORE
public static final CacheManager.InitialLoadOrigin FROM_BLOBSTORE
public static CacheManager.InitialLoadOrigin[] values()
for (CacheManager.InitialLoadOrigin c : CacheManager.InitialLoadOrigin.values()) System.out.println(c);
public static CacheManager.InitialLoadOrigin valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © GigaSpaces.