Class GoogleCloudStorageImpl

  • All Implemented Interfaces:
    GoogleCloudStorage

    public class GoogleCloudStorageImpl
    extends Object
    implements GoogleCloudStorage
    Provides read/write access to Google Cloud Storage (GCS), using Java nio channel semantics. This is a basic implementation of the GoogleCloudStorage interface that mostly delegates through to the appropriate API call(s) via the generated JSON API client, while adding reliability and performance features such as setting up low-level retries, translating low-level exceptions, and request batching.