public class StorageObjectsChunk extends Object
StorageService.listObjectsChunked(String, String, String, long, String)
.Modifier and Type | Field and Description |
---|---|
protected String[] |
commonPrefixes |
protected String |
delimiter |
protected StorageObject[] |
objects |
protected String |
prefix |
protected String |
priorLastKey |
Constructor and Description |
---|
StorageObjectsChunk(String prefix,
String delimiter,
StorageObject[] objects,
String[] commonPrefixes,
String priorLastKey) |
Modifier and Type | Method and Description |
---|---|
String[] |
getCommonPrefixes() |
String |
getDelimiter() |
StorageObject[] |
getObjects() |
String |
getPrefix() |
String |
getPriorLastKey() |
boolean |
isListingComplete()
A convenience method to check whether a listing of objects is complete
(true) or there are more objects available (false).
|
protected String prefix
protected String delimiter
protected StorageObject[] objects
protected String[] commonPrefixes
protected String priorLastKey
public StorageObjectsChunk(String prefix, String delimiter, StorageObject[] objects, String[] commonPrefixes, String priorLastKey)
public StorageObject[] getObjects()
public String[] getCommonPrefixes()
public String getPriorLastKey()
public String getPrefix()
public String getDelimiter()
public boolean isListingComplete()
getPriorLastKey()
== null
.Copyright © 2006–2018. All rights reserved.