Object

com.coxautodata.waimak.storage

StorageActions

Related Doc: package storage

Permalink

object StorageActions extends Logging

Created by Vicky Avison on 11/05/18.

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

Type Members

  1. implicit class StorageActionImplicits extends AnyRef

    Permalink

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. val BYTES_PER_PARTITION: String

    Permalink

    Approximate maximum number of bytes to be in each partition file.

    Approximate maximum number of bytes to be in each partition file. Adjust this to control output file size. Use with the TotalBytesPartitioner

  5. val BYTES_PER_PARTITION_DEFAULT: Long

    Permalink
  6. val CELLS_PER_PARTITION: String

    Permalink

    Approximate maximum number of cells (numRows * numColumns) to be in each cold partition file.

    Approximate maximum number of cells (numRows * numColumns) to be in each cold partition file. Adjust this to control output file size. Use with the TotalCellsPartitioner

  7. val CELLS_PER_PARTITION_DEFAULT: Long

    Permalink
  8. val COMPACTION_PARTITIONER_IMPLEMENTATION: String

    Permalink

    The class name of the compaction partitioner implementation to use

  9. val COMPACTION_PARTITIONER_IMPLEMENTATION_DEFAULT: String

    Permalink
  10. val MAX_RECORDS_TO_SAMPLE: String

    Permalink

    Maximum records to when calculating the number of bytes in a partition.

    Maximum records to when calculating the number of bytes in a partition. Use -1 for no sampling. Use with the TotalBytesPartitioner

  11. val MAX_RECORDS_TO_SAMPLE_DEFAULT: Long

    Permalink
  12. val RECOMPACT_ALL: String

    Permalink

    Whether to recompact all regions regardless of size (i.e.

    Whether to recompact all regions regardless of size (i.e. ignore SMALL_REGION_ROW_THRESHOLD)

  13. val RECOMPACT_ALL_DEFAULT: Boolean

    Permalink
  14. val SMALL_REGION_ROW_THRESHOLD: String

    Permalink

    The row number threshold to use for determining small regions to be compacted.

  15. val SMALL_REGION_ROW_THRESHOLD_DEFAULT: Long

    Permalink
  16. val TRASH_MAX_AGE_MS: String

    Permalink

    Maximum age of old region files kept in the .Trash folder after a compaction has happened.

  17. val TRASH_MAX_AGE_MS_DEFAULT: Long

    Permalink
  18. val UPDATE_TABLE_METADATA: String

    Permalink

    Whether to update the metadata (call the metadata retrieval function and persist the result) for existing tables

  19. val UPDATE_TABLE_METADATA_DEFAULT: Boolean

    Permalink
  20. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  26. def handleTableErrors(tableResults: Map[String, Try[Any]], errorMessageBase: String): Unit

    Permalink
  27. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  29. def isTraceEnabled(): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  30. def logDebug(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  31. def logDebug(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  32. def logError(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  33. def logError(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  34. def logInfo(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  35. def logInfo(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  36. def logName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  37. def logTrace(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  38. def logTrace(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  39. def logWarning(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  40. def logWarning(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  41. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  44. def runSingleCompactionDuringWindow(windowStartHours: Int, windowEndHours: Int): (Seq[AuditTableRegionInfo], Long, ZonedDateTime) ⇒ Boolean

    Permalink

    Compaction trigger that triggers a compaction after an append only if there are hot partitions, the compaction timestamp is between a given window of hours and no other compaction has happened in that specific window You can have a window that spans a day boundary, i.e.

    Compaction trigger that triggers a compaction after an append only if there are hot partitions, the compaction timestamp is between a given window of hours and no other compaction has happened in that specific window You can have a window that spans a day boundary, i.e. windowStartHours=22 and windowEndHours=03

    windowStartHours

    the hour of the day at which the window opens

    windowEndHours

    the hour of the day at which the window closes

  45. val storageParamPrefix: String

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  48. final def wait(): Unit

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

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

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

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped