Package com.google.cloud.hadoop.gcsio
Class BatchHelper.Factory
- java.lang.Object
-
- com.google.cloud.hadoop.gcsio.BatchHelper.Factory
-
- Enclosing class:
- BatchHelper
public static class BatchHelper.Factory extends Object
Since each BatchHelper instance should be tied to a particular related set of requests, use cases will generally interact via an injectable BatchHelper.Factory.
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchHelpernewBatchHelper(com.google.api.client.http.HttpRequestInitializer requestInitializer, com.google.api.services.storage.Storage gcs, int maxRequestsPerBatch)
-
-
-
Method Detail
-
newBatchHelper
public BatchHelper newBatchHelper(com.google.api.client.http.HttpRequestInitializer requestInitializer, com.google.api.services.storage.Storage gcs, int maxRequestsPerBatch)
-
-