Uses of Interface
com.google.cloud.RestorableState
-
Packages that use RestorableState Package Description com.google.cloud Core classes for thegoogle-cloudlibrary. -
-
Uses of RestorableState in com.google.cloud
Classes in com.google.cloud that implement RestorableState Modifier and Type Class Description protected static classBaseWriteChannel.BaseState<ServiceOptionsT extends ServiceOptions<?,ServiceOptionsT>,EntityT extends Serializable>Methods in com.google.cloud that return RestorableState Modifier and Type Method Description abstract RestorableState<WriteChannel>BaseWriteChannel.BaseState.Builder. build()RestorableState<WriteChannel>BaseWriteChannel. capture()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>WriteChannel. capture()Captures the write channel state so that it can be saved and restored afterwards.
-