@Immutable @Loggable(value=1) public static final class Bucket.Prefixed extends Object implements Bucket
Bucket.Prefixed
Constructor and Description |
---|
Bucket.Prefixed(Bucket bucket,
String pfx)
Public ctor.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Bucket bucket) |
Iterable<String> |
list(String pfx)
List object names with a given prefix.
|
String |
name()
Get bucket name.
|
Ocket |
ocket(String key)
Get object.
|
Region |
region()
Get region we're in.
|
void |
remove(String key)
Delete object from bucket.
|
public void remove(String key) throws IOException
Bucket
remove
in interface Bucket
key
- Name of it in the bucketIOException
- If not found or any other failurepublic Iterable<String> list(String pfx) throws IOException
Bucket
list
in interface Bucket
pfx
- Prefix to useIOException
- If failspublic int compareTo(Bucket bucket)
compareTo
in interface Comparable<Bucket>
Copyright © 2012–2014 jcabi.com. All rights reserved.