Skip to content

Commit 016e479

Browse files
Document limitations of FakeStorageRpc
1 parent 576c763 commit 016e479

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

gcloud-java-storage/src/main/java/com/google/cloud/storage/testing/FakeStorageRpc.java

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,24 @@
3737

3838
/**
3939
* A bare-bones in-memory implementation of Storage, meant for testing.
40-
* See LocalGcsHelper.
4140
*
42-
* This class is NOT thread-safe.
41+
* <p>This class is <i>not</i> thread-safe. It's also (currently) limited in the following ways:
42+
* <ul>
43+
* <li>Partially Supported
44+
* <ul>
45+
* <li>create
46+
* <li>get
47+
* <li>delete
48+
* <li>directory listing
49+
* </ul>
50+
* <li>Unsupported
51+
* <ul>
52+
* <li>generations
53+
* <li>file attributes
54+
* <li>patch
55+
* <li>continueRewrite
56+
* </ul>
57+
* </ul>
4358
*/
4459
@NotThreadSafe
4560
public class FakeStorageRpc implements StorageRpc {

0 commit comments

Comments
 (0)