| Package | Description |
|---|---|
| org.gcube.contentmanager.storageclient.wrapper |
| Modifier and Type | Method and Description |
|---|---|
static AccessType |
AccessType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessType[] |
AccessType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
StorageClient(String owner,
AccessType accessType,
MemoryType memory)
Constructor created for external use
|
StorageClient(String serviceClass,
String serviceName,
String owner,
AccessType accessType)
Constructor without optional argument created for gcube infrastructure internal use
|
StorageClient(String serviceClass,
String serviceName,
String owner,
AccessType accessType,
MemoryType memory)
Constructor with optional argument memoryType
|
StorageClient(String serviceClass,
String serviceName,
String owner,
AccessType accessType,
MemoryType memory,
String server)
Constructor with optional arguments server and memory
|
StorageClient(String serviceClass,
String serviceName,
String owner,
AccessType accessType,
String scope,
boolean forceScope)
Deprecated.
|
StorageClient(String serviceClass,
String serviceName,
String owner,
String server,
AccessType accessType)
Constructor with optional argument server
|
Copyright © 2016. All Rights Reserved.