Object/Class

org.locationtech.geomesa.hbase.data

HBaseDataStoreFactory

Related Docs: class HBaseDataStoreFactory | package data

Permalink

object HBaseDataStoreFactory extends GeoMesaDataStoreInfo with LazyLogging

Linear Supertypes
LazyLogging, GeoMesaDataStoreInfo, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HBaseDataStoreFactory
  2. LazyLogging
  3. GeoMesaDataStoreInfo
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. case class CoprocessorConfig(enabled: EnabledCoprocessors, threads: Int, yieldPartialResults: Boolean, maxRangesPerExtendedScan: Int, url: Option[Path]) extends Product with Serializable

    Permalink
  2. case class EnabledCoprocessors(arrow: Boolean, bin: Boolean, density: Boolean, stats: Boolean) extends Product with Serializable

    Permalink
  3. case class HBaseDataStoreConfig(catalog: String, remoteFilter: Boolean, generateStats: Boolean, queries: HBaseQueryConfig, coprocessors: CoprocessorConfig, authProvider: AuthorizationsProvider, audit: Option[(AuditWriter, AuditProvider, String)], namespace: Option[String]) extends GeoMesaDataStoreConfig with Product with Serializable

    Permalink
  4. case class HBaseQueryConfig(threads: Int, timeout: Option[Long], looseBBox: Boolean, caching: Boolean, parallelPartitionScans: Boolean, maxRangesPerExtendedScan: Int) extends DataStoreQueryConfig with Product with Serializable

    Permalink

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. val ConfigPathProperty: SystemProperty

    Permalink
  5. val Description: String

    Permalink
    Definition Classes
    HBaseDataStoreFactory → GeoMesaDataStoreInfo
  6. val DisplayName: String

    Permalink
    Definition Classes
    HBaseDataStoreFactory → GeoMesaDataStoreInfo
  7. val HBaseGeoMesaKeyTab: String

    Permalink
  8. val HBaseGeoMesaPrincipal: String

    Permalink
  9. val ParameterInfo: Array[GeoMesaParam[_ <: AnyRef]]

    Permalink
    Definition Classes
    HBaseDataStoreFactory → GeoMesaDataStoreInfo
  10. val RemoteArrowProperty: SystemProperty

    Permalink
  11. val RemoteBinProperty: SystemProperty

    Permalink
  12. val RemoteDensityProperty: SystemProperty

    Permalink
  13. val RemoteFilterProperty: SystemProperty

    Permalink
  14. val RemoteStatsProperty: SystemProperty

    Permalink
  15. val YieldPartialResultsProperty: SystemProperty

    Permalink
  16. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  17. def buildAuthsProvider(connection: Connection, params: Map[String, Serializable]): AuthorizationsProvider

    Permalink
  18. def canProcess(params: Map[String, _ <: Serializable]): Boolean

    Permalink
    Definition Classes
    HBaseDataStoreFactory → GeoMesaDataStoreInfo
  19. def clone(): AnyRef

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  26. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  27. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

Inherited from LazyLogging

Inherited from GeoMesaDataStoreInfo

Inherited from AnyRef

Inherited from Any

Ungrouped