Package

org.apache.spark.sql.aliyun

logservice

Permalink

package logservice

Visibility
  1. Public
  2. All

Type Members

  1. case class Loghub(logProject: String, logStore: String) extends Product with Serializable

    Permalink
  2. class LoghubContinuousDataReader extends ContinuousDataReader[UnsafeRow] with Logging

    Permalink
  3. case class LoghubContinuousDataReaderFactory(logProject: String, logStore: String, shardId: Int, offset: String, sourceOptions: Map[String, String]) extends DataReaderFactory[UnsafeRow] with Product with Serializable

    Permalink
  4. class LoghubContinuousReader extends ContinuousReader with SupportsScanUnsafeRow with Logging

    Permalink
  5. abstract class LoghubData extends Serializable

    Permalink
  6. sealed trait LoghubOffsetRangeLimit extends AnyRef

    Permalink
  7. class LoghubOffsetReader extends Logging

    Permalink
  8. class LoghubRelation extends BaseRelation with TableScan with Logging

    Permalink
  9. case class LoghubShard(logProject: String, logStore: String, shard: Int) extends Product with Serializable

    Permalink
  10. case class LoghubShardOffset(logProject: String, logStore: String, shard: Int, offset: String) extends PartitionOffset with Product with Serializable

    Permalink
  11. class LoghubSource extends Source with Logging with Serializable

    Permalink
  12. case class LoghubSourceOffset(shardToOffsets: Map[LoghubShard, String]) extends Offset with Product with Serializable

    Permalink
  13. class LoghubSourceProvider extends DataSourceRegister with StreamSourceProvider with RelationProvider with CreatableRelationProvider with ContinuousReadSupport with Logging

    Permalink
  14. class LoghubSourceRDD extends RDD[LoghubData] with Logging

    Permalink
  15. class RawLoghubData extends LoghubData

    Permalink
  16. class SchemaLoghubData extends LoghubData with Logging with Serializable

    Permalink
  17. case class SpecificOffsetRangeLimit(partitionOffsets: Map[LoghubShard, String]) extends LoghubOffsetRangeLimit with Product with Serializable

    Permalink

Value Members

  1. object EarliestOffsetRangeLimit extends LoghubOffsetRangeLimit with Product with Serializable

    Permalink
  2. object LatestOffsetRangeLimit extends LoghubOffsetRangeLimit with Product with Serializable

    Permalink
  3. object LoghubOffsetRangeLimit

    Permalink
  4. object LoghubOffsetReader extends Logging with Serializable

    Permalink
  5. object LoghubSource extends Serializable

    Permalink
  6. object LoghubSourceOffset extends Serializable

    Permalink
  7. object LoghubSourceProvider

    Permalink
  8. object Utils extends Logging

    Permalink

Ungrouped