Package | Description |
---|---|
org.jclouds.azureblob.domain | |
org.jclouds.blobstore.domain | |
org.jclouds.blobstore.domain.internal | |
org.jclouds.googlecloudstorage.domain | |
org.jclouds.s3.domain |
This package contains the core components of S3.
|
Modifier and Type | Method and Description |
---|---|
Tier |
AccessTier.toTier() |
Modifier and Type | Method and Description |
---|---|
static AccessTier |
AccessTier.fromTier(Tier tier) |
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 |
MutableStorageMetadata.setTier(Tier tier) |
void |
MutableBlobMetadata.setTier(Tier tier) |
BlobBuilder |
BlobBuilder.tier(Tier tier) |
Modifier and Type | Method and Description |
---|---|
Tier |
StorageMetadataImpl.getTier() |
Tier |
MutableStorageMetadataImpl.getTier() |
Tier |
MutableBlobMetadataImpl.getTier() |
Modifier and Type | Method and Description |
---|---|
void |
MutableStorageMetadataImpl.setTier(Tier tier) |
void |
MutableBlobMetadataImpl.setTier(Tier tier) |
BlobBuilder |
BlobBuilderImpl.tier(Tier tier) |
BlobBuilder |
BlobBuilderImpl.PayloadBlobBuilderImpl.tier(Tier tier) |
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
Tier |
DomainResourceReferences.StorageClass.toTier() |
Modifier and Type | Method and Description |
---|---|
static DomainResourceReferences.StorageClass |
DomainResourceReferences.StorageClass.fromTier(Tier tier) |
Modifier and Type | Method and Description |
---|---|
Tier |
ObjectMetadata.StorageClass.toTier() |
Modifier and Type | Method and Description |
---|---|
static ObjectMetadata.StorageClass |
ObjectMetadata.StorageClass.fromTier(Tier tier) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.