Uses of Class
org.gcube.contentmanager.storageclient.wrapper.BackendType
-
Packages that use BackendType Package Description org.gcube.contentmanager.storageclient.wrapper -
-
Uses of BackendType in org.gcube.contentmanager.storageclient.wrapper
Methods in org.gcube.contentmanager.storageclient.wrapper that return BackendType Modifier and Type Method Description static BackendTypeBackendType. valueOf(String name)Returns the enum constant of this type with the specified name.static BackendType[]BackendType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.gcube.contentmanager.storageclient.wrapper with parameters of type BackendType Constructor Description StorageClient(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, BackendType backend)Available in v1.6.0 It's possible to specify a specific backend.
-