RetrieveBytesResponse

public class RetrieveBytesResponse extends Object
implements Parcelable

App data retrieved from BlockStore.

Nested Class Summary

class RetrieveBytesResponse.BlockstoreData A block of app data previously stored to Block Store. 

Inherited Constant Summary

Field Summary

public static final Creator<RetrieveBytesResponse> CREATOR

Public Method Summary

Map<StringRetrieveBytesResponse.BlockstoreData>
void
writeToParcel(Parcel dest, int flags)

Inherited Method Summary

Fields

public static final Creator<RetrieveBytesResponse> CREATOR

Public Methods

public Map<StringRetrieveBytesResponse.BlockstoreData> getBlockstoreDataMap ()

A mapping from app data key to RetrieveBytesResponse.BlockstoreData found based on a RetrieveBytesRequest.

The app data key is the value provided when storing the data via BlockstoreClient.storeBytes(StoreBytesData), as StoreBytesData.key.

Note that the app data that was stored without an explicit key is associated with the default key BlockstoreClient.DEFAULT_BYTES_DATA_KEY.

public void writeToParcel (Parcel dest, int flags)