com.twitter.scalding.commons.datastores

VersionedStore

class VersionedStore extends AnyRef

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

Instance Constructors

  1. new VersionedStore(path: Path, conf: Configuration)

  2. new VersionedStore(fs: FileSystem, path: String)

  3. new VersionedStore(path: String)

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def cleanup(versionsToKeep: Int): Unit

  8. def cleanup(): Unit

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def createVersion(version: Long): String

  11. def createVersion(): String

  12. def deleteVersion(version: Long): Unit

  13. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  15. def failVersion(path: String): Unit

  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def getAllVersions(skipVersionSuffix: Boolean): List[Long]

  18. def getAllVersions(): List[Long]

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

    Definition Classes
    AnyRef → Any
  20. def getFileSystem(): FileSystem

  21. def getRoot(): String

  22. def hasVersion(version: Long): Boolean

  23. def hashCode(): Int

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

    Definition Classes
    Any
  25. def mostRecentVersion(skipVersionSuffix: Boolean, maxVersion: Long): Long

  26. def mostRecentVersion(maxVersion: Long): Long

  27. def mostRecentVersion(skipVersionSuffix: Boolean): Long

  28. def mostRecentVersion(): Long

  29. def mostRecentVersionPath(maxVersion: Long): String

  30. def mostRecentVersionPath(): String

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

    Definition Classes
    AnyRef
  32. def newVersion(): Long

  33. final def notify(): Unit

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

    Definition Classes
    AnyRef
  35. def parseVersion(path: String): Long

  36. def succeedVersion(version: Long): Unit

  37. def succeedVersion(path: String): Unit

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

    Definition Classes
    AnyRef
  39. def toString(): String

    Definition Classes
    AnyRef → Any
  40. def versionPath(version: Long): String

  41. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped