Uses of Interface
com.google.cloud.Restorable
-
Packages that use Restorable Package Description com.google.cloud Core classes for thegoogle-cloud
library. -
-
Uses of Restorable in com.google.cloud
Classes in com.google.cloud with type parameters of type Restorable Modifier and Type Interface Description interface
Restorable<T extends Restorable<T>>
Implementation of this interface can persist their state and restore from it.interface
RestorableState<T extends Restorable<T>>
A common interface for restorable states.Subinterfaces of Restorable in com.google.cloud Modifier and Type Interface Description interface
ReadChannel
A channel for reading data from a Google Cloud object.interface
WriteChannel
A channel for writing data to Google Cloud services.Classes in com.google.cloud that implement Restorable Modifier and Type Class Description class
BaseWriteChannel<ServiceOptionsT extends ServiceOptions<?,ServiceOptionsT>,EntityT extends Serializable>
Base implementation for aWriteChannel
.
-