Class

org.locationtech.geomesa.gt.partition.postgis

PartitionedPostgisDataStoreFactory

Related Doc: package postgis

Permalink

class PartitionedPostgisDataStoreFactory extends PostgisNGDataStoreFactory

Linear Supertypes
PostgisNGDataStoreFactory, JDBCDataStoreFactory, DataStoreFactorySpi, DataAccessFactory, Factory, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PartitionedPostgisDataStoreFactory
  2. PostgisNGDataStoreFactory
  3. JDBCDataStoreFactory
  4. DataStoreFactorySpi
  5. DataAccessFactory
  6. Factory
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PartitionedPostgisDataStoreFactory()

    Permalink

Abstract Value Members

  1. abstract def createDataStore(arg0: Map[String, Serializable]): DataStore

    Permalink
    Definition Classes
    DataStoreFactorySpi → DataAccessFactory
    Annotations
    @throws( classOf[java.io.IOException] )
  2. abstract def createNewDataStore(arg0: Map[String, Serializable]): DataStore

    Permalink
    Definition Classes
    DataStoreFactorySpi
    Annotations
    @throws( classOf[java.io.IOException] )

Concrete 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. def canProcess(arg0: Map): Boolean

    Permalink
    Definition Classes
    JDBCDataStoreFactory
  6. def canProcess(arg0: Map[String, Serializable]): Boolean

    Permalink
    Definition Classes
    DataAccessFactory
  7. def checkDBType(arg0: Map): Boolean

    Permalink
    Attributes
    protected[org.geotools.data.postgis]
    Definition Classes
    PostgisNGDataStoreFactory → JDBCDataStoreFactory
  8. final def checkDBType(arg0: Map, arg1: String): Boolean

    Permalink
    Attributes
    protected[org.geotools.jdbc]
    Definition Classes
    JDBCDataStoreFactory
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def createDataSource(arg0: Map, arg1: SQLDialect): DataSource

    Permalink
    Attributes
    protected[org.geotools.data.postgis]
    Definition Classes
    PostgisNGDataStoreFactory → JDBCDataStoreFactory
    Annotations
    @throws( classOf[java.io.IOException] )
  11. def createDataSource(arg0: Map[_, _]): BasicDataSource

    Permalink
    Definition Classes
    JDBCDataStoreFactory
    Annotations
    @throws( classOf[java.io.IOException] )
  12. final def createDataStore(arg0: Map): JDBCDataStore

    Permalink
    Definition Classes
    JDBCDataStoreFactory → DataStoreFactorySpi
    Annotations
    @throws( classOf[java.io.IOException] )
  13. def createDataStoreInternal(store: JDBCDataStore, params: Map[_, _]): JDBCDataStore

    Permalink
    Attributes
    protected
    Definition Classes
    PartitionedPostgisDataStoreFactory → PostgisNGDataStoreFactory → JDBCDataStoreFactory
  14. def createNewDataStore(arg0: Map): DataStore

    Permalink
    Definition Classes
    JDBCDataStoreFactory
    Annotations
    @throws( classOf[java.io.IOException] )
  15. def createSQLDialect(dataStore: JDBCDataStore, params: Map[_, _]): SQLDialect

    Permalink
    Attributes
    protected
    Definition Classes
    PartitionedPostgisDataStoreFactory → PostgisNGDataStoreFactory → JDBCDataStoreFactory
  16. def createSQLDialect(dataStore: JDBCDataStore): SQLDialect

    Permalink
    Attributes
    protected
    Definition Classes
    PartitionedPostgisDataStoreFactory → PostgisNGDataStoreFactory → JDBCDataStoreFactory
  17. def dropDatabase(arg0: Map[String, AnyRef]): Unit

    Permalink
    Definition Classes
    PostgisNGDataStoreFactory
    Annotations
    @throws( classOf[java.io.IOException] )
  18. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. def getDatabaseID(): String

    Permalink
    Attributes
    protected
    Definition Classes
    PartitionedPostgisDataStoreFactory → PostgisNGDataStoreFactory → JDBCDataStoreFactory
  23. def getDescription(): String

    Permalink
    Definition Classes
    PartitionedPostgisDataStoreFactory → PostgisNGDataStoreFactory → DataAccessFactory
  24. def getDisplayName(): String

    Permalink
    Definition Classes
    PartitionedPostgisDataStoreFactory → PostgisNGDataStoreFactory → JDBCDataStoreFactory → DataAccessFactory
  25. def getDriverClassName(): String

    Permalink
    Attributes
    protected[org.geotools.data.postgis]
    Definition Classes
    PostgisNGDataStoreFactory → JDBCDataStoreFactory
  26. def getImplementationHints(): Map[Key, _]

    Permalink
    Definition Classes
    JDBCDataStoreFactory → Factory
  27. def getJDBCUrl(arg0: Map): String

    Permalink
    Attributes
    protected[org.geotools.data.postgis]
    Definition Classes
    PostgisNGDataStoreFactory → JDBCDataStoreFactory
    Annotations
    @throws( classOf[java.io.IOException] )
  28. final def getParametersInfo(): Array[Param]

    Permalink
    Definition Classes
    JDBCDataStoreFactory → DataAccessFactory
  29. def getValidationQuery(): String

    Permalink
    Attributes
    protected[org.geotools.data.postgis]
    Definition Classes
    PostgisNGDataStoreFactory → JDBCDataStoreFactory
  30. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  31. def isAvailable(): Boolean

    Permalink
    Definition Classes
    JDBCDataStoreFactory → DataAccessFactory
  32. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  36. def setupParameters(parameters: Map[_, _]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    PartitionedPostgisDataStoreFactory → PostgisNGDataStoreFactory → JDBCDataStoreFactory
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PostgisNGDataStoreFactory

Inherited from JDBCDataStoreFactory

Inherited from DataStoreFactorySpi

Inherited from DataAccessFactory

Inherited from Factory

Inherited from AnyRef

Inherited from Any

Ungrouped