Class

com.github.sadikovi.spark.netflow.sources

ResolvedInterface

Related Doc: package sources

Permalink

abstract class ResolvedInterface extends AnyRef

Abstract interface for NetFlow version

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ResolvedInterface
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ResolvedInterface()

    Permalink

Abstract Value Members

  1. abstract val columns: Seq[MappedColumn]

    Permalink

    Interface columns, sequence has to contain at least one column

    Interface columns, sequence has to contain at least one column

    Attributes
    protected
  2. abstract def version(): Short

    Permalink

    Interface version.

Concrete Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def getColumn(columnName: String): MappedColumn

    Permalink

    Get MappedColumn for a specified column name.

    Get MappedColumn for a specified column name. Fail, if column name is not present.

  11. def getColumns(): Seq[MappedColumn]

    Permalink

    Get all MappedColumn instances.

  12. def getFirstColumn(): MappedColumn

    Permalink

    Get first MappedColumn (mostly used for count to avoid reading entire record).

  13. def getFirstColumnOption(): Option[MappedColumn]

    Permalink

    Get first MappedColumn as Option.

  14. def getSQLSchema(applyConversion: Boolean): StructType

    Permalink

    Get Spark SQL schema for columns.

    Get Spark SQL schema for columns. If applyConversion then we specify StringType as column type, since conversion is always "Any -> String". All fields are non-nullable.

    applyConversion

    change type to StringType if true

    returns

    Spark SQL schema

  15. def getStatisticsColumns(): Seq[MappedColumn]

    Permalink

    Get columns with enabled statistics

  16. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  22. def toString(): String

    Permalink
    Definition Classes
    ResolvedInterface → AnyRef → Any
  23. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped