Package org.jets3t.service
Class VersionOrDeleteMarkersChunk
java.lang.Object
org.jets3t.service.VersionOrDeleteMarkersChunk
-
Constructor Summary
ConstructorsConstructorDescriptionVersionOrDeleteMarkersChunk
(String prefix, String delimiter, BaseVersionOrDeleteMarker[] items, String[] commonPrefixes, String nextKeyMarker, String nextVersionIdMarker) -
Method Summary
-
Constructor Details
-
VersionOrDeleteMarkersChunk
-
-
Method Details
-
getItems
-
getItemCount
public int getItemCount() -
getCommonPrefixes
- Returns:
- the common prefixes in this chunk.
-
getNextKeyMarker
- Returns:
- the last key returned by the previous chunk if that chunk was incomplete, null otherwise.
-
getNextVersionIdMarker
-
getPrefix
- Returns:
- the prefix applied when this object chunk was generated. If no prefix was applied, this method will return null.
-
getDelimiter
- Returns:
- the delimiter applied when this object chunk was generated. If no delimiter was applied, this method will return null.
-
isListingComplete
public boolean isListingComplete()
-