Snapshots.LoadSnapshotsResult

public static interface Snapshots.LoadSnapshotsResult implements Result Releasable

This interface is deprecated.
SnapshotMetadataBuffer is returned directly in the SnapshotsClient.

Result delivered when snapshot data has been loaded.

Possible status codes include:

Public Method Summary

abstract SnapshotMetadataBuffer
getSnapshots()
Returns the snapshot data that was requested.

Inherited Method Summary

Public Methods

public abstract SnapshotMetadataBuffer getSnapshots ()

Returns the snapshot data that was requested. This is guaranteed to be non-null, though it may be empty. The listener must close this object when finished.