@Singleton public class PutBlobsStrategyImpl extends Object implements PutBlobsStrategy
Modifier and Type | Field and Description |
---|---|
protected Logger |
logger |
protected Long |
maxTime
maximum duration of an blob Request
|
Modifier and Type | Method and Description |
---|---|
void |
execute(String containerName,
Iterable<? extends Blob> blobs) |
@Named(value="jclouds.blobstore") protected Logger logger
@Inject(optional=true) @Named(value="jclouds.request-timeout") protected Long maxTime
public void execute(String containerName, Iterable<? extends Blob> blobs)
execute
in interface PutBlobsStrategy
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.