Package org.jets3t.service
Class S3ObjectsChunk
- java.lang.Object
-
- org.jets3t.service.StorageObjectsChunk
-
- org.jets3t.service.S3ObjectsChunk
-
@Deprecated public class S3ObjectsChunk extends StorageObjectsChunk
Deprecated.0.8.0 useStorageObjectsChunk
instead.Stores a "chunk" of S3Objects returned from a list command - this particular chunk may or may not include all the objects available in a bucket. This class contains an array of objects and a the last key name returned by a prior call to the methodStorageService.listObjectsChunked(String, String, String, long, String)
.- Author:
- James Murty
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description S3Object[]
getObjects()
Deprecated.-
Methods inherited from class org.jets3t.service.StorageObjectsChunk
getCommonPrefixes, getDelimiter, getPrefix, getPriorLastKey, isListingComplete
-
-
-
-
Method Detail
-
getObjects
public S3Object[] getObjects()
Deprecated.- Overrides:
getObjects
in classStorageObjectsChunk
- Returns:
- the objects in this chunk.
-
-