public static enum CacheManager.InitialLoadOrigin extends Enum<CacheManager.InitialLoadOrigin>
Enum Constant and Description |
---|
FROM_BLOBSTORE |
FROM_EXTERNAL_DATA_SOURCE |
FROM_TIERED_STORAGE |
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_EXTERNAL_DATA_SOURCE
public static final CacheManager.InitialLoadOrigin FROM_BLOBSTORE
public static final CacheManager.InitialLoadOrigin FROM_TIERED_STORAGE
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.