org.jclouds.blobstore.strategy.internal
Class PutBlobsStrategyImpl
java.lang.Object
org.jclouds.blobstore.strategy.internal.PutBlobsStrategyImpl
- All Implemented Interfaces:
- PutBlobsStrategy
@Singleton
public class PutBlobsStrategyImpl
- extends Object
- implements PutBlobsStrategy
- Author:
- Adrian Cole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
@Named(value="jclouds.blobstore")
protected Logger logger
maxTime
@Inject(optional=true)
@Named(value="jclouds.request-timeout")
protected Long maxTime
- maximum duration of an blob Request
execute
public void execute(String containerName,
Iterable<? extends Blob> blobs)
- Specified by:
execute
in interface PutBlobsStrategy
Copyright © 2009-2011 jclouds. All Rights Reserved.