Class DefaultClientsFactory

java.lang.Object
com.here.platform.data.client.spark.DefaultClientsFactory
All Implemented Interfaces:
ClientsFactory

public class DefaultClientsFactory extends Object implements ClientsFactory
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.here.platform.data.client.scaladsl.PublishApi
    createPublishApi(HRN catalogHrn, org.apache.hadoop.conf.Configuration config)
     
    com.here.platform.data.client.scaladsl.QueryApi
    createQueryApi(HRN catalogHrn, org.apache.hadoop.conf.Configuration config)
     
    com.here.platform.data.client.engine.scaladsl.WriteEngine
    createWriteEngine(HRN catalogHrn, org.apache.hadoop.conf.Configuration config)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DefaultClientsFactory

      public DefaultClientsFactory()
  • Method Details

    • createPublishApi

      public com.here.platform.data.client.scaladsl.PublishApi createPublishApi(HRN catalogHrn, org.apache.hadoop.conf.Configuration config)
      Specified by:
      createPublishApi in interface ClientsFactory
    • createQueryApi

      public com.here.platform.data.client.scaladsl.QueryApi createQueryApi(HRN catalogHrn, org.apache.hadoop.conf.Configuration config)
      Specified by:
      createQueryApi in interface ClientsFactory
    • createWriteEngine

      public com.here.platform.data.client.engine.scaladsl.WriteEngine createWriteEngine(HRN catalogHrn, org.apache.hadoop.conf.Configuration config)
      Specified by:
      createWriteEngine in interface ClientsFactory