Uses of Class
org.gcube.contentmanager.storageclient.wrapper.AccessType
-
Packages that use AccessType Package Description org.gcube.contentmanager.storageclient.wrapper -
-
Uses of AccessType in org.gcube.contentmanager.storageclient.wrapper
Methods in org.gcube.contentmanager.storageclient.wrapper that return AccessType Modifier and Type Method Description AccessTypeStorageClient. getTypeAccess()static AccessTypeAccessType. 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.Methods in org.gcube.contentmanager.storageclient.wrapper with parameters of type AccessType Modifier and Type Method Description voidStorageClient. setTypeAccess(AccessType typeAccess)Constructors in org.gcube.contentmanager.storageclient.wrapper with parameters of type AccessType Constructor Description StorageClient(String serviceClass, String serviceName, String owner, String server, AccessType accessType)Constructor with optional argument serverStorageClient(String serviceClass, String serviceName, String owner, AccessType accessType)Constructor without optional argument created for gcube infrastructure internal useStorageClient(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)Constructor with optional argument memoryTypeStorageClient(String serviceClass, String serviceName, String owner, AccessType accessType, MemoryType memory, String server)Constructor with optional arguments server and memoryStorageClient(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.StorageClient(String owner, AccessType accessType, MemoryType memory)Constructor created for external use
-