Packages

class ObjectIdCleaner extends CleaningMapper[ObjectId]

Linear Supertypes
CleaningMapper[ObjectId], (ObjectId) => ObjectId, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ObjectIdCleaner
  2. CleaningMapper
  3. Function1
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ObjectIdCleaner(config: Config, objectDB: ObjectDatabase, revWalk: RevWalk)

Type Members

  1. case class TreeBlobChange(oldId: ObjectId, newIdOpt: Option[ObjectId], filename: FileName) extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def andThen[A](g: (ObjectId) => A): (ObjectId) => A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  5. def apply(objectId: ObjectId): ObjectId
    Definition Classes
    ObjectIdCleaner → Function1
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val changesByFilename: ConcurrentMultiMap[FileName, (ObjectId, ObjectId)]
  8. val cleanBlob: Cleaner[ObjectId]
  9. val cleanCommit: MemoFunc[ObjectId, ObjectId]
  10. val cleanTag: MemoFunc[ObjectId, ObjectId]
  11. val cleanTree: MemoFunc[ObjectId, ObjectId]
  12. def cleanedObjectMap(): Map[ObjectId, ObjectId]
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  14. val commitMemo: Memo[ObjectId, ObjectId]
  15. def compose[A](g: (A) => ObjectId): (A) => ObjectId
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  16. val deletionsByFilename: ConcurrentMultiMap[FileName, ObjectId]
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def getCommit(commitId: AnyObjectId): RevCommit
  22. def getTag(tagId: AnyObjectId): RevTag
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def isDirty(v: ObjectId): Boolean
    Definition Classes
    CleaningMapper
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val memo: Memo[ObjectId, ObjectId]
  27. val memoClean: MemoFunc[ObjectId, ObjectId]
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. lazy val protectedDirt: Seq[ProtectedObjectDirtReport]
  32. def recordChange(originalBlobs: TreeBlobs, fixedTreeBlobs: TreeBlobs): Unit
  33. def replacement(oldId: ObjectId): Option[ObjectId]
    Definition Classes
    CleaningMapper
  34. implicit val revWalk: RevWalk
  35. def stats(): Map[String, CacheStats]
  36. def substitution(oldId: ObjectId): Option[(ObjectId, ObjectId)]
    Definition Classes
    CleaningMapper
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. val tagMemo: Memo[ObjectId, ObjectId]
  39. val threadLocalResources: ThreadLocalObjectDatabaseResources
  40. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  41. val treeMemo: Memo[ObjectId, ObjectId]
  42. def uncachedClean: (ObjectId) => ObjectId
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from CleaningMapper[ObjectId]

Inherited from (ObjectId) => ObjectId

Inherited from AnyRef

Inherited from Any

Ungrouped