Uses of Interface
com.google.appengine.tools.cloudstorage.RawGcsService.RawGcsCreationToken
-
Packages that use RawGcsService.RawGcsCreationToken Package Description com.google.appengine.tools.cloudstorage -
-
Uses of RawGcsService.RawGcsCreationToken in com.google.appengine.tools.cloudstorage
Methods in com.google.appengine.tools.cloudstorage that return RawGcsService.RawGcsCreationToken Modifier and Type Method and Description RawGcsService.RawGcsCreationToken
RawGcsService. beginObjectCreation(GcsFilename filename, GcsFileOptions options, long timeoutMillis)
Methods in com.google.appengine.tools.cloudstorage that return types with arguments of type RawGcsService.RawGcsCreationToken Modifier and Type Method and Description Future<RawGcsService.RawGcsCreationToken>
RawGcsService. continueObjectCreationAsync(RawGcsService.RawGcsCreationToken token, ByteBuffer chunk, long timeoutMillis)
Reads all remaining bytes fromchunk
and writes them to the object and offset specified bytoken
asynchronously.Methods in com.google.appengine.tools.cloudstorage with parameters of type RawGcsService.RawGcsCreationToken Modifier and Type Method and Description Future<RawGcsService.RawGcsCreationToken>
RawGcsService. continueObjectCreationAsync(RawGcsService.RawGcsCreationToken token, ByteBuffer chunk, long timeoutMillis)
Reads all remaining bytes fromchunk
and writes them to the object and offset specified bytoken
asynchronously.void
RawGcsService. finishObjectCreation(RawGcsService.RawGcsCreationToken token, ByteBuffer chunk, long timeoutMillis)
Reads all remaining bytes fromchunk
and writes them to the object and offset specified bytoken
, as the final bytes of the object.
-
Copyright © 2016 Google. All rights reserved.