Class

io.eels.component.hive

HiveSinkWriter

Related Doc: package hive

Permalink

class HiveSinkWriter extends SinkWriter with Logging

Linear Supertypes
Logging, SinkWriter, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HiveSinkWriter
  2. Logging
  3. SinkWriter
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HiveSinkWriter(sourceSchema: Schema, metastoreSchema: Schema, dbName: String, tableName: String, ioThreads: Int, dialect: HiveDialect, dynamicPartitioning: Boolean, includePartitionsInData: Boolean, bufferSize: Int)(implicit fs: FileSystem, conf: Configuration, client: IMetaStoreClient)

    Permalink

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. val buffer: LinkedBlockingQueue[Row]

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def close(): Unit

    Permalink
    Definition Classes
    HiveSinkWriterSinkWriter
  8. val config: Config

    Permalink
  9. val createdPartitions: ConcurrentSkipListSet[String]

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. val fileSchema: Schema

    Permalink
  13. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getOrCreateHiveWriter(row: Row, writerId: Int): (Path, HiveWriter)

    Permalink
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. val hiveOps: HiveOps

    Permalink
  18. val indexesToSkip: List[Int]

    Permalink
  19. val indexesToWrite: List[Int]

    Permalink
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. val lock: AnyRef

    Permalink
  22. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  23. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  26. val partitionKeyNames: List[String]

    Permalink
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. val tablePath: Path

    Permalink
  29. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def write(row: Row): Unit

    Permalink
    Definition Classes
    HiveSinkWriterSinkWriter
  34. val writeToTempFiles: Boolean

    Permalink
  35. val writerPool: ExecutorService

    Permalink
  36. val writers: TrieMap[String, (Path, HiveWriter)]

    Permalink

Inherited from Logging

Inherited from SinkWriter

Inherited from AnyRef

Inherited from Any

Ungrouped