org.jclouds.blobstore.strategy.internal
Class PutBlobsStrategyImpl

java.lang.Object
  extended by org.jclouds.blobstore.strategy.internal.PutBlobsStrategyImpl
All Implemented Interfaces:
PutBlobsStrategy

@Singleton
public class PutBlobsStrategyImpl
extends Object
implements PutBlobsStrategy

Author:
Adrian Cole

Field Summary
protected  Logger logger
           
protected  Long maxTime
          maximum duration of an blob Request
 
Method Summary
 void execute(String containerName, Iterable<? extends Blob> blobs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

Method Detail

execute

public void execute(String containerName,
                    Iterable<? extends Blob> blobs)
Specified by:
execute in interface PutBlobsStrategy


Copyright © 2009-2011 jclouds. All Rights Reserved.