Packages

package misc

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class AclDef(permission: String, acls: Seq[AclElement]) extends Product with Serializable

    Describes a complete ACL Specification (basic owner/group/other permissions AND extended ACLS) to be applied to a Data Object on writing

    Describes a complete ACL Specification (basic owner/group/other permissions AND extended ACLS) to be applied to a Data Object on writing

    permission

    : File system permission string in symbolic notation form (e.g. rwxr-xr-x)

    acls

    : a sequence of AclElements

    Annotations
    @Scaladoc()
  2. case class AclElement(aclType: String, name: String, permission: String) extends Product with Serializable

    Describes a single extended ACL to be applied to a Data Object in addition to the basic file system permissions

    Describes a single extended ACL to be applied to a Data Object in addition to the basic file system permissions

    aclType

    : type of ACL to be added "group", "user"

    name

    : the name of the user/group for which an ACL definition is being added

    permission

    : the permission (rwx syntax) to be granted

    Annotations
    @Scaladoc()
  3. case class DefaultExpressionData(feed: String, application: String, runId: Int, attemptId: Int, executionPhase: String, referenceTimestamp: Option[Timestamp], runStartTime: Timestamp, attemptStartTime: Timestamp, partitionValues: Seq[Map[String, String]]) extends Product with Serializable
  4. class PythonSparkEntryPoint extends SparkEntryPoint
  5. trait SmartDataLakeLogger extends AnyRef
    Annotations
    @DeveloperApi()

Value Members

  1. object CompactionUtil extends SmartDataLakeLogger
  2. object DefaultExpressionData extends Serializable
  3. object EnvironmentUtil
  4. object MemoryUtils extends SmartDataLakeLogger

    Utils to monitor memory usage and shutdown cause

  5. object PerformanceUtils
    Annotations
    @DeveloperApi()
  6. object ReflectionUtil
  7. object ScalaUtil
  8. object SchemaUtil

Ungrouped