Skip to content

Commit

Permalink
Document limitations of FakeStorageRpc
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-philippe-martin committed Jun 21, 2016
1 parent 576c763 commit bd2eaf6
Showing 1 changed file with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,16 @@

/**
* A bare-bones in-memory implementation of Storage, meant for testing.
* See LocalGcsHelper.
*
* This class is NOT thread-safe.
* This class is NOT thread-safe. It's also (currently) limited in the following ways:
* - only partial support for create
* - only partial support for get
* - only partial support for delete
* - only partial support for directory listing
* - no support for generations
* - no support for file attributes
* - no support for patch
* - no support for continueRewrite
*/
@NotThreadSafe
public class FakeStorageRpc implements StorageRpc {
Expand Down

0 comments on commit bd2eaf6

Please sign in to comment.