Package

org.locationtech.geomesa.accumulo

data

Permalink

package data

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

Type Members

  1. class AccumuloBackedMetadata[T] extends GeoMesaMetadata[T] with CachedLazyBinaryMetadata[T]

    Permalink
  2. class AccumuloDataStore extends AccumuloDataStoreType with ZookeeperLocking

    Permalink

    This class handles DataStores which are stored in Accumulo Tables.

    This class handles DataStores which are stored in Accumulo Tables. To be clear, one table may contain multiple features addressed by their featureName.

  3. case class AccumuloDataStoreConfig(catalog: String, defaultVisibilities: String, generateStats: Boolean, authProvider: AuthorizationsProvider, audit: Option[(AuditWriter with AuditReader, AuditProvider, String)], queryTimeout: Option[Long], looseBBox: Boolean, caching: Boolean, writeThreads: Int, queryThreads: Int, recordThreads: 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

    defaultVisibilities

    default visibilities applied to any data written

    generateStats

    write stats on data during ingest

    authProvider

    provides the authorizations used to access data

    audit

    optional implementations to audit queries

    queryTimeout

    optional timeout (in millis) before a long-running query will be terminated

    looseBBox

    sacrifice some precision for speed

    caching

    cache feature results - WARNING can use large amounts of memory

    writeThreads

    numer of threads used for writing

    queryThreads

    number of threads used per-query

    recordThreads

    number of threads used to join against the record table. Because record scans are single-row ranges, increasing this too much can cause performance to decrease

  4. class AccumuloDataStoreFactory extends DataStoreFactorySpi

    Permalink
  5. trait AccumuloFeature extends WrappedFeature

    Permalink

    Feature for writing to accumulo

  6. class AccumuloFeatureCollection extends GeoMesaFeatureCollection

    Permalink

    Feature collection implementation

  7. abstract class AccumuloFeatureWriter extends AccumuloFeatureWriterType

    Permalink
  8. class SingleRowAccumuloMetadata[T] extends AnyRef

    Permalink

    Old single row metadata kept around for back-compatibility

Value Members

  1. object AccumuloDataStore

    Permalink
  2. object AccumuloDataStoreFactory extends GeoMesaDataStoreInfo

    Permalink
  3. object AccumuloDataStoreParams extends GeoMesaDataStoreParams with SecurityParams

    Permalink
  4. object AccumuloFeature

    Permalink
  5. object AccumuloFeatureWriter

    Permalink
  6. val DEFAULT_ENCODING: features.SerializationType.Value

    Permalink
  7. val EMPTY_COLF: Text

    Permalink
  8. val EMPTY_COLQ: Text

    Permalink
  9. val EMPTY_STRING: String

    Permalink
  10. val EMPTY_TEXT: Text

    Permalink
  11. val EMPTY_VALUE: Value

    Permalink
  12. val EMPTY_VIZ: Text

    Permalink
  13. object SingleRowAccumuloMetadata

    Permalink
  14. package stats

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped