Uses of Enum Class
org.jclouds.blobstore.attr.ConsistencyModel
Packages that use ConsistencyModel
Package
Description
-
Uses of ConsistencyModel in org.jclouds.aws.s3.blobstore.internal
Constructors in org.jclouds.aws.s3.blobstore.internal with parameters of type ConsistencyModelModifierConstructorDescriptionAWSS3BlobStoreContextImpl
(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, Utils utils, ConsistencyModel consistencyModel, BlobStore blobStore, BlobRequestSigner blobRequestSigner) -
Uses of ConsistencyModel in org.jclouds.blobstore
Methods in org.jclouds.blobstore that return ConsistencyModel -
Uses of ConsistencyModel in org.jclouds.blobstore.attr
Methods in org.jclouds.blobstore.attr that return ConsistencyModelModifier and TypeMethodDescriptionstatic ConsistencyModel
Returns the enum constant of this class with the specified name.static ConsistencyModel[]
ConsistencyModel.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ConsistencyModel in org.jclouds.blobstore.internal
Methods in org.jclouds.blobstore.internal that return ConsistencyModelConstructors in org.jclouds.blobstore.internal with parameters of type ConsistencyModelModifierConstructorDescriptionBlobStoreContextImpl
(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, Utils utils, ConsistencyModel consistencyModel, BlobStore blobStore, BlobRequestSigner blobRequestSigner) -
Uses of ConsistencyModel in org.jclouds.openstack.swift.v1.blobstore
Methods in org.jclouds.openstack.swift.v1.blobstore that return ConsistencyModelConstructors in org.jclouds.openstack.swift.v1.blobstore with parameters of type ConsistencyModelModifierConstructorDescriptionRegionScopedBlobStoreContext
(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, com.google.common.base.Supplier<Set<String>> regionIds, com.google.common.base.Supplier<String> implicitRegionId, com.google.common.base.Function<String, BlobStore> blobStore, com.google.common.base.Function<String, BlobRequestSigner> blobRequestSigner, Utils utils, ConsistencyModel consistencyModel) -
Uses of ConsistencyModel in org.jclouds.s3.blobstore.internal
Constructors in org.jclouds.s3.blobstore.internal with parameters of type ConsistencyModelModifierConstructorDescriptionS3BlobStoreContextImpl
(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, Utils utils, ConsistencyModel consistencyModel, BlobStore blobStore, BlobRequestSigner blobRequestSigner)