Uses of Enum Class
org.gcube.contentmanager.storageclient.wrapper.BackendType
Packages that use BackendType
-
Uses of BackendType in org.gcube.contentmanager.storageclient.wrapper
Methods in org.gcube.contentmanager.storageclient.wrapper that return BackendTypeModifier and TypeMethodDescriptionstatic BackendTypeReturns the enum constant of this class with the specified name.static BackendType[]BackendType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.gcube.contentmanager.storageclient.wrapper with parameters of type BackendTypeModifierConstructorDescriptionStorageClient(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.