Package | Description |
---|---|
org.jets3t.service |
Provides the main S3 Service interface, on which all JetS3t REST/HTTP or SOAP
implementations are based, and utilites applicable for all services.
|
org.jets3t.service.impl.rest.httpclient |
Provides a REST/HTTP S3 Service implementation based on the
Apache HttpClient library - this
implementation is the most reliable and efficient implementation provided with JetS3t.
|
org.jets3t.service.multi.event |
Modifier and Type | Class and Description |
---|---|
class |
S3ObjectsChunk
Deprecated.
0.8.0 use
StorageObjectsChunk instead. |
Modifier and Type | Method and Description |
---|---|
StorageObjectsChunk |
StorageService.listObjectsChunked(String bucketName,
String prefix,
String delimiter,
long maxListingLength,
String priorLastKey)
Lists the objects in a bucket matching a prefix, chunking the results into batches of
a given size, and returning each chunk separately.
|
StorageObjectsChunk |
StorageService.listObjectsChunked(String bucketName,
String prefix,
String delimiter,
long maxListingLength,
String priorLastKey,
boolean completeListing)
Lists the objects in a bucket matching a prefix and also returns the
common prefixes.
|
protected abstract StorageObjectsChunk |
StorageService.listObjectsChunkedImpl(String bucketName,
String prefix,
String delimiter,
long maxListingLength,
String priorLastKey,
boolean completeListing)
Lists objects in a bucket up to the maximum listing length specified.
|
Modifier and Type | Method and Description |
---|---|
protected StorageObjectsChunk |
RestStorageService.listObjectsChunkedImpl(String bucketName,
String prefix,
String delimiter,
long maxListingLength,
String priorLastKey,
boolean completeListing) |
protected StorageObjectsChunk |
RestStorageService.listObjectsInternal(String bucketName,
String prefix,
String delimiter,
long maxListingLength,
boolean automaticallyMergeChunks,
String priorLastKey) |
Modifier and Type | Method and Description |
---|---|
List<StorageObjectsChunk> |
ListObjectsEvent.getChunkList() |
Modifier and Type | Method and Description |
---|---|
static ListObjectsEvent |
ListObjectsEvent.newInProgressEvent(ThreadWatcher threadWatcher,
List<StorageObjectsChunk> chunkList,
Object uniqueOperationId) |
Copyright © 2006–2018. All rights reserved.