File tree Expand file tree Collapse file tree
branches/gcs-nio/gcloud-java-storage/src/main/java/com/google/cloud/storage/testing Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ refs/tags/v0.0.12: 2fd8066e891fb3dfea69b65f6bf6461db79342b9
1111refs/heads/compute-alpha: 969cba2627f1d53d352cc4a5ffe0879dacf65e6c
1212refs/heads/dns-alpha: 2f90e7e338349287ace33375896907af0f032ca1
1313refs/heads/dns-alpha-batch: 17442b07867021b85d0452f5f3eda29a3413288f
14- refs/heads/gcs-nio: 69b510d7241321d891f2bae89536ee6853554a3d
14+ refs/heads/gcs-nio: 79828c2a625ba3e13019748f90edee0896670d5d
1515refs/heads/logging-alpha: db5312bffa7fccac194f6a7feb8cc3066de16aff
1616refs/tags/v0.1.0: a615317f7424ed58621b1f65d5c4d8cbbe8a6ed8
1717refs/tags/v0.1.1: 7a7f6985fe465e9dd6a075af55493f42b4933be0
Original file line number Diff line number Diff line change 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
4560public class FakeStorageRpc implements StorageRpc {
You can’t perform that action at this time.
0 commit comments