Uses of Class
org.jclouds.blobstore.domain.Tier
-
Packages that use Tier Package Description org.jclouds.blobstore.domain org.jclouds.blobstore.domain.internal -
-
Uses of Tier in org.jclouds.blobstore.domain
Methods in org.jclouds.blobstore.domain that return Tier Modifier and Type Method Description TierStorageMetadata. getTier()static TierTier. valueOf(String name)Returns the enum constant of this type with the specified name.static Tier[]Tier. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.blobstore.domain with parameters of type Tier Modifier and Type Method Description voidMutableBlobMetadata. setTier(Tier tier)voidMutableStorageMetadata. setTier(Tier tier)BlobBuilderBlobBuilder. tier(Tier tier) -
Uses of Tier in org.jclouds.blobstore.domain.internal
Methods in org.jclouds.blobstore.domain.internal that return Tier Modifier and Type Method Description TierMutableBlobMetadataImpl. getTier()TierMutableStorageMetadataImpl. getTier()TierStorageMetadataImpl. getTier()Methods in org.jclouds.blobstore.domain.internal with parameters of type Tier Modifier and Type Method Description voidMutableBlobMetadataImpl. setTier(Tier tier)voidMutableStorageMetadataImpl. setTier(Tier tier)BlobBuilderBlobBuilderImpl.PayloadBlobBuilderImpl. tier(Tier tier)BlobBuilderBlobBuilderImpl. tier(Tier tier)Constructors in org.jclouds.blobstore.domain.internal with parameters of type Tier Constructor Description BlobMetadataImpl(String id, String name, Location location, URI uri, String eTag, Date creationDate, Date lastModified, Map<String,String> userMetadata, URI publicUri, String container, ContentMetadata contentMetadata, Long size, Tier tier)StorageMetadataImpl(StorageType type, String id, String name, Location location, URI uri, String eTag, Date creationDate, Date lastModified, Map<String,String> userMetadata, Long size, Tier tier)
-