com.ignition

samples

package samples

Helper functions for Ignition samples.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. samples
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. object CassandraFlow extends App

    Reads Cassandra data and manipulates it.

  2. object KafkaInputOutput extends App

  3. object KafkaStreamingFlow extends App

  4. object MultiSessionStreaming extends App

  5. object QueueStreamFlow extends App

  6. object ReduceFlow extends App

  7. object ReusableSubFlows extends App

  8. object ScriptingFlow extends App

  9. object SimpleFlow extends App

  10. object StreamStateUpdate extends App

  11. object UnionFlow extends App

  12. def javaBD(str: String): BigDecimal

    Constructs a java.

    Constructs a java.math.BigDecimal instance.

    Attributes
    protected
  13. def javaBD(x: Double): BigDecimal

    Constructs a java.

    Constructs a java.math.BigDecimal instance.

    Attributes
    protected
  14. def javaDate(year: Int, month: Int, day: Int): Date

    Constructs a java.

    Constructs a java.sql.Date instance.

    Attributes
    protected
  15. def javaTime(year: Int, month: Int, day: Int, hour: Int, minute: Int, second: Int = 0): Timestamp

    Constructs a java.

    Constructs a java.sql.Timestamp instance.

    Attributes
    protected
  16. def newid: String

    Creates a new UUID.

    Creates a new UUID.

    Attributes
    protected
  17. def printJson(flow: JsonExport): Unit

    Prints out the JSON representation of the data flow.

    Prints out the JSON representation of the data flow.

    Attributes
    protected
  18. def printXml(flow: XmlExport): Unit

    Prints out the XML representation of the data flow.

    Prints out the XML representation of the data flow.

    Attributes
    protected

Inherited from AnyRef

Inherited from Any

Ungrouped