com.alpine.plugin.core.visualization

DBVisualModelFactoryImpl

class DBVisualModelFactoryImpl extends VisualModelFactory

Created by Jennifer Thompson on 2/16/17.

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

Instance Constructors

  1. new DBVisualModelFactoryImpl(dbVisualHelper: DBVisualModelHelper)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def createCompositeVisualModel(): CompositeVisualModel

    One can return a composite of multiple visualizations.

    One can return a composite of multiple visualizations.

    returns

    A composite visual model that can contain multiple visualizations.

    Definition Classes
    DBVisualModelFactoryImplVisualModelFactory
  9. def createDBTableVisualization(schemaName: String, tableName: String): VisualModel

    Create a visualization for a DB table.

    Create a visualization for a DB table. This pulls a preview of the DB table, for display in the results console.

    schemaName

    The schema name of the table to preview.

    tableName

    The schema name of the table to preview.

    returns

    A visualization of a sample of the table.

    Definition Classes
    DBVisualModelFactoryImplVisualModelFactory
  10. def createDBTableVisualization(dbTable: DBTable): VisualModel

    Create a visualization for a DB table.

    Create a visualization for a DB table. This pulls a preview of the DB table, for display in the results console. Equivalent to dbTable.tableName)

    dbTable

    A DB table that we want to visualize.

    returns

    A visualization of the sample.

    Definition Classes
    DBVisualModelFactoryImplVisualModelFactory
  11. def createDefaultVisualModel(ioObject: IOBase): VisualModel

    Create the default visual model for the given IOBase object.

    Create the default visual model for the given IOBase object. This is useful to quickly generate a visual model for an existing IOBase object.

    ioObject

    The IOBase object that we want to create a visual model for.

    returns

    A matching visual model.

    Definition Classes
    DBVisualModelFactoryImplVisualModelFactory
  12. def createHtmlTextVisualization(text: String): HtmlVisualModel

    Create a visualization of an HTML text element.

    Create a visualization of an HTML text element. Use this method rather than the 'createTextVisualization' method if you want to include HTML formatting elements (like a table, or bold text) in your visualization.

    text

    An HTML String

    returns

    A text visualization object, which puts the html text inside of a <text> tag.

    Definition Classes
    DBVisualModelFactoryImplVisualModelFactory
  13. def createPlainTextVisualModel(hdfsFile: HdfsFile): TextVisualModel

    Gets the first few lines of the HdfsFile as plain text.

    Gets the first few lines of the HdfsFile as plain text.

    hdfsFile

    The file to preview.

    returns

    The first few lines of the file as a visual model.

    Definition Classes
    DBVisualModelFactoryImplVisualModelFactory
  14. def createTabularDatasetVisualization(tabularDataset: TabularDataset): VisualModel

    Create a visualization for an Hdfs tabular dataset.

    Create a visualization for an Hdfs tabular dataset.

    returns

    A visualization of the sample.

    Definition Classes
    DBVisualModelFactoryImplVisualModelFactory
  15. def createTextVisualization(text: String): TextVisualModel

    Create a simple text content visualization.

    Create a simple text content visualization.

    text

    The text we want to display in the console.

    returns

    A text visualization object.

    Definition Classes
    DBVisualModelFactoryImplVisualModelFactory
  16. var dbVisualHelper: DBVisualModelHelper

  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. def locale: Locale

  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from VisualModelFactory

Inherited from AnyRef

Inherited from Any

Ungrouped