Uses of Class
org.gcube.contentmanager.storageclient.wrapper.MemoryType
-
Packages that use MemoryType Package Description org.gcube.contentmanager.storageclient.wrapper -
-
Uses of MemoryType in org.gcube.contentmanager.storageclient.wrapper
Methods in org.gcube.contentmanager.storageclient.wrapper that return MemoryType Modifier and Type Method Description MemoryTypeStorageClient. getMemoryType()static MemoryTypeMemoryType. 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.Methods in org.gcube.contentmanager.storageclient.wrapper with parameters of type MemoryType Modifier and Type Method Description voidStorageClient. setMemoryType(MemoryType memoryType)Constructors in org.gcube.contentmanager.storageclient.wrapper with parameters of type MemoryType Constructor Description 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
-