Enum Class JCloudBlobStoreProvider
- 所有已实现的接口:
Serializable,Comparable<JCloudBlobStoreProvider>,Constable,TieredStorageConfiguration.BlobStoreBuilder,TieredStorageConfiguration.ConfigValidation,TieredStorageConfiguration.CredentialBuilder
Each Enumeration is responsible for implementation of its own validation, service authentication, and factory method for creating and instance of the JClod BlobStore type. Additional enumerations can be added in the future support other JCloud Providers, currently JClouds supports the following: - providers=[aws-s3, azureblob, b2, google-cloud-storage, rackspace-cloudfiles-us, rackspace-cloudfiles-uk] - apis=[s3, sts, transient, atmos, openstack-swift, openstack-keystone, openstack-keystone-3, rackspace-cloudfiles, rackspace-cloudidentity, filesystem] Note: The driver name associated with each Enum MUST match one of the above vaules, as it is used to instantiate the org.jclouds.ContextBuilder used to create the BlobStore.
-
嵌套类概要
从类继承的嵌套类/接口 java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
枚举常量概要
枚举常量枚举常量说明Aliyun OSS is compatible with the S3 API. -
方法概要
修饰符和类型方法说明static booleandriverSupported(String driverName) static JCloudBlobStoreProvidergetProvider(String driver) org.jclouds.providers.ProviderMetadatastatic JCloudBlobStoreProviderReturns the enum constant of this class with the specified name.static JCloudBlobStoreProvider[]values()Returns an array containing the constants of this enum class, in the order they are declared.从类继承的方法 java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf从接口继承的方法 org.apache.bookkeeper.mledger.offload.jcloud.provider.TieredStorageConfiguration.BlobStoreBuilder
getBlobStore从接口继承的方法 org.apache.bookkeeper.mledger.offload.jcloud.provider.TieredStorageConfiguration.ConfigValidation
validate从接口继承的方法 org.apache.bookkeeper.mledger.offload.jcloud.provider.TieredStorageConfiguration.CredentialBuilder
buildCredentials
-
枚举常量详细资料
-
AWS_S3
-
GOOGLE_CLOUD_STORAGE
-
AZURE_BLOB
-
ALIYUN_OSS
Aliyun OSS is compatible with the S3 API. https://www.alibabacloud.com/help/doc-detail/64919.htm -
S3
-
TRANSIENT
-
-
方法详细资料
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- 返回:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- 参数:
name- 要返回的枚举常量的名称。- 返回:
- 返回带有指定名称的枚举常量
- 抛出:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- 如果参数为空值
-
getProvider
-
driverSupported
-
getDriver
-
getProviderMetadata
public org.jclouds.providers.ProviderMetadata getProviderMetadata()
-