| Package | Description |
|---|---|
| com.google.appengine.tools.cloudstorage |
| Modifier and Type | Method and Description |
|---|---|
RawGcsService.RawGcsCreationToken |
RawGcsService.beginObjectCreation(GcsFilename filename,
GcsFileOptions options,
long timeoutMillis) |
| Modifier and Type | Method and Description |
|---|---|
Future<RawGcsService.RawGcsCreationToken> |
RawGcsService.continueObjectCreationAsync(RawGcsService.RawGcsCreationToken token,
ByteBuffer chunk,
long timeoutMillis)
Reads all remaining bytes from
chunk and writes them to the object and offset specified
by token asynchronously. |
| Modifier and Type | Method and Description |
|---|---|
Future<RawGcsService.RawGcsCreationToken> |
RawGcsService.continueObjectCreationAsync(RawGcsService.RawGcsCreationToken token,
ByteBuffer chunk,
long timeoutMillis)
Reads all remaining bytes from
chunk and writes them to the object and offset specified
by token asynchronously. |
void |
RawGcsService.finishObjectCreation(RawGcsService.RawGcsCreationToken token,
ByteBuffer chunk,
long timeoutMillis)
Reads all remaining bytes from
chunk and writes them to the object
and offset specified by token, as the final bytes of the object. |
Copyright © 2016 Google. All rights reserved.