Object

com.comcast.xfinity.sirius.uberstore

UberTool

Related Doc: package uberstore

Permalink

object UberTool

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UberTool
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def compact(inLog: SiriusLog, outLog: SiriusLog, deleteCutoff: Long = 0): Unit

    Permalink

    Compacts events in inFile into outFile, appending.

    Compacts events in inFile into outFile, appending.

    Has the side effects of writing data into outFile.

    NOTE: this is an unoptimized, high level compaction algorithm and can take a lot of memory. Make sure your JVM is configured properly when you use this.

    inLog

    the SiriusLog to compact events from

    outLog

    the SiriusLog to write the compacted log into

    deleteCutoff

    deletes with a timestamp before this point are completely removed from the log. defaults to 0, meaning any deletes from 12AM Jan 1, 1970 or before are completely removed from the log

  7. def copyLog(inLog: SiriusLog, outLog: SiriusLog): Unit

    Permalink

    Copies data from inFile to outFile.

    Copies data from inFile to outFile. outFile is appended to.

    Has the side effect of writing data into outFile.

    inLog

    the SiriusLog to copy data from, this file is not modified

    outLog

    the SiriusLog to copy data into

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  14. def isLegacy(walDirName: String): Boolean

    Permalink
  15. def isSegmented(walDirName: String): Boolean

    Permalink
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  20. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  21. def twoPassCompact(inLog: SiriusLog, outLog: SiriusLog, deleteCutoff: Long = 0): Unit

    Permalink

    Also not perfect, and slower than single pass, but this compaction implementation will run with a more reasonable memory footprint.

    Also not perfect, and slower than single pass, but this compaction implementation will run with a more reasonable memory footprint.

    inLog

    input log

    outLog

    output log, needs to be empty (or you're likely to get an "out of order write" exception)

    deleteCutoff

    deletes with a timestamp before this point are completely removed from the log. defaults to 0, meaning any deletes from 12AM Jan 1, 1970 or before are completely removed from the log

  22. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped