Class/Object

com.hindog.grid.repo

S3Repository

Related Docs: object S3Repository | package repo

Permalink

case class S3Repository(credentialsProviderClass: SerializableCredentialsProvider, regionProviderClass: SerializableRegionProvider, bucketName: String, pathPrefix: String) extends Repository with Logging with Product with Serializable

Linear Supertypes
Product, Equals, Logging, LazyLogging, Repository, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. S3Repository
  2. Product
  3. Equals
  4. Logging
  5. LazyLogging
  6. Repository
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new S3Repository(credentialsProviderClass: SerializableCredentialsProvider, regionProviderClass: SerializableRegionProvider, bucketName: String, pathPrefix: String)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val bucketName: String

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def close(): Unit

    Permalink
    Definition Classes
    S3Repository → Repository
  8. def contains(resource: Resource): Boolean

    Permalink
    Definition Classes
    S3Repository → Repository
  9. val credentialsProviderClass: SerializableCredentialsProvider

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. val pathPrefix: String

    Permalink
  19. val regionProviderClass: SerializableRegionProvider

    Permalink
  20. def resolve(resource: Resource): Resource

    Permalink
    Definition Classes
    S3Repository → Repository
  21. lazy val s3: AmazonS3

    Permalink
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def upload(resource: Resource): Resource

    Permalink
    Definition Classes
    S3Repository → Repository
  24. def uri: URI

    Permalink
    Definition Classes
    S3Repository → Repository
  25. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Product

Inherited from Equals

Inherited from Logging

Inherited from LazyLogging

Inherited from Repository

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped