public class UESBucket
extends java.lang.Object
Buckets form a flat structure - one bucket cannot be nested in another bucket. Buckets are used to separate name spaces for objects. Each bucket may contain indefinite amount of storage objects.
Bucket can be imagined e.g. as a disk or disk partition. It is a basic unit for which storage attributes can be set up, such as location (data center, etc.), possibility to version objects, and so on.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
bucketId
Identifier of this bucket.
|
Constructor and Description |
---|
UESBucket(java.lang.String bucketId)
Creates a new instance of UESBucket.
|
bucketId
- Bucket ID of this bucket.bucketId
- The bucket ID.toString
in class java.lang.Object
Object.toString()