> +import com.google.common.collect.ImmutableMap;
> +import com.google.common.collect.Iterables;
> +import com.google.common.util.concurrent.ListeningExecutorService;
> +
> +public class LocalBlobStore extends BaseBlobStore {
> +
> + @Resource
> + protected Logger logger = Logger.NULL;
> +
> + protected final ContentMetadataCodec contentMetadataCodec;
> + protected final IfDirectoryReturnNameStrategy ifDirectoryReturnName;
> + protected final Factory blobFactory;
> + protected final LocalStorageStrategy storageStrategy;
> +
> + @Inject
> + protected LocalBlobStore(
Just to ensure I understand: most of this is copied from the previous
AsyncLocalBlobStore?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/220/files#r8053872