package misc
- Alphabetic
- Public
- All
Type Members
-
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()
-
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()
- 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
- class PythonSparkEntryPoint extends SparkEntryPoint
-
trait
SmartDataLakeLogger extends AnyRef
- Annotations
- @DeveloperApi()
Value Members
- object CompactionUtil extends SmartDataLakeLogger
- object DefaultExpressionData extends Serializable
- object EnvironmentUtil
-
object
MemoryUtils extends SmartDataLakeLogger
Utils to monitor memory usage and shutdown cause
-
object
PerformanceUtils
- Annotations
- @DeveloperApi()
- object ReflectionUtil
- object ScalaUtil
- object SchemaUtil