org.sparklinedata.druid

DefaultSource

object DefaultSource

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

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. val DEFAULT_CARDINALITY_PER_DRUID_QUERY: String

  7. val DEFAULT_DRUID_HOST: String

  8. val DEFAULT_LOAD_METADATA_FROM_ALL_SEGMENTS: String

  9. val DEFAULT_MAX_CARDINALITY: String

  10. val DEFAULT_NUM_SEGMENTS_PER_HISTORICAL_QUERY: String

  11. val DEFAULT_PUSH_HYPERLOGLOG_TODRUID: String

  12. val DEFAULT_QUERY_HISTORICAL: String

  13. val DEFAULT_STREAM_DRUID_QUERY_RESULTS: String

  14. val DEFAULT_ZK_DRUID_PATH: String

  15. val DEFAULT_ZK_ENABLE_COMPRESSION: String

  16. val DEFAULT_ZK_QUALIFY_DISCOVERY_NAMES: String

  17. val DEFAULT_ZK_SESSION_TIMEOUT: String

  18. val DRUID_DS_PARAM: String

    DataSource name in Druid.

  19. val DRUID_HOST_PARAM: String

  20. val DRUID_QUERY: String

  21. val FUNCTIONAL_DEPENDENCIES_PARAM: String

    Specify how columns are related, see org.sparklinedata.druid.metadata.FunctionalDependency.

    Specify how columns are related, see org.sparklinedata.druid.metadata.FunctionalDependency. Specified as a list of functional dependency objects.

  22. val LOAD_METADATA_FROM_ALL_SEGMENTS: String

    When loading Druid DataSource metadata should the query interval be the entire dataSource interval, or only the latest segment is enough.

    When loading Druid DataSource metadata should the query interval be the entire dataSource interval, or only the latest segment is enough. Default is to load from all segments; since our query has ("analysisTypes" -> []) the query is cheap.

  23. val MAX_CARDINALITY_PARAM: String

    If the result cardinality of a Query exceeeds this value then Query is not converted to a Druid Query.

  24. val MAX_CARDINALITY_PER_DRUID_QUERY_PARAM: String

    If the result size estimate exceeds this number, and attempt is made to run 'n' druid queries, each of which spans a sub interval of the total time interval.

    If the result size estimate exceeds this number, and attempt is made to run 'n' druid queries, each of which spans a sub interval of the total time interval. 'n' is computed as result.size % thisParam + 1

  25. val NUM_PROCESSING_THREADS_PER_HISTORICAL: String

  26. val NUM_SEGMENTS_PER_HISTORICAL_QUERY: String

  27. val PUSH_HYPERLOGLOG_TODRUID: String

    Controls whether Query results from Druid are streamed into Spark Operator pipeline.

    Controls whether Query results from Druid are streamed into Spark Operator pipeline. Default is true.

  28. val QUERY_HISTORICAL: String

  29. val SOURCE_DF_PARAM: String

  30. val SOURCE_TO_DRUID_NAME_MAP_PARAM: String

    Map column names to Druid field names.

    Map column names to Druid field names. Specified as a json string.

  31. val STAR_SCHEMA_INFO_PARAM: String

  32. val STREAM_DRUID_QUERY_RESULTS: String

    Controls whether Query results from Druid are streamed into Spark Operator pipeline.

    Controls whether Query results from Druid are streamed into Spark Operator pipeline. Default is true.

  33. val TIME_DIMENSION_COLUMN_PARAM: String

  34. val ZK_DRUID_PATH: String

  35. val ZK_ENABLE_COMPRESSION: String

  36. val ZK_QUALIFY_DISCOVERY_NAMES: String

  37. val ZK_SESSION_TIMEOUT: String

  38. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  39. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  50. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped