Class

org.locationtech.geomesa.accumulo.data.AccumuloDataStoreFactory

AccumuloDataStoreConfig

Related Doc: package AccumuloDataStoreFactory

Permalink

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

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

Linear Supertypes
Serializable, Serializable, Product, Equals, GeoMesaDataStoreConfig, NamespaceConfig, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AccumuloDataStoreConfig
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. GeoMesaDataStoreConfig
  7. NamespaceConfig
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

    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

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. val audit: Option[(AuditWriter with AuditReader, AuditProvider, String)]

    Permalink

    optional implementations to audit queries

    optional implementations to audit queries

    Definition Classes
    AccumuloDataStoreConfig → GeoMesaDataStoreConfig
  6. val authProvider: AuthorizationsProvider

    Permalink

    provides the authorizations used to access data

    provides the authorizations used to access data

    Definition Classes
    AccumuloDataStoreConfig → GeoMesaDataStoreConfig
  7. val catalog: String

    Permalink

    table in Accumulo used to store feature type metadata

    table in Accumulo used to store feature type metadata

    Definition Classes
    AccumuloDataStoreConfig → NamespaceConfig
  8. def clone(): AnyRef

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

    Permalink
    Definition Classes
    AnyRef
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. val generateStats: Boolean

    Permalink

    write stats on data during ingest

    write stats on data during ingest

    Definition Classes
    AccumuloDataStoreConfig → GeoMesaDataStoreConfig
  12. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    Any
  14. val namespace: Option[String]

    Permalink
    Definition Classes
    AccumuloDataStoreConfig → NamespaceConfig
  15. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  18. val queries: AccumuloQueryConfig

    Permalink

    query config

    query config

    Definition Classes
    AccumuloDataStoreConfig → GeoMesaDataStoreConfig
  19. val remote: RemoteScansEnabled

    Permalink

    remote query configs

  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  21. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. val writeThreads: Int

    Permalink

    number of threads used for writing

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GeoMesaDataStoreConfig

Inherited from NamespaceConfig

Inherited from AnyRef

Inherited from Any

Ungrouped