Object/Class

org.locationtech.geomesa.accumulo.data

AccumuloDataStoreFactory

Related Docs: class AccumuloDataStoreFactory | package data

Permalink

object AccumuloDataStoreFactory extends GeoMesaDataStoreInfo

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

Type Members

  1. case class AccumuloDataStoreConfig(catalog: String, generateStats: Boolean, authProvider: AuthorizationsProvider, audit: Option[(AuditWriter with AuditReader, AuditProvider, String)], queries: AccumuloQueryConfig, remote: RemoteScansEnabled, writeThreads: Int, namespace: Option[String]) extends GeoMesaDataStoreConfig with Product with Serializable

    Permalink

    Configuration options for AccumuloDataStore

    Configuration options for AccumuloDataStore

    catalog

    table in Accumulo used to store feature type metadata

    generateStats

    write stats on data during ingest

    authProvider

    provides the authorizations used to access data

    audit

    optional implementations to audit queries

    queries

    query config

    remote

    remote query configs

    writeThreads

    number of threads used for writing

  2. case class AccumuloQueryConfig(threads: Int, recordThreads: Int, timeout: Option[Long], looseBBox: Boolean, caching: Boolean) extends DataStoreQueryConfig with Product with Serializable

    Permalink
  3. case class RemoteScansEnabled(arrow: Boolean, bin: Boolean, density: Boolean, stats: Boolean) extends 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 Description: String

    Permalink
    Definition Classes
    AccumuloDataStoreFactory → GeoMesaDataStoreInfo
  5. val DisplayName: String

    Permalink
    Definition Classes
    AccumuloDataStoreFactory → GeoMesaDataStoreInfo
  6. val ParameterInfo: Array[GeoMesaParam[_ <: AnyRef]]

    Permalink
    Definition Classes
    AccumuloDataStoreFactory → GeoMesaDataStoreInfo
  7. val RemoteArrowProperty: SystemProperty

    Permalink
  8. val RemoteBinProperty: SystemProperty

    Permalink
  9. val RemoteDensityProperty: SystemProperty

    Permalink
  10. val RemoteStatsProperty: SystemProperty

    Permalink
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. def buildAccumuloConnector(params: Map[String, _ <: Serializable]): Connector

    Permalink
  13. def buildAuditProvider(params: Map[String, _ <: Serializable]): AuditProvider

    Permalink
  14. def buildAuthsProvider(connector: Connector, params: Map[String, _ <: Serializable]): AuthorizationsProvider

    Permalink
  15. def buildConfig(connector: Connector, params: Map[String, _ <: Serializable]): AccumuloDataStoreConfig

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

    Permalink
    Definition Classes
    AccumuloDataStoreFactory → GeoMesaDataStoreInfo
  17. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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 hashCode(): Int

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

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

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

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

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

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

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

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

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

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

Inherited from GeoMesaDataStoreInfo

Inherited from AnyRef

Inherited from Any

Ungrouped