Uses of Class
org.jclouds.blobstore.attr.ConsistencyModel
-
-
Uses of ConsistencyModel in org.jclouds.aws.s3.blobstore.internal
Constructors in org.jclouds.aws.s3.blobstore.internal with parameters of type ConsistencyModel Constructor Description AWSS3BlobStoreContextImpl(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 Modifier and Type Method Description ConsistencyModel
BlobStoreContext. getConsistencyModel()
-
Uses of ConsistencyModel in org.jclouds.blobstore.attr
Methods in org.jclouds.blobstore.attr that return ConsistencyModel Modifier and Type Method Description static ConsistencyModel
ConsistencyModel. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConsistencyModel[]
ConsistencyModel. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ConsistencyModel in org.jclouds.blobstore.internal
Methods in org.jclouds.blobstore.internal that return ConsistencyModel Modifier and Type Method Description ConsistencyModel
BlobStoreContextImpl. getConsistencyModel()
Constructors in org.jclouds.blobstore.internal with parameters of type ConsistencyModel Constructor Description BlobStoreContextImpl(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 ConsistencyModel Modifier and Type Method Description ConsistencyModel
RegionScopedBlobStoreContext. getConsistencyModel()
Constructors in org.jclouds.openstack.swift.v1.blobstore with parameters of type ConsistencyModel Constructor Description RegionScopedBlobStoreContext(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 ConsistencyModel Constructor Description S3BlobStoreContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, Utils utils, ConsistencyModel consistencyModel, BlobStore blobStore, BlobRequestSigner blobRequestSigner)
-