|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.contentmanager.storageclient.wrapper.StorageClient
public class StorageClient
| Constructor Summary | |
|---|---|
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)
Deprecated. |
|
StorageClient(String serviceClass,
String serviceName,
String owner,
AccessType accessType,
String scope,
MemoryType memory)
Deprecated. |
|
StorageClient(String serviceClass,
String serviceName,
String owner,
AccessType accessType,
String scope,
String server)
Deprecated. |
|
StorageClient(String serviceClass,
String serviceName,
String owner,
AccessType accessType,
String scope,
String server,
MemoryType memory)
Deprecated. |
|
StorageClient(String serviceClass,
String serviceName,
String owner,
String server,
AccessType accessType)
Constructor with optional argument server |
|
| Method Summary | |
|---|---|
org.gcube.contentmanagement.blobstorage.service.IClient |
getClient()
Get Instance remote client - storage-manager-core |
org.gcube.contentmanagement.blobstorage.service.IClient |
getClientV1()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public StorageClient(String serviceClass,
String serviceName,
String owner,
AccessType accessType,
String scope)
ServiceClass - ServiceName - owner - typeAccess - scope -
public StorageClient(String serviceClass,
String serviceName,
String owner,
AccessType accessType)
ServiceClass - ServiceName - owner - typeAccess - scope -
public StorageClient(String owner,
AccessType accessType,
MemoryType memory)
owner - typeAccess - memory - defines the kind of memory: VOLATILE or PERSISTENTscope -
@Deprecated
public StorageClient(String serviceClass,
String serviceName,
String owner,
AccessType accessType,
String scope,
String server)
ServiceClass - ServiceName - owner - typeAccess - scope - server: - define the mongoDBserver
public StorageClient(String serviceClass,
String serviceName,
String owner,
String server,
AccessType accessType)
ServiceClass - ServiceName - owner - typeAccess - scope - server: - define the mongoDBserver
@Deprecated
public StorageClient(String serviceClass,
String serviceName,
String owner,
AccessType accessType,
String scope,
MemoryType memory)
ServiceClass - ServiceName - owner - typeAccess - memory - defines the kind of memory: VOLATILE or PERSISTENTscope -
public StorageClient(String serviceClass,
String serviceName,
String owner,
AccessType accessType,
MemoryType memory)
ServiceClass - ServiceName - owner - typeAccess - memory - defines the kind of memory: VOLATILE or PERSISTENTscope -
@Deprecated
public StorageClient(String serviceClass,
String serviceName,
String owner,
AccessType accessType,
String scope,
String server,
MemoryType memory)
ServiceClass - ServiceName - owner - typeAccess - memory - defines the kind of memory: VOLATILE or PERSISTENTserver: - define the mongoDBserverscope -
public StorageClient(String serviceClass,
String serviceName,
String owner,
AccessType accessType,
MemoryType memory,
String server)
ServiceClass - ServiceName - owner - typeAccess - memory - defines the kind of memory: VOLATILE or PERSISTENTserver: - define the mongoDBserverscope - | Method Detail |
|---|
public org.gcube.contentmanagement.blobstorage.service.IClient getClient()
IllegalStateException - if the resource is not founded on the IS
@Deprecated
public org.gcube.contentmanagement.blobstorage.service.IClient getClientV1()
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||