Packages

case class JmsDataObject(id: DataObjectId, jndiContextFactory: String, jndiProviderUrl: String, schemaMin: Option[StructType], authMode: AuthMode, batchSize: Int, maxWaitSec: Int, maxBatchAgeSec: Int, txBatchSize: Int, connectionFactory: String, queue: String, metadata: Option[DataObjectMetadata] = None)(implicit instanceRegistry: InstanceRegistry) extends DataObject with CanCreateDataFrame with SchemaValidation with Product with Serializable

DataObject of type JMS queue. Provides details to an Action to access JMS queues.

jndiContextFactory

JNDI Context Factory

jndiProviderUrl

JNDI Provider URL

authMode

authentication information: for now BasicAuthMode is supported.

batchSize

JMS batch size

connectionFactory

JMS Connection Factory

queue

Name of MQ Queue

Linear Supertypes
Serializable, Serializable, Product, Equals, SchemaValidation, CanCreateDataFrame, DataObject, SmartDataLakeLogger, ParsableFromConfig[DataObject], SdlConfigObject, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JmsDataObject
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SchemaValidation
  7. CanCreateDataFrame
  8. DataObject
  9. SmartDataLakeLogger
  10. ParsableFromConfig
  11. SdlConfigObject
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JmsDataObject(id: DataObjectId, jndiContextFactory: String, jndiProviderUrl: String, schemaMin: Option[StructType], authMode: AuthMode, batchSize: Int, maxWaitSec: Int, maxBatchAgeSec: Int, txBatchSize: Int, connectionFactory: String, queue: String, metadata: Option[DataObjectMetadata] = None)(implicit instanceRegistry: InstanceRegistry)

    jndiContextFactory

    JNDI Context Factory

    jndiProviderUrl

    JNDI Provider URL

    authMode

    authentication information: for now BasicAuthMode is supported.

    batchSize

    JMS batch size

    connectionFactory

    JMS Connection Factory

    queue

    Name of MQ Queue

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addFieldIfNotExisting(writeSchema: StructType, colName: String, dataType: DataType): StructType
    Attributes
    protected
    Definition Classes
    CanCreateDataFrame
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val authMode: AuthMode
  7. val basicAuthMode: BasicAuthMode
  8. val batchSize: Int
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. val connectionFactory: String
  11. def createReadSchema(writeSchema: StructType)(implicit session: SparkSession): StructType
    Definition Classes
    CanCreateDataFrame
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def factory: FromConfigFactory[DataObject]

    <invalid inheritdoc annotation>

    <invalid inheritdoc annotation>

    Definition Classes
    JmsDataObject → ParsableFromConfig
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getConnection[T <: Connection](connectionId: ConnectionId)(implicit registry: InstanceRegistry, ct: ClassTag[T], tt: scala.reflect.api.JavaUniverse.TypeTag[T]): T
    Attributes
    protected
    Definition Classes
    DataObject
  17. def getConnectionReg[T <: Connection](connectionId: ConnectionId, registry: InstanceRegistry)(implicit ct: ClassTag[T], tt: scala.reflect.api.JavaUniverse.TypeTag[T]): T
    Attributes
    protected
    Definition Classes
    DataObject
  18. def getDataFrame(partitionValues: Seq[PartitionValues] = Seq())(implicit session: SparkSession, context: ActionPipelineContext): DataFrame
    Definition Classes
    JmsDataObject → CanCreateDataFrame
  19. val id: DataObjectId
    Definition Classes
    JmsDataObject → DataObject → SdlConfigObject
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val jndiContextFactory: String
  22. val jndiProviderUrl: String
  23. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    SmartDataLakeLogger
    Annotations
    @transient()
  24. val maxBatchAgeSec: Int
  25. val maxWaitSec: Int
  26. val metadata: Option[DataObjectMetadata]
    Definition Classes
    JmsDataObject → DataObject
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. val queue: String
  31. val schemaMin: Option[StructType]
    Definition Classes
    JmsDataObject → SchemaValidation
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toStringShort: String
    Definition Classes
    DataObject
  34. val txBatchSize: Int
  35. def validateSchemaMin(df: DataFrame): Unit
    Definition Classes
    SchemaValidation
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SchemaValidation

Inherited from CanCreateDataFrame

Inherited from DataObject

Inherited from SmartDataLakeLogger

Inherited from ParsableFromConfig[DataObject]

Inherited from SdlConfigObject

Inherited from AnyRef

Inherited from Any

Ungrouped