com.twitter.summingbird.batch.store

HDFSMetadata

class HDFSMetadata extends AnyRef

Class to access metadata for a single versioned output directory

Source
HDFSMetadata.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HDFSMetadata
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HDFSMetadata(conf: Configuration, rootPath: String)

    rootPath

    the base root path to where versions of a single output are stored

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def apply(version: Long): HDFSVersionMetadata

    Refer to a specific version, even if it does not exist on disk

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def find[T](fn: (T) ⇒ Boolean)(implicit arg0: JsonNodeInjection[T]): Option[(T, HDFSVersionMetadata)]

    Find the newest version that satisfies a predicate

  13. def get(version: Long): Option[HDFSVersionMetadata]

    Get a version's metadata IF it exists on disk

  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

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

    Definition Classes
    Any
  17. def mostRecentVersion: Option[HDFSVersionMetadata]

    The greatest version number that has been completed on disk

  18. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. def newVersion: Long

    Create a new version number that is greater than all previous

  20. final def notify(): Unit

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

    Definition Classes
    AnyRef
  22. def select[T](fn: (T) ⇒ Boolean)(implicit arg0: JsonNodeInjection[T]): Iterable[(T, HDFSVersionMetadata)]

    select all versions that satisfy a predicate

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

    Definition Classes
    AnyRef
  24. def toString(): String

    Definition Classes
    AnyRef → Any
  25. val versionedStore: VersionedStore

    Attributes
    protected
  26. def versions: Iterable[Long]

    This touches the filesystem once on each call, newest (largest) to oldest (smallest) This relies on dfs-datastore doing the sorting, which it does last we checked

  27. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped