case class NoRedirectRule(appName: Option[String], allowedOperations: Set[String]) extends Product with Serializable
This class defines the rule of allowing transaction to access redirect source table.
- appName
The application name that is allowed to commit transaction defined inside the
allowedOperationsset. If a rules' appName is empty, then all application should fulfill itsallowedOperations.- allowedOperations
The set of operation names that are allowed to commit on the redirect source table. The example of usage of NoRedirectRule. { "type": "PathBasedRedirect", "state": "REDIRECT-READY", "spec": { "tablePath": "s3://<bucket-1>/tables/<table-name>" }, "noRedirectRules": [ {"allowedOperations": ["Write", "Delete", "Refresh"] }, {"appName": "maintenance-job", "allowedOperations": ["Refresh"] } ] }
- Alphabetic
- By Inheritance
- NoRedirectRule
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new NoRedirectRule(appName: Option[String], allowedOperations: Set[String])
- appName
The application name that is allowed to commit transaction defined inside the
allowedOperationsset. If a rules' appName is empty, then all application should fulfill itsallowedOperations.- allowedOperations
The set of operation names that are allowed to commit on the redirect source table. The example of usage of NoRedirectRule. { "type": "PathBasedRedirect", "state": "REDIRECT-READY", "spec": { "tablePath": "s3://<bucket-1>/tables/<table-name>" }, "noRedirectRules": [ {"allowedOperations": ["Write", "Delete", "Refresh"] }, {"appName": "maintenance-job", "allowedOperations": ["Refresh"] } ] }
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
- val allowedOperations: Set[String]
- val appName: Option[String]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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 productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()