| Package | Description |
|---|---|
| org.jclouds.blobstore.domain | |
| org.jclouds.blobstore.domain.internal |
| Modifier and Type | Method and Description |
|---|---|
Tier |
StorageMetadata.getTier() |
static Tier |
Tier.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MutableBlobMetadata.setTier(Tier tier) |
void |
MutableStorageMetadata.setTier(Tier tier) |
BlobBuilder |
BlobBuilder.tier(Tier tier) |
| Modifier and Type | Method and Description |
|---|---|
Tier |
MutableBlobMetadataImpl.getTier() |
Tier |
MutableStorageMetadataImpl.getTier() |
Tier |
StorageMetadataImpl.getTier() |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableBlobMetadataImpl.setTier(Tier tier) |
void |
MutableStorageMetadataImpl.setTier(Tier tier) |
BlobBuilder |
BlobBuilderImpl.tier(Tier tier) |
BlobBuilder |
BlobBuilderImpl.PayloadBlobBuilderImpl.tier(Tier tier) |
| Constructor and Description |
|---|
BlobMetadataImpl(String id,
String name,
org.jclouds.domain.Location location,
URI uri,
String eTag,
Date creationDate,
Date lastModified,
Map<String,String> userMetadata,
URI publicUri,
String container,
org.jclouds.io.ContentMetadata contentMetadata,
Long size,
Tier tier) |
StorageMetadataImpl(StorageType type,
String id,
String name,
org.jclouds.domain.Location location,
URI uri,
String eTag,
Date creationDate,
Date lastModified,
Map<String,String> userMetadata,
Long size,
Tier tier) |
Copyright © 2009-2020 The Apache Software Foundation. All Rights Reserved.