Skip to content

Commit

Permalink
Document limitations of FakeStorageRpc (googleapis#1069)
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-philippe-martin authored and mziccard committed Jun 29, 2016
1 parent 3299fef commit e9f3d98
Showing 1 changed file with 17 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,24 @@

/**
* A bare-bones in-memory implementation of Storage, meant for testing.
* See LocalGcsHelper.
*
* This class is NOT thread-safe.
* <p>This class is <i>not</i> thread-safe. It's also (currently) limited in the following ways:
* <ul>
* <li>Partially Supported
* <ul>
* <li>create
* <li>get
* <li>delete
* <li>directory listing
* </ul>
* <li>Unsupported
* <ul>
* <li>generations
* <li>file attributes
* <li>patch
* <li>continueRewrite
* </ul>
* </ul>
*/
@NotThreadSafe
public class FakeStorageRpc implements StorageRpc {
Expand Down

0 comments on commit e9f3d98

Please sign in to comment.