| Package | Description |
|---|---|
| com.jcabi.s3 |
Amazon S3 object layer.
|
| com.jcabi.s3.cached |
Cached objects.
|
| com.jcabi.s3.mock |
Mock/fake classes.
|
| com.jcabi.s3.retry |
Auto-retry classes.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Ocket.Text
Unicode text S3 object with supplementary functions.
|
| Modifier and Type | Method and Description |
|---|---|
Ocket |
Bucket.ocket(String key)
Get object.
|
Ocket |
Bucket.Prefixed.ocket(String key) |
| Modifier and Type | Method and Description |
|---|---|
int |
Ocket.Text.compareTo(Ocket ocket) |
| Constructor and Description |
|---|
Ocket.Text(Ocket ocket)
Public ctor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CdOcket
Cached ocket.
|
| Modifier and Type | Method and Description |
|---|---|
Ocket |
CdBucket.ocket(String key) |
| Modifier and Type | Method and Description |
|---|---|
int |
CdOcket.compareTo(Ocket ocket) |
| Constructor and Description |
|---|
CdOcket(Ocket okt)
Public ctor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MkOcket
Mock/fake ocket.
|
| Modifier and Type | Method and Description |
|---|---|
Ocket |
MkBucket.ocket(String key) |
| Modifier and Type | Method and Description |
|---|---|
int |
MkOcket.compareTo(Ocket ocket) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReOcket
Ocket that retries a few times before giving up.
|
| Modifier and Type | Method and Description |
|---|---|
Ocket |
ReBucket.ocket(String key) |
| Modifier and Type | Method and Description |
|---|---|
int |
ReOcket.compareTo(Ocket okt) |
| Constructor and Description |
|---|
ReOcket(Ocket okt)
Public ctor.
|
Copyright © 2012–2014 jcabi.com. All rights reserved.