Class/Object

com.hindog.grid.hadoop

HDFSRepository

Related Docs: object HDFSRepository | package hadoop

Permalink

case class HDFSRepository(hdfsPath: String, conf: () ⇒ Configuration, cleanInterval: Long = 24 hours).toMillis, maxLastAccessAge: Long = 30 days).toMillis) 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. HDFSRepository
  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 HDFSRepository(hdfsPath: String, conf: () ⇒ Configuration, cleanInterval: Long = 24 hours).toMillis, maxLastAccessAge: Long = 30 days).toMillis)

    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 cleanInterval: Long

    Permalink
  6. def cleanup(): Unit

    Permalink
  7. lazy val cleanupTimestampFile: Path

    Permalink
    Attributes
    protected
  8. def clone(): AnyRef

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

    Permalink
    Definition Classes
    HDFSRepository → Repository
  10. val conf: () ⇒ Configuration

    Permalink
  11. def contains(resource: Resource): Boolean

    Permalink
    Definition Classes
    HDFSRepository → Repository
  12. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. val hdfsPath: String

    Permalink
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  18. val maxLastAccessAge: Long

    Permalink
  19. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  22. def resolve(resource: Resource): Resource

    Permalink
    Definition Classes
    HDFSRepository → Repository
  23. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    HDFSRepository → Repository
  25. def uri: URI

    Permalink
    Definition Classes
    HDFSRepository → Repository
  26. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. 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