Class BlobInfoStorage
java.lang.Object
com.google.appengine.api.blobstore.dev.BlobInfoStorage
BlobInfoStorage provides persistence of blob metadata (in
the form of BlobInfo objects). It uses DatastoreService as its persistence mechanism.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteBlobInfo(BlobKey blobKey) Delete the metadata associated withblobKey.loadBlobInfo(BlobKey blobKey) Load blob metadata forblobKey.loadGsFileInfo(BlobKey blobKey) Load Google Storage file metadata for ablobKey.voidsaveBlobInfo(BlobInfo blobInfo) Save the metadata inblobInfo.
-
Constructor Details
-
BlobInfoStorage
public BlobInfoStorage()
-
-
Method Details
-
loadBlobInfo
Load blob metadata forblobKey. Returnsnullif no matching blob is found. -
loadGsFileInfo
Load Google Storage file metadata for ablobKey. Returnsnullif no matching file is found. -
saveBlobInfo
Save the metadata inblobInfo. -
deleteBlobInfo
Delete the metadata associated withblobKey.
-