| Package | Description | 
|---|---|
| com.jcabi.s3 | 
 Amazon S3 object layer. 
 | 
| com.jcabi.s3.cached | 
 Cached objects. 
 | 
| com.jcabi.s3.fake | 
 Fake classes. 
 | 
| com.jcabi.s3.retry | 
 Auto-retry classes. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Ocket.Empty
Ocket with no content at all. 
 | 
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)  | 
int | 
Ocket.Empty.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  | 
FkOcket
Mock/fake ocket. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Ocket | 
FkBucket.ocket(String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
FkOcket.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–2017 jcabi.com. All rights reserved.