Package | Description |
---|---|
com.google.cloud |
Core classes for the
google-cloud library. |
com.google.cloud.storage |
A client for Cloud Storage - Unified object storage.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
BaseWriteChannel.BaseState<ServiceOptionsT extends ServiceOptions<?,ServiceOptionsT>,EntityT extends Serializable> |
Modifier and Type | Method and Description |
---|---|
abstract RestorableState<WriteChannel> |
BaseWriteChannel.BaseState.Builder.build() |
RestorableState<WriteChannel> |
WriteChannel.capture()
Captures the write channel state so that it can be saved and restored afterwards.
|
RestorableState<ReadChannel> |
ReadChannel.capture()
Captures the read channel state so that it can be saved and restored afterwards.
|
RestorableState<T> |
Restorable.capture()
Captures the state of this object.
|
RestorableState<WriteChannel> |
BaseWriteChannel.capture() |
Modifier and Type | Method and Description |
---|---|
RestorableState<CopyWriter> |
CopyWriter.capture() |
Copyright © 2019 Google LLC. All rights reserved.