| Package | Description |
|---|---|
| org.gcube.contentmanager.storageclient.wrapper |
| Modifier and Type | Method and Description |
|---|---|
static BackendType |
BackendType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackendType[] |
BackendType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Configuration(String sc,
String sn,
String scopeString,
String owner,
String clientID,
String accessType,
String memory,
BackendType backend)
Loads all the configuration parameters in a java object for a specific backend
|
StorageClient(String serviceClass,
String serviceName,
String owner,
AccessType accessType,
BackendType backend)
New constructor with another optional argument created for gcube infrastructure internal use.
|
StorageClient(String serviceClass,
String serviceName,
String owner,
AccessType accessType,
MemoryType memory,
BackendType backend)
Available in v1.6.0
It's possible to specify a specific backend.
|
Copyright © 2021. All Rights Reserved.