class GarbageCollector extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GarbageCollector
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new GarbageCollector(rangeGetter: RangeGetter)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bitwiseOR: (Int, Int) ⇒ Int
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def getAddressesToDelete(expiredRangeIDs: Dataset[String], keepRangeIDs: Dataset[String], repo: String, storageNS: String, numRangePartitions: Int, numAddressPartitions: Int): Dataset[String]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getCommitsDF(commitDFLocation: String): Dataset[Row]
- def getExpiredAddresses(repo: String, storageNS: String, runID: String, commitDFLocation: String, numRangePartitions: Int, numAddressPartitions: Int): Dataset[String]
- def getRangeIDsForCommits(commitIDs: Dataset[String], repo: String): Dataset[String]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
minus(left: Dataset[String], right: Dataset[String], partitioner: Partitioner): Dataset[String]
Compute a distinct antijoin using partitioner.
Compute a distinct antijoin using partitioner. This is the same as
left.distinct.except(right.distinct)but forces our plan. Useful when Spark is unable to predict the structure and/or size of either argument.
- returns
all elements in left that are not in right.
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val rangeGetter: RangeGetter
-
lazy val
spark: SparkSession
- Annotations
- @transient()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()