public static enum RestFileSystemOptions.CacheOptions extends Enum<RestFileSystemOptions.CacheOptions>
| Enum Constant and Description |
|---|
MEMORY_AND_DISK |
MEMORY_ONLY |
NONE |
| Modifier and Type | Method and Description |
|---|---|
static RestFileSystemOptions.CacheOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestFileSystemOptions.CacheOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestFileSystemOptions.CacheOptions NONE
public static final RestFileSystemOptions.CacheOptions MEMORY_ONLY
public static final RestFileSystemOptions.CacheOptions MEMORY_AND_DISK
public static RestFileSystemOptions.CacheOptions[] values()
for (RestFileSystemOptions.CacheOptions c : RestFileSystemOptions.CacheOptions.values()) System.out.println(c);
public static RestFileSystemOptions.CacheOptions 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 © 2021 LSST. All rights reserved.