| Package | Description |
|---|---|
| org.gcube.contentmanager.storageclient.wrapper |
| Modifier and Type | Method and Description |
|---|---|
MemoryType |
StorageClient.getMemoryType() |
static MemoryType |
MemoryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MemoryType[] |
MemoryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StorageClient.setMemoryType(MemoryType memoryType) |
| Constructor and Description |
|---|
StorageClient(String owner,
AccessType accessType,
MemoryType memory)
Constructor created for external 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
|
Copyright © 2020. All Rights Reserved.