Class DorisDataSource

java.lang.Object
cn.sliew.carp.module.datasource.modal.AbstractDataSource
cn.sliew.carp.module.datasource.modal.olap.DorisDataSource
All Implemented Interfaces:
cn.sliew.carp.framework.common.jackson.polymorphic.Polymorphic<cn.sliew.carp.framework.common.dict.datasource.DataSourceType>

@Deprecated public class DorisDataSource extends AbstractDataSource
Deprecated.
  • Nested Class Summary

    Nested classes/interfaces inherited from class cn.sliew.carp.module.datasource.modal.AbstractDataSource

    AbstractDataSource.DataSourceResolver

    Nested classes/interfaces inherited from interface cn.sliew.carp.framework.common.jackson.polymorphic.Polymorphic

    cn.sliew.carp.framework.common.jackson.polymorphic.Polymorphic.Unknown
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    cn.sliew.carp.framework.common.dict.datasource.DataSourceType
    Deprecated.
     
    Deprecated.
     

    Methods inherited from class cn.sliew.carp.module.datasource.modal.AbstractDataSource

    fromDsInfo

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface cn.sliew.carp.framework.common.jackson.polymorphic.Polymorphic

    as, setType
  • Constructor Details

    • DorisDataSource

      public DorisDataSource()
      Deprecated.
  • Method Details

    • getType

      public cn.sliew.carp.framework.common.dict.datasource.DataSourceType getType()
      Deprecated.
      Specified by:
      getType in interface cn.sliew.carp.framework.common.jackson.polymorphic.Polymorphic<cn.sliew.carp.framework.common.dict.datasource.DataSourceType>
      Specified by:
      getType in class AbstractDataSource
    • toDsInfo

      public DsInfoDTO toDsInfo()
      Deprecated.
      Specified by:
      toDsInfo in class AbstractDataSource