Uses of Enum Class
org.gcube.contentmanager.storageclient.wrapper.MemoryType
Packages that use MemoryType
-
Uses of MemoryType in org.gcube.contentmanager.storageclient.wrapper
Methods in org.gcube.contentmanager.storageclient.wrapper that return MemoryTypeModifier and TypeMethodDescriptionStorageClient.getMemoryType()static MemoryTypeReturns the enum constant of this class with the specified name.static MemoryType[]MemoryType.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 MemoryTypeConstructors in org.gcube.contentmanager.storageclient.wrapper with parameters of type MemoryTypeModifierConstructorDescriptionStorageClient(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