public class RestFileSystemOptions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RestFileSystemOptions.Builder |
static class |
RestFileSystemOptions.CacheFallback |
static class |
RestFileSystemOptions.CacheOptions |
static class |
RestFileSystemOptions.SSLOptions |
| Modifier and Type | Field and Description |
|---|---|
static String |
ALLOW_ALTERNATE_CACHE_LOCATION |
static String |
AUTH_TOKEN |
static String |
CACHE_FALLBACK |
static String |
CACHE_LOCATION |
static String |
CACHE_LOGGING |
static String |
CACHE_OPTIONS |
static String |
DEFAULT_ENV_PROPERTY
A system property which can be set to provide a default set of options if no explicit options are
set and if none have been provided by
setDefaultFileSystemEnvironment method. |
static String |
MOUNT_POINT |
static String |
USE_SSL |
| Constructor and Description |
|---|
RestFileSystemOptions() |
| Modifier and Type | Method and Description |
|---|---|
static RestFileSystemOptions.Builder |
builder() |
static void |
setDefaultFileSystemEnvironment(Map<String,?> defaultEnv)
Provide a default environment to be used in the event that no explicit
environment is given when creating the RestFileSystem.
|
public static final String CACHE_OPTIONS
public static final String CACHE_FALLBACK
public static final String CACHE_LOGGING
public static final String USE_SSL
public static final String CACHE_LOCATION
public static final String ALLOW_ALTERNATE_CACHE_LOCATION
public static final String AUTH_TOKEN
public static final String MOUNT_POINT
public static final String DEFAULT_ENV_PROPERTY
setDefaultFileSystemEnvironment method. The value
of the system property, if set, should be a JSON string representation of a Map. If the Map is
invalid a WARNING will be issued, but the map will otherwise be ignored.public static RestFileSystemOptions.Builder builder()
Copyright © 2023 LSST. All rights reserved.