Skip to content

Commit eeddf9e

Browse files
jean-philippe-martinjart
authored andcommitted
---
yaml --- r: 4423 b: refs/heads/gcs-nio c: 79828c2 h: refs/heads/master i: 4421: b72c46d 4419: b9f093f 4415: c42a483
1 parent 62e055b commit eeddf9e

2 files changed

Lines changed: 18 additions & 3 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ refs/tags/v0.0.12: 2fd8066e891fb3dfea69b65f6bf6461db79342b9
1111
refs/heads/compute-alpha: 969cba2627f1d53d352cc4a5ffe0879dacf65e6c
1212
refs/heads/dns-alpha: 2f90e7e338349287ace33375896907af0f032ca1
1313
refs/heads/dns-alpha-batch: 17442b07867021b85d0452f5f3eda29a3413288f
14-
refs/heads/gcs-nio: 69b510d7241321d891f2bae89536ee6853554a3d
14+
refs/heads/gcs-nio: 79828c2a625ba3e13019748f90edee0896670d5d
1515
refs/heads/logging-alpha: db5312bffa7fccac194f6a7feb8cc3066de16aff
1616
refs/tags/v0.1.0: a615317f7424ed58621b1f65d5c4d8cbbe8a6ed8
1717
refs/tags/v0.1.1: 7a7f6985fe465e9dd6a075af55493f42b4933be0

branches/gcs-nio/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)