Uses of Enum Class
org.gcube.contentmanager.storageclient.wrapper.AccessType
Packages that use AccessType
-
Uses of AccessType in org.gcube.contentmanager.storageclient.wrapper
Methods in org.gcube.contentmanager.storageclient.wrapper that return AccessTypeModifier and TypeMethodDescriptionStorageClient.getTypeAccess()static AccessTypeReturns the enum constant of this class with the specified name.static AccessType[]AccessType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.gcube.contentmanager.storageclient.wrapper with parameters of type AccessTypeConstructors in org.gcube.contentmanager.storageclient.wrapper with parameters of type AccessTypeModifierConstructorDescriptionStorageClient(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