Uses of Interface
org.infinispan.loader.s3.S3Connection

Packages that use S3Connection
org.infinispan.loader.s3   
 

Uses of S3Connection in org.infinispan.loader.s3
 

Classes in org.infinispan.loader.s3 with type parameters of type S3Connection
 interface S3Bucket<B,C extends S3Connection>
          // TODO: Adrian: Document this!

This interface defines the interactons between the S3CacheStore and Amazon S3.

 

Methods in org.infinispan.loader.s3 with parameters of type S3Connection
 void S3CacheStore.init(CacheLoaderConfig config, Cache cache, Marshaller m, S3Connection connection, S3Bucket bucket)
           
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.