object UncommittedGarbageCollector
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UncommittedGarbageCollector
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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 val UNCOMMITTED_GC_SOURCE_NAME: String("uncommitted_gc")
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
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] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getFirstSlice(dataDF: DataFrame, repo: String): String
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
listObjects(storageNamespace: String, before: Date): DataFrame
list repository objects directly from object store.
list repository objects directly from object store. Reads the objects from both old repository structure and new repository structure
- storageNamespace
The storageNamespace to read from
- before
Exclude objects which last_modified date is newer than before Date
- returns
DF listing all objects under given storageNamespace
- def main(args: Array[String]): Unit
-
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()
- def readMarkedAddresses(storageNamespace: String, markID: String): DataFrame
- lazy val spark: SparkSession
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def validateRunModeConfigs(shouldMark: Boolean, shouldSweep: Boolean, markID: String): Unit
-
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()
- def writeJsonSummary(dst: String, runID: String, firstSlice: String, startTime: Instant, cutoffTime: Instant, success: Boolean, numDeletedObjects: Long): String
- def writeReports(storageNamespace: String, runID: String, firstSlice: String, startTime: Instant, cutoffTime: Instant, success: Boolean, expiredAddresses: DataFrame): Unit